Log in

View Full Version : Switch to weapon when no spears



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!

felipe93
05-24-2016, 10:37 AM
i put this in the same lua or i have to create another one