RoM bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Locked
Message
Author
coldfire201
Posts: 8
Joined: Tue Jul 28, 2009 1:58 pm

Re: RoM bot

#1461 Post by coldfire201 » Mon Aug 03, 2009 6:52 pm

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.

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1462 Post by d003232 » Mon Aug 03, 2009 6:56 pm

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?
The RoM Bot Online Wiki needs your help!

coldfire201
Posts: 8
Joined: Tue Jul 28, 2009 1:58 pm

Re: RoM bot

#1463 Post by coldfire201 » Mon Aug 03, 2009 7:53 pm

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.

Jinh
Posts: 7
Joined: Mon Aug 03, 2009 8:28 pm

Re: RoM bot

#1464 Post by Jinh » Mon Aug 03, 2009 8:43 pm

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.

Mrjones
Posts: 20
Joined: Wed Jul 01, 2009 4:00 pm

Re: RoM bot

#1465 Post by Mrjones » Mon Aug 03, 2009 11:46 pm

were my debug logs of any use to you?

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1466 Post by d003232 » Tue Aug 04, 2009 1:12 am

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?
The RoM Bot Online Wiki needs your help!

extremeuser
Posts: 57
Joined: Wed Jul 01, 2009 12:52 am

Re: RoM bot

#1467 Post by extremeuser » Tue Aug 04, 2009 8:16 am

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)

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1468 Post by d003232 » Tue Aug 04, 2009 9:32 am

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.
The RoM Bot Online Wiki needs your help!

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: RoM bot

#1469 Post by Administrator » Tue Aug 04, 2009 9:39 am

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.

kolobok
Posts: 21
Joined: Sun Jun 14, 2009 4:06 pm

Re: RoM bot

#1470 Post by kolobok » Tue Aug 04, 2009 9:43 am

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 :)

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1471 Post by d003232 » Tue Aug 04, 2009 9:45 am

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.
The RoM Bot Online Wiki needs your help!

Jinh
Posts: 7
Joined: Mon Aug 03, 2009 8:28 pm

Re: RoM bot

#1472 Post by Jinh » Tue Aug 04, 2009 4:35 pm

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.

raff
Posts: 96
Joined: Thu Jan 22, 2009 10:46 am

Re: RoM bot

#1473 Post by raff » Tue Aug 04, 2009 6:16 pm

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..

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1474 Post by d003232 » Wed Aug 05, 2009 1:10 am

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.
Last edited by d003232 on Wed Aug 05, 2009 1:53 am, edited 1 time in total.
The RoM Bot Online Wiki needs your help!

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1475 Post by d003232 » Wed Aug 05, 2009 1:17 am

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.
The RoM Bot Online Wiki needs your help!

raff
Posts: 96
Joined: Thu Jan 22, 2009 10:46 am

Re: RoM bot

#1476 Post by raff » Wed Aug 05, 2009 2:50 am

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

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1477 Post by d003232 » Wed Aug 05, 2009 3:55 am

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.
The RoM Bot Online Wiki needs your help!

Jinh
Posts: 7
Joined: Mon Aug 03, 2009 8:28 pm

Re: RoM bot

#1478 Post by Jinh » Wed Aug 05, 2009 4:01 am

The new code isnt working still, any help will be appreciated.

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM bot

#1479 Post by d003232 » Wed Aug 05, 2009 4:14 am

Jinh wrote:The new code isnt working still, any help will be appreciated.
Please read here.
The RoM Bot Online Wiki needs your help!

ElvinFox
Posts: 3
Joined: Wed Aug 05, 2009 6:46 am

Re: RoM bot

#1480 Post by ElvinFox » Wed Aug 05, 2009 6:52 am

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 :?:

Locked

Who is online

Users browsing this forum: Ahrefs [Bot] and 4 guests