XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 8 of 8

Thread: PLEASE HELP!

  1. #1
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    PLEASE HELP!

    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!

  2. #2
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    bump..

  3. #3
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    @Chuitox, @Kush please help

  4. #4
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    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!

  5. #5
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    sorry for spam but i really need help!

  6. #6
    Super Moderator Infernal Bolt's Avatar
    Join Date
    Dec 2011
    Location
    Skellefteċ, Sweden
    Posts
    2,880
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    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

  7. #7
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    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

  8. #8
    runkmexikanen1's Avatar
    Join Date
    Mar 2013
    Posts
    83
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    bump...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •