Fixed my error xD
Printable View
Fixed my error xD
Hey man im trying to run the asuras script with luremode and half the time it doesn't kill everything or even turn on the targeting?
its possibile to change mana potion to strong mana potion in scripts for eks? when i changge them bot dont use smp
yes but its impossibile to add it on potion healer ;/ any ideas?
Create a new persistent action and add this:
-- Percentage to use Strong Mana Potion:
local SMPPerc = 70
auto(200,500)
if $mppc <= SMPPerc and $level >= 50 and itemcount("strong mana potion") >= 1
then
pausewalking(200,500)
useoncreature("strong mana potion", $self)
end