chapter II
chapter II
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?
- Administrator
- Site Admin
- Posts: 5350
- Joined: Sat Jan 05, 2008 4:21 pm
Re: chapter II
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.
Re: chapter II
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?
- Administrator
- Site Admin
- Posts: 5350
- Joined: Sat Jan 05, 2008 4:21 pm
Re: chapter II
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.
Re: chapter II
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
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
Re: chapter II
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.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 *
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!
Re: chapter II
thanks for that bit, i changed the priorities around so he doesnt pull aggro so quickly and everything is running smooth again