XenoBot Forums - Powered by vBulletin

User Tag List

Page 8 of 15 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 147

Thread: [COMPLEX SCRIPTS] 100% AFK AND FREE

  1. #71

    Join Date
    Feb 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    plx full afk coryms porthope hexera

  2. #72
    Lifetime Subscriber
    Join Date
    Sep 2011
    Posts
    171
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    hey man i notice your Carlin Coryms script bugs at mana shop if you have empty vials in your backpack. It doesnt sell and it doesnt buy, just stands there until you sell the empty vials. Please help me fix this some how, your scripts are awesome keep up the good work!

  3. #73

    Join Date
    Feb 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by spook View Post
    hey man i notice your Carlin Coryms script bugs at mana shop if you have empty vials in your backpack. It doesnt sell and it doesnt buy, just stands there until you sell the empty vials. Please help me fix this some how, your scripts are awesome keep up the good work!
    create a new lua script with this code and just run it with carlin coryms script.

    ---

    function dropItem(id)
    local cont = Container.GetFirst()

    while (cont:isOpen()) do
    for spot = 0, cont:ItemCount() do
    local item = cont:GetItemData(spot)
    if (item.id == id) then
    cont:MoveItemToGround(spot, Self.Position().x, Self.Position().y, Self.Position().z)
    return true
    end
    end

    cont = cont:GetNext()
    end

    return false
    end


    while(true) do
    local c = Container.GetByName("purple Backpack")
    local vials = 1

    if(c:CountItemsOfID(285) >= vials) then
    dropItem(285)
    elseif(c:CountItemsOfID(283) >= vials) then
    dropItem(283)
    elseif(c:CountItemsOfID(284) >= vials) then
    dropItem(284)
    end
    wait(700,1200)
    end

    ---
    edit the backpack name to your potion/supplies backpack.

  4. #74

    Join Date
    Dec 2015
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good night bro! your scripts of carlin coryns is amazing, but when i am using tibia with this script, the program crashes sometimes... do you know the reason? sorry for my english, im brazillian

  5. #75
    Senior Member eddyN's Avatar
    Join Date
    May 2013
    Location
    Sweden
    Posts
    525
    Mentioned
    65 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by frantiescob View Post
    good night bro! your scripts of carlin coryns is amazing, but when i am using tibia with this script, the program crashes sometimes... do you know the reason? sorry for my english, im brazillian
    Hi, the reason is that the library is outdated and needs and update..
    Successful trades:
    Bought 111MS from @Piillaa
    Sold 76EK to @Perfections
    Sold 144EK to @T-Rav
    Sold 64EK and 59EK to @ending
    Sold 20KK to @sunesne
    Sold 341RP to @macrisal
    Sold 20kk to @Powerboat



  6. #76

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I really really enjoy your scripts im a huge fan. I make scripts for personal use based on your library, and i got a question is there a way to make them ss login friendly with ox tools? main issue when starting script walker does not start how can i make so it does?? PLZ answer

  7. #77
    Lifetime Subscriber playmate's Avatar
    Join Date
    Dec 2011
    Posts
    406
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dillek View Post
    I really really enjoy your scripts im a huge fan. I make scripts for personal use based on your library, and i got a question is there a way to make them ss login friendly with ox tools? main issue when starting script walker does not start how can i make so it does?? PLZ answer
    Add Walker.Start() in the .lua from the script.

    Place it nearby where it says:
    Looter.Start()
    Targeting.Start()

  8. #78

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx bro it worked

  9. #79

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think the uncoded library is not updated but i might be wrong basically scripts dont work with it when he gets to label "Check" he alwyas leaves spawn never continues and i need the latest uncoded to edit some stuff ;/ any help?

  10. #80

    Join Date
    Apr 2016
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It keeps telling me I cant open backpacks even after changing in lua file.

Posting Permissions

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