Page 1 of 1

Need MAGE script

Posted: Tue Apr 01, 2008 8:55 pm
by Split74
well i've got a problem to exp in shaiya with oracle or pagan can some1 tell me if there is a good script for casters plz cuz i've used zs_shaiya but it's good for melee classes not for mage :( thx

Re: Need MAGE script

Posted: Tue Apr 29, 2008 10:50 pm
by zer0
u should have mentioned Shaiya, in your subject.. ;)

I've used it as a mage class fine, just remember to alter the class to this in ur char script:

Code: Select all

avi_class = Avatar_class(CLASS_MAGE);
and in battle_round_start remove the attack:

Code: Select all

function avi_class:battle_round_start()
  avatar:check_use_skill(skills[1]);
  --avatar:attack();
end