Page 74 of 111
Re: RoM bot
Posted: Mon Aug 03, 2009 6:52 pm
by coldfire201
Quick question. Is there a limit to how many waypoints one can do? After a little more than an hour I covered half of Silverspring to find out that I got an error. The second time I dramatically reduced the number of waypoins and never got that error. Since I don't want to lose another hour+ to figure out if this is really true or not I would rather ask to see if anybody knows. Thanks in advance.
Re: RoM bot
Posted: Mon Aug 03, 2009 6:56 pm
by d003232
coldfire201 wrote:Quick question. Is there a limit to how many waypoints one can do? After a little more than an hour I covered half of Silverspring to find out that I got an error. The second time I dramatically reduced the number of waypoins and never got that error. Since I don't want to lose another hour+ to figure out if this is really true or not I would rather ask to see if anybody knows. Thanks in advance.
I don't know. My biggest one has 250 points and runs without problems. Perhaps you have a typing error? Or what's the error exactly?
Re: RoM bot
Posted: Mon Aug 03, 2009 7:53 pm
by coldfire201
This was a while ago actually so I don't remember what the error said. But The error occured when I tryed to save it. It refused to save and then abandoned my entire work lol.
Re: RoM bot
Posted: Mon Aug 03, 2009 8:43 pm
by Jinh
Hi guys, I have been using this bot for a while but came across a problem recently.
As a Knight Rogue I have a skill called Crazy Blades that has a nice effect and but whenever it is used when the timer hasnt run out, it deactivates. Now it has like a 3 minutes timer right now, and its a pain to recast with the mana it takes up, I was wondering if there was anyway I could make it so that crazy blades only casts every 3 minutes or something like that? Thanks.
Re: RoM bot
Posted: Mon Aug 03, 2009 11:46 pm
by Mrjones
were my debug logs of any use to you?
Re: RoM bot
Posted: Tue Aug 04, 2009 1:12 am
by d003232
Jinh wrote:Hi guys, I have been using this bot for a while but came across a problem recently.
As a Knight Rogue I have a skill called Crazy Blades that has a nice effect and but whenever it is used when the timer hasnt run out, it deactivates. Now it has like a 3 minutes timer right now, and its a pain to recast with the mana it takes up, I was wondering if there was anyway I could make it so that crazy blades only casts every 3 minutes or something like that? Thanks.
Code: Select all
<skill name="KNIGHT_CRAZY_BLADES" mana="20" type="buff" cooldown="20" target="self" />
..
<skill name="SCOUT_AUTOSHOT" consumable="1" range="200" cooldown="2.5" type="damage" target="enemy" toggleable="true" />
I need your help. We have to change the settings for that skill into the 'database/skills.xml'. Would it be ok to just set the cooldown from 20 sec to 180 sec? What's into the tooltip of that skill? Or is that skill more like the autoshot from a scout toggleable?
Re: RoM bot
Posted: Tue Aug 04, 2009 8:16 am
by extremeuser
updated via svn, after 5 mins, I get an error code 299, pawn.lua file:99:bad argument #1 to gsub (string expected, got nil)
Re: RoM bot
Posted: Tue Aug 04, 2009 9:32 am
by d003232
extremeuser wrote:updated via svn, after 5 mins, I get an error code 299, pawn.lua file:99:bad argument #1 to gsub (string expected, got nil)
Please update again. I did a update to avoid nil values.
Re: RoM bot
Posted: Tue Aug 04, 2009 9:39 am
by Administrator
For those of you having a memory read error in CPawn on random occasions, please change DEBUG_ASSERT to true in rom/bot.lua, save it, then run the bot again. When the error occures, post a copy of your log.txt AND the last few lines that the MicroMacro window displays leading up to the error.
Re: RoM bot
Posted: Tue Aug 04, 2009 9:43 am
by kolobok
a problem with priest_regenerte ability ! when bot trying to use it the cursor changing it`s form but bot dont wanna use it on self like he did befor! i`ve changed skill modyfire in skill base so now it goes like this
Code: Select all
<!-- Priest Skills -->
<skill name="PRIEST_URGENT_HEAL" mana="25" manainc="2.5" range="250" casttime="1" type="heal" target="friendly" />
<skill name="PRIEST_RISING_TIDE" mana="15" manainc="1.09" range="217" casttime="2" type="damage" target="enemy" />
<skill name="PRIEST_REGENERATE" mana="35" manainc="3.47" cooldown="15" range="180" type="hot" target="self" />
but still it didnt help i`ve tried to change modyfires in my profile but it didnt help to so now beeing a priest i have to use hp potions nd its not good at all

Re: RoM bot
Posted: Tue Aug 04, 2009 9:45 am
by d003232
kolobok wrote:a problem with priest_regenerte ability ! when bot trying to use it the cursor changing it`s
Check your ingame settings for automatic self cast.
Re: RoM bot
Posted: Tue Aug 04, 2009 4:35 pm
by Jinh
d003232 wrote:Jinh wrote:Hi guys, I have been using this bot for a while but came across a problem recently.
As a Knight Rogue I have a skill called Crazy Blades that has a nice effect and but whenever it is used when the timer hasnt run out, it deactivates. Now it has like a 3 minutes timer right now, and its a pain to recast with the mana it takes up, I was wondering if there was anyway I could make it so that crazy blades only casts every 3 minutes or something like that? Thanks.
Code: Select all
<skill name="KNIGHT_CRAZY_BLADES" mana="20" type="buff" cooldown="20" target="self" />
..
<skill name="SCOUT_AUTOSHOT" consumable="1" range="200" cooldown="2.5" type="damage" target="enemy" toggleable="true" />
I need your help. We have to change the settings for that skill into the 'database/skills.xml'. Would it be ok to just set the cooldown from 20 sec to 180 sec? What's into the tooltip of that skill? Or is that skill more like the autoshot from a scout toggleable?
I changed it to 180 seconds, still doenst work though, my character is still casting it regularly and deactivating it even with the modifications added to my profile.
<skill name="KNIGHT_CRAZY_BLADES" hotkey= "VK_8" mana="80" type="buff" cooldown="144" target="self" />
thats whats in my profile atm.
Re: RoM bot
Posted: Tue Aug 04, 2009 6:16 pm
by raff
breaking sequence is not correctly working for me with the new version.
when i get the msg:
Code: Select all
Taking too long to damage target, breaking sequence...
the bot will always target the same target again and again..
Re: RoM bot
Posted: Wed Aug 05, 2009 1:10 am
by d003232
raff wrote:breaking sequence is not correctly working for me with the new version.
when i get the msg:
Code: Select all
Taking too long to damage target, breaking sequence...
the bot will always target the same target again and again..
Could you explain the situation a little more. What happens?
What kind of mob and where. Why is the mob don't taking damage?
EDIT: I did a fix to ignore a target for 10 seconds after a breaking sequence situation. I couldn't test it. So I would be nice if someone could check it.
Re: RoM bot
Posted: Wed Aug 05, 2009 1:17 am
by d003232
Jinh wrote:I changed it to 180 seconds, still doenst work though, my character is still casting it regularly and deactivating it even with the modifications added to my profile.
<skill name="KNIGHT_CRAZY_BLADES" hotkey= "VK_8" mana="80" type="buff" cooldown="144" target="self" />
thats whats in my profile atm.
??? With a cooldown of 180 if would cast only once after 180 seconds. I now read, that the duration of that cast is depending from the level. Meens the cooldown increases depending of the level of the cast.
Re: RoM bot
Posted: Wed Aug 05, 2009 2:50 am
by raff
d003232 wrote:raff wrote:breaking sequence is not correctly working for me with the new version.
when i get the msg:
Code: Select all
Taking too long to damage target, breaking sequence...
the bot will always target the same target again and again..
Could you explain the situation a little more. What happens?
What kind of mob and where. Why is the mob don't taking damage?
EDIT: I did a fix to ignore a target for 10 seconds after a breaking sequence situation. I couldn't test it. So I would be nice if someone could check it.
hi,
it will happen, when the mob is behind a hill or a tree.
in the prev version, the bot wanted to loot(only if in lootrange) the target if he can't do damage to it.
now there is no msg in micromacro window for looting after he cant do damage to a mob.
sorry for my bad english, i hope u can understand what i mean
Re: RoM bot
Posted: Wed Aug 05, 2009 3:55 am
by d003232
raff wrote:it will happen, when the mob is behind a hill or a tree. in the prev version, the bot wanted to loot(only if in lootrange) the target if he can't do damage to it. now there is no msg in micromacro window for looting after he cant do damage to a mob. sorry for my bad english, i hope u can understand what i mean
Ok, it should after the last fix now work correct. The bot will don't target the mob again for 10 sec, instead he will carry on running.
Re: RoM bot
Posted: Wed Aug 05, 2009 4:01 am
by Jinh
The new code isnt working still, any help will be appreciated.
Re: RoM bot
Posted: Wed Aug 05, 2009 4:14 am
by d003232
Jinh wrote:The new code isnt working still, any help will be appreciated.
Please read here.
Re: RoM bot
Posted: Wed Aug 05, 2009 6:52 am
by ElvinFox
I tried to run micromacro.exe and create a path but the program can't find RoM window....
Wed Aug 05 15:40:17 2009 : findWindowList() returned 0 results. Window(s) not found or other error occured.
stack traceback:
D:\Games\RoM\Runes of Magic\micromacro\lib\lib.lua:513: in function 'startMacro'
scripts\rom\createpath.lua:154: in main chunk
----------TRACEBACK END----------
Wed Aug 05 15:40:17 2009 : RoM window not found! RoM must be running first.
Wed Aug 05 15:40:17 2009 : Execution error: Runtime error
path to micramacro : D:\Games\RoM\Runes of Magic\micromacro
path to RoM : D:\Games\RoM\Runes of Magic
plz help
