01-20-2025, 03:36 AM
Well,
Im trying to setup Mana Fluid in Healer Section, but dont work with any configuration.
I tested with spell "Mana Fluid", with ID's and TEXT. Nothing works
When I put Mana fluid on floor and use show cursor info, ID is 2874 (vial).
When I put Mana fluid on belt slow, ID is 10 (wtf??)
I also tested the script below, but didn't work either.
(I tested all de names: Mana Fluid, Vial of Mana Fluid, manafluid, vial of manafluid, etc..)
and algo unsecessfully
@Arkilys, could you help me?
Im trying to setup Mana Fluid in Healer Section, but dont work with any configuration.
I tested with spell "Mana Fluid", with ID's and TEXT. Nothing works
When I put Mana fluid on floor and use show cursor info, ID is 2874 (vial).
When I put Mana fluid on belt slow, ID is 10 (wtf??)
I also tested the script below, but didn't work either.
(I tested all de names: Mana Fluid, Vial of Mana Fluid, manafluid, vial of manafluid, etc..)
and algo unsecessfully
local MANA = 50
local ITEM = 'manafluid'
while mp() < MANA and itemcount(ITEM) do
useitemoncreature(ITEM, id())
wait(900, 1200)
end
@Arkilys, could you help me?