chapter II

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
seacorb
Posts: 5
Joined: Mon Sep 14, 2009 6:23 am

chapter II

#1 Post by seacorb »

Is micro still going to work with chapter 2? And are you going to update it with the new classes or should I code my own(lazy) or wing it with macro's?
User avatar
Administrator
Site Admin
Posts: 5350
Joined: Sat Jan 05, 2008 4:21 pm

Re: chapter II

#2 Post by Administrator »

The SVN version currently has druid supported rather well (as far as skills go), but both new classes are missing a lot of the automatic 1-10 setup (update skills, equip stuff out of bags, etc.). Warden skill information hasn't been added yet.
seacorb
Posts: 5
Joined: Mon Sep 14, 2009 6:23 am

Re: chapter II

#3 Post by seacorb »

cool, well i tried to code in my own warden class, i edited settings.lua accordingly and skills.xml ect. but I keep getting a player.Class1 error even though it is implemented, any idea how to fix this or when warden is going to be supported?
User avatar
Administrator
Site Admin
Posts: 5350
Joined: Sat Jan 05, 2008 4:21 pm

Re: chapter II

#4 Post by Administrator »

You broke something when you were editing. You should just delete any of the files you've modifier and redownload off SVN. Warden skills have already been added, but summons do not work.
seacorb
Posts: 5
Joined: Mon Sep 14, 2009 6:23 am

Re: chapter II

#5 Post by seacorb »

thanks for all the help....but.... i downloaded rombot with SVN got everything up and running smoothly with an added pet attack skill so i could atleast use my summon until it died, i added it to friends list and turned anti-ks off and he was running ok for a minute, but now i am getting this error

Use 2: WARDEN_CHARGED_CHOP Aggro during first strike/cast, abort that cast/tar
t: Weak Ent
Clearing target.
=> * aborted *

My summon will continue to beat on it but I will just stand there then go to a different mob and repeat

the skill i added looks like this:

<skill name="WARDEN_PETATTACK" range="50" cooldown="10" /> added a cooldown so it wouldnt just spam it

profile:
<skills_warden>
<skill name="WARDEN_CHARGED_CHOP" hotkey="VK_2" priority="85" />
<skill name="WARDEN_ENERGY_ABSORB" hotkey="VK_3" priority="80" inbattle="true" hpper="25" />
<skill name="WARDEN_PETATTACK" hotkey="VK_4" priority="90" />
</skills_warden>

i dont understand why it worked before, i used it all the way from 1-8
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: chapter II

#6 Post by d003232 »

seacorb wrote:thanks for all the help....but.... i downloaded rombot with SVN got everything up and running smoothly with an added pet attack skill so i could atleast use my summon until it died, i added it to friends list and turned anti-ks off and he was running ok for a minute, but now i am getting this error

Use 2: WARDEN_CHARGED_CHOP Aggro during first strike/cast, abort that cast/tar
t: Weak Ent
Clearing target.
=> * aborted *
The bot is not designed to work with pet's at the moment. If your pet hit's the mob before you hits the mob you get aggro. And because you don't hit the mob at that time, the bot assumes that you get aggro from one additional mob. Thereby he breaks the cast and wait for that 'additional' mob.

It seems not a big think to made the bot also work with the pet. But it needs some changes at the coding.
The RoM Bot Online Wiki needs your help!
seacorb
Posts: 5
Joined: Mon Sep 14, 2009 6:23 am

Re: chapter II

#7 Post by seacorb »

thanks for that bit, i changed the priorities around so he doesnt pull aggro so quickly and everything is running smooth again
Post Reply