I try to make my own script!!
i cant execute my script.. so if someone can help me?
[Shadowcores] Lizard city.lua it's shadowcores!! if you want somthing, tell me and i send it to you!
I try to make my own script!!
i cant execute my script.. so if someone can help me?
[Shadowcores] Lizard city.lua it's shadowcores!! if you want somthing, tell me and i send it to you!
okay, where should i put that coordinates?
http://speedy.sh/cHrgs/Shadowcores-L...ity-refil.xbst
http://speedy.sh/8U3jJ/Shadowcores-Lizard-city.lua
there is my XBST.file and my .lua file, so if some really nice man can help me??
should be verry gratefully!!
thanks!
sorry for spam but i really need help!
why are you using syntaxlualib? syntax is the one who handles the native xenobotlibrary so you don't need it.
lua code:
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
if (labelName == "Check") then
if Self.ItemCount(3155) <= 1500 then
gotoLabel("GoRunes")
else
gotoLabel("Start")
end
elseif (labelName == "BuyRunes") then
Walker.Stop()
Self.SayToNpc({"hi", "trade"}, 100)
Self.ShopBuyItemsUpTo('sudden death rune', 1100)
Walker.Start()
elseif (labelName == "door") then
setWalkerEnabled(false)
Self.OpenDoor(x, y, z) -- change x, y, z to the coordinates of the door
wait(500, 1000)
setWalkerEnabled(true)
end
end
it's dont walk in to the door, it's walker stuck there..
21:59 You see a closed door. [ID 11248] <-- id on the door