Is there a way to make a npc cast a spell on a random target? I wanna make an ice rink and people slip sometimes
Is there a way to make a npc cast a spell on a random target? I wanna make an ice rink and people slip sometimes
-> Blua http://svn.assembla.com/svn/Blua/Code::GetRandomPlayer(flag) RANDOM_ANY = 0, RANDOM_IN_SHORTRANGE = 1, RANDOM_IN_MIDRANGE = 2, RANDOM_IN_LONGRANGE = 3, RANDOM_WITH_MANA = 4, RANDOM_WITH_RAGE = 5, RANDOM_WITH_ENERGY = 6, RANDOM_NOT_MAINTANK= 7
Last edited by Aznex; 10-26-2008 at 05:59 AM.
how do you get blua to work?