any script for carlin trolls or somthing not crowned?
any script for carlin trolls or somthing not crowned?
if you teach me how to make a depositer i can do it
Last edited by Elvang; 01-25-2016 at 06:27 AM.
perfect, i will try to do it, and upload it
how can i add a item checker, for example, 1k gps and go back?
lua code:
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
if {labelName == check} then
Walker.ConditionalGoto(Self.Cap() < 50, 'leave', 'continue')
end
end
//Counting items
Self.ItemCount(3031) > 1000
Create a label for check, leave, and continue.
Last edited by Elvang; 01-25-2016 at 06:25 AM.