Quote:
Originally Posted by PaxDei
Hi Paraly....In the upcoming versions of the combat routine you could enter a command so that the SM would use the new daevanion skill? like "Inescapeble choke"?
Because as has many Rangers bots that do not use cast. classes that use cast take disadvantage. And this Skill has no cast.
Getting even faster the farm.
Thx Paraly
|
This is the current default spiritmaster rotation
Code:
;;;;;;;;;Settings Spiritmaster;;;;;;;;;ROTATION MADE BY Gianni (Petless)
_ACCustomCooldown=3780,25000;
_ACRelyOnBuff=1166,1166;
_ACRelyOnRace=3807,Eylos;
_ACRelyOnRace=3808,Asmo;
_ACManaPercentage=65;
_ACHealPercentage=50;
_ACInitialRange=25;
_ACHeals=4665;
_ACBuffs=1166,3543;
_ACSkills=4665,1459,3776,3847,1459,3588,4665,1459,3561,3776,1459,4665,3601;
;;;;;;;End Settings Spiritmaster;;;;;;;
Now if we want to add for example
[Only registered and activated users can see links. Click Here To Register...], ID: 5124
we add the skill ID to the _ACSkills line and we add a rule so vanillatool knows it's a deavanion skill, it will look like this then
Code:
;;;;;;;;;Settings Spiritmaster;;;;;;;;;ROTATION MADE BY Gianni (Petless)
_ACCustomCooldown=3780,25000;
_ACRelyOnBuff=1166,1166;
_ACRelyOnRace=3807,Eylos;
_ACRelyOnRace=3808,Asmo;
_ACIsDaevanion=5124,True; <-- Rule so vanillatool knows skill 5124 is a deavanion skill
_ACManaPercentage=65;
_ACHealPercentage=50;
_ACInitialRange=25;
_ACHeals=4665;
_ACBuffs=1166,3543;
_ACSkills=5124,4665,1459,3776,3847,1459,3588,4665,1459,3561,3776,1459,4665,3601;
;;;;;;;End Settings Spiritmaster;;;;;;;
Quote:
Originally Posted by Lynne77
do we have a script to solo fm?
|
No