View Full Version : Rotworm Stew Use
Jetta
01-10-2016, 02:12 PM
Use rotworm stew when X health
BlueIsNotRed
01-10-2016, 04:07 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?
Jetta
01-10-2016, 04:23 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?
use on myself like a potion or it actually need to only click on it
Fatality
01-10-2016, 06:11 PM
Self.UseItem(ItemID)
Merre
01-10-2016, 06:33 PM
Isnt it possible to set it up in the healing section? Instead of adding 7643 just add the rotworm stew id
Jetta
01-10-2016, 08:59 PM
Self.UseItem(ItemID)
tried to do something with that earlier but didnt work so thats why i ask if someone can make.
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.
eldera
01-10-2016, 10:12 PM
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.
Self.UseItem(9079) Worked for me on hexera. Meaby it is just on cooldown for you?
Jetta
01-10-2016, 11:23 PM
Self.UseItem(9079) Worked for me on hexera. Meaby it is just on cooldown for you?
send me whole code and i try. ty
XtrmJosh
01-11-2016, 12:23 AM
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.
Jetta
01-11-2016, 04:36 AM
That would work as the "whole code". Just bung it in a Lua file, execute it within Tibia / Xeno.
tyty for the helps :D
while (true) do
if (Self.Health() < 6000) then
Self.UseItem(11586)
wait(100)
end
wait(100)
end
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.