51l3n7 Newbie cheater
Reputation: 0
Joined: 29 Jan 2008 Posts: 14
|
Posted: Tue Jan 29, 2008 1:45 pm Post subject: Fiestabot is attacking but not using pots or resting |
|
|
all the hotkeys are set exactly to my character------
key_hppotion = key.VK_6; -- CLERICS: map this to your heal spell
key_hpstone = key.VK_Q;
key_sppotion = key.VK_7;
key_spstone = key.VK_E;
--------------------------------------------
class = CLASS_MAGE; -- class determins the logic to take
HP_restamt = 15; -- HP to rest at (not used for cleric's)
HP_potion = 50; -- Use a HP potion (or heal skill for cleric)
HP_stone = 90; -- Use a HP stone
SP_restamt = 15; -- SP to rest at
SP_potion = 30; -- Use a SP potion
SP_stone = 50; -- Usa a SP stone
Any idea on the prob? My keys are set in the script exactly what it is in game
|
|