Page 1 of 1

Cannot use m/d & d/m elites.

Posted: Sun Nov 08, 2009 9:38 am
by jätkä
I cant use any of the druid/mage and mage/druid elites.
Mmacro just tells me "<skillname> is not defined in database"
I have tried the SVN update, but no help so far..
Oh, and I can't find the specific skills in the database.

Re: Cannot use elites.

Posted: Sun Nov 08, 2009 2:11 pm
by d003232
jätkä wrote:I cant use any of the druid/mage and mage/druid elites.
Mmacro just tells me "<skillname> is not defined in database"
I have tried the SVN update, but no help so far..
Oh, and I can't find the specific skills in the database.
You can enter the missing skills into '/database/skills.xml' and post them here to update the SVN.

Re: Cannot use elites.

Posted: Tue Nov 10, 2009 10:11 am
by jätkä

Re: Cannot use m/d & d/m elites.

Posted: Tue Nov 10, 2009 6:24 pm
by j_schlott
its not that they arent working, they havent been added yet, you can add them yourself in the database/skills.xml

if you want them added into the bot, you should contribute some info

Code: Select all

<skill name="MAGE_MESSENGER_OF_LIGHT" mana="30" cooldown="600" type="buff" target="self" />
<skill name="MAGE_LIGHT_CHARGE" mana="30" range="150" minrange="80" cooldown="8" priority="100" />

full name
mana/rage/focus cost
range
cooldown
is it a buff/ defensive spell/ offensive spell

Re: Cannot use m/d & d/m elites.

Posted: Wed Nov 11, 2009 3:31 pm
by jätkä
<skill name="MAGE_PERCEPTION" mana="100" cooldown="0" type="buff" target="self" />
Like this? Perception doesn't have a cooldown, so I put it to 0.

Re: Cannot use m/d & d/m elites.

Posted: Wed Nov 11, 2009 10:14 pm
by droppen
jätkä wrote:<skill name="MAGE_PERCEPTION" mana="100" cooldown="0" type="buff" target="self" />
Like this? Perception doesn't have a cooldown, so I put it to 0.
vitun jätkä ;P
joo, just noin

Re: Cannot use m/d & d/m elites.

Posted: Wed Nov 18, 2009 4:54 pm
by j_schlott
if you use a cooldown of 0 the bot will try to cast it every chance it gets, if its a spell that buffs you for a short period(15secs) you would make the cooldown = 15seconds

so the bot would try to use it after the buff wears off
same principle with the longer buffs like grace of life, the cooldown is 0 but you dont want to cast it all the time since it lasts 30minutes