was running perfectly fine, until [16:09:30.777 N] Closing error dialog then bot won't resume. Any suggest how to fix this ?
Somehow EMCBehavior isnt enabling loot anymore inside the cellar after i updated DB. Anything changed?
You have two options: <SetCombat radius="10"/> <SafeTownportal radius="10"/> this will override setcombat if the bot is in the teleport phase.
You have two options: <SetCombat radius="10"/> <SafeTownportal radius="10"/> this will override setcombat if the bot is in the teleport phase.
Sorry, but could you direct me to this line? I'm not experienced with code and Simply browsing through it in notepad i couldn't find it.. and a CTRL + F didn't yield any results either..
My bot is sometimes re-casting teleport over and over when there is no cellar, and just stays there forever Im only running AGB plugin Would this be a bug with the bot / profile? / plugin?
Hello, can someone help me... I would like to somehow fix this profile or w.e so It will actually loot all the gold in the cellar, so idk add some waypoints in the celler...
Hello, can someone help me... I would like to somehow fix this profile or w.e so It will actually loot all the gold in the cellar, so idk add some waypoints in the celler...
I dont have an issue with looting -- find the line that enables looting (about 3/4 of the way through, and increase the radius, it's currently at 15)
im running 160 or w/e everything is perfect. minor glitches every now and again but still good. i just noticed at one spot, where he TP's back to town if he didnt find door it hangs / gets stuck like once in a blue moon.. had to turn stuck plugin on just incase. Code: [07:19:42.035 N] [EMCBehaviors]: SetCombat : Setting combat radius to 1 [07:19:42.492 N] [EMCBehaviors]: SetLoot : Loot disabled [07:19:47.354 N] [EMCBehaviors]: SetLoot : Setting loot radius to 60 [07:19:47.762 N] [EMCBehaviors]: SetCombat : Setting combat radius to 30 [07:20:01.565 N] [Icool's Sarkoth Kill Wait1.4] 20seconds has passed since you died, turning of the attack [07:22:00.377 D] [EMCBehaviors]: SafeTownPortal : We are not in town yet. Try again... [07:22:00.508 V] Using power UseStoneOfRecall clickPos:<2042.076, 2538.456, 27.1> worldDynamicId:1999503360 targetACDGuid:-1 [07:22:00.995 D] [NotificationOKClick Plugin0.9] Check for Notification UI [07:22:00.995 D] [NotificationOKClick Plugin0.9] Bot Thread = True, IsRunning = True, IsInGame = True [07:22:09.622 D] [EMCBehaviors]: SafeTownPortal : We are not in town yet. Try again... [07:22:09.750 V] Using power UseStoneOfRecall clickPos:<2042.076, 2538.456, 27.1> worldDynamicId:1999503360 targetACDGuid:-1 [07:22:10.996 D] [NotificationOKClick Plugin0.9] Check for Notification UI [07:22:10.996 D] [NotificationOKClick Plugin0.9] Bot Thread = True, IsRunning = True, IsInGame = True [07:22:18.874 D] [EMCBehaviors]: SafeTownPortal : We are not in town yet. Try again... [07:22:19.005 V] Using power UseStoneOfRecall clickPos:<2042.076, 2538.456, 27.1> worldDynamicId:1999503360 targetACDGuid:-1 [07:22:20.996 D] [NotificationOKClick Plugin0.9] Check for Notification UI [07:22:20.996 D] [NotificationOKClick Plugin0.9] Bot Thread = True, IsRunning = True, IsInGame = True [07:22:28.017 D] [EMCBehaviors]: SafeTownPortal : We are not in town yet. Try again... [07:22:28.146 V] Using power UseStoneOfRecall clickPos:<2042.076, 2538.456, 27.1> worldDynamicId:1999503360 targetACDGuid:-1 [07:22:30.996 D] [NotificationOKClick Plugin0.9] Check for Notification UI [07:22:30.996 D] [NotificationOKClick Plugin0.9] Bot Thread = True, IsRunning = True, IsInGame = True [07:22:37.164 D] [EMCBehaviors]: SafeTownPortal : We are not in town yet. Try again... [07:22:37.295 V] Using power UseStoneOfRecall clickPos:<2042.076, 2538.456, 27.1> worldDynamicId:1999503360 targetACDGuid:-1 [07:22:40.996 D] [NotificationOKClick Plugin0.9] Check for Notification UI [07:22:40.996 D] [NotificationOKClick Plugin0.9] Bot Thread = True, IsRunning = True, IsInGame = True as you can see its trying to cast town portal but its not.. Note soon as i click on the screen it then casts teleport if i nudge him Demonbuddy 1.0.648.160 carguy 1.4 12ms latest EMC latest Icool latest unstuck latest okayclicker
i put it in 90 and works great but sometimes / always its not looting the items like blues or gems its like the clock timer go out and make TP to town...
I have update 1.4 profile XML to 1.4a, with the new features of EMCB v2. Once carguy gets some time he will adjust stuff accordingly and release 1.5 if necessary. --> View attachment Carguy's Ultimate Sarkoth v1.4a - 0ms.xml <-- Please disable other plugins and test it out. Trackers and additional tags. Line9: Code: <!-- Start trackers --> <TrackLoot /> <TrackTime name="TotalTime" op="start-if-stopped" /> <TrackTime name="RunTime" op="restart" /> <TrackTime name="CellarTime" op="reset" /> <Track name="games" op="+" value="1" /> <!-- Restarts and HP --> <[B][COLOR="#0000FF"]TimedRestart [/COLOR][/B]max-time="60" /> <[B][COLOR="#0000FF"]DeathRestart [/COLOR][/B]death-count="1" /> <[B][COLOR="#0000FF"]AutoHealthPotion [/COLOR][/B]name="Heroic Health Potion" percent="0.30" /> Doesn't pickup all the loot? Line 63: Code: <SetLoot radius="50" /> Mob problems when teleporting? Line 69: Code: <SafeTownPortal radius="20" />
There is no clock timer. When the bot returns "there is no more loot to pickup" the plugin teleports. Until then it waits.
Does that happen when your bags are full? It is possible one of the plugins is messing with it; I am running my bot right now to see if I can catch it in that phase. In any case I have added a TimedRestart tag so the game should restart if it lasts longer and you expect it to. DTrick, can you do me a favor and test it by running multiple sessions?
i was runnin x3 sessions,, however i reset "reloaded the db" unchecked all plugins but EMC, and ill let you know how it goes. I also added the following edits to his profile script as you listed above. adjusted accordingly.