Use rotworm stew when X health
Last edited by Jetta; 01-10-2016 at 02:30 PM.
Yea, do you need it? Are you selling it? Do you want to buy it? Do you want to pee on someone to show dominance? what is it?
Originally Posted by BlueIsNotRed Yea, do you need it? Are you selling it? Do you want to buy it? Do you want to pee on someone to show dominance? what is it? use on myself like a potion or it actually need to only click on it
Last edited by Jetta; 01-10-2016 at 04:26 PM.
Self.UseItem(ItemID)
Isnt it possible to set it up in the healing section? Instead of adding 7643 just add the rotworm stew id
Originally Posted by Fatality Self.UseItem(ItemID) tried to do something with that earlier but didnt work so thats why i ask if someone can make. Originally Posted by Merre Isnt it possible to set it up in the healing section? Instead of adding 7643 just add the rotworm stew id Tested also this before still no work.
Originally Posted by Jetta tried to do something with that earlier but didnt work so thats why i ask if someone can make. Tested also this before still no work. Code: Self.UseItem(9079) Worked for me on hexera. Meaby it is just on cooldown for you?
Self.UseItem(9079)
Originally Posted by eldera Code: Self.UseItem(9079) Worked for me on hexera. Meaby it is just on cooldown for you? send me whole code and i try. ty
Originally Posted by Jetta send me whole code and i try. ty That would work as the "whole code". Just bung it in a Lua file, execute it within Tibia / Xeno.
You cannot fail, so I'm lowering the standard.
Originally Posted by XtrmJosh That would work as the "whole code". Just bung it in a Lua file, execute it within Tibia / Xeno. tyty for the helps while (true) do if (Self.Health() < 6000) then Self.UseItem(11586) wait(100) end wait(100) end
Forum Rules