PDA

View Full Version : Diseased/Poisoned Script Help



GsJersey
08-20-2010, 01:32 PM
Hi Guys,
Trying to make a script but can't seem to get it right. Seems it should be easy I want it to run in hunting portion of bigshot and cast 113 or 114 if I am diseased or poisioned looped. Any ideas or help be appreciated.

it should be checkpoision and checkdisease correct? Any idead how i could get it going with a loop?

Deathravin
08-20-2010, 01:41 PM
Dunno where it'd be in bigshot, but since my spellup script now looks like a rat king...



fput "incant 114" if checkpoison and Spell[114].known? and Spell[114].affordable?
fput "incant 113" if checkdisease and Spell[113].known? and Spell[113].affordable?

That's what mine does...

GsJersey
08-20-2010, 01:59 PM
Dunno where it'd be in bigshot, but since my spellup script now looks like a rat king...



fput "incant 114" if checkpoison and Spell[114].known? and Spell[114].affordable?
fput "incant 113" if checkdisease and Spell[113].known? and Spell[113].affordable?

That's what mine does...

Thx so much, thats exactly what i needed and .known? was missing great also wasnt checking the mana.....