View Full Version : trolls
leder
01-25-2016, 03:36 AM
any script for carlin trolls or somthing not crowned?
Elvang
01-25-2016, 04:13 AM
any script for carlin trolls or somthing not crowned?
We need more people making scripts, feel free.
leder
01-25-2016, 04:51 AM
if you teach me how to make a depositer i can do it
Elvang
01-25-2016, 05:56 AM
if you teach me how to make a depositer i can do it
Add a depot waypoint in the walker and in the looter select which locker you want to deposit it into.
leder
01-25-2016, 05:57 AM
perfect, i will try to do it, and upload it
leder
01-25-2016, 06:00 AM
how can i add a item checker, for example, 1k gps and go back?
Elvang
01-25-2016, 06:21 AM
how can i add a item checker, for example, 1k gps and go back?
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.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.