krille09
02-21-2016, 02:13 AM
I was trying to find this script but didn't manage to find any good ones, made this simple script if someone else needs it... :)
To refill your spears, just use xenobot's feature, EQ Manager inside Support tab...
local weapon_n = "serpent sword"
local spear_id = 3277
Module.New("w c", function(module)
if (Self.Weapon().id ~= spear_id) then
Self.Equip(weapon_n, "weapon")
end
module:Delay(1000)
end)
Enjoy!
To refill your spears, just use xenobot's feature, EQ Manager inside Support tab...
local weapon_n = "serpent sword"
local spear_id = 3277
Module.New("w c", function(module)
if (Self.Weapon().id ~= spear_id) then
Self.Equip(weapon_n, "weapon")
end
module:Delay(1000)
end)
Enjoy!