Posted: Tue Jan 29, 2008 12:43 pm Post subject: still not working,
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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum