Tigcex
10-20-2014, 06:27 PM
Hello,
It is possible to turn off EQ Manager in lua file and after move spears to backpack turn it back on?
elseif (labelName == "GetRoyal") then
Walker.Stop()
Self.WithdrawItems(2,{AmmoName ,10 ,(MaxRs - Self.ItemCount(ammo))})
end
end
There is my code and when i have turned on EQ Manager it take max spears from depot(100) i want take less. Sorry for my english :(
edit
My friend did it for me after few hours...
Just add Self.Equip(AmmoName, "weapon", (MaxRs - Self.ItemCount(ammo))) and off in EQ Manager spear refill
It is possible to turn off EQ Manager in lua file and after move spears to backpack turn it back on?
elseif (labelName == "GetRoyal") then
Walker.Stop()
Self.WithdrawItems(2,{AmmoName ,10 ,(MaxRs - Self.ItemCount(ammo))})
end
end
There is my code and when i have turned on EQ Manager it take max spears from depot(100) i want take less. Sorry for my english :(
edit
My friend did it for me after few hours...
Just add Self.Equip(AmmoName, "weapon", (MaxRs - Self.ItemCount(ammo))) and off in EQ Manager spear refill