Signup Now
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 59

Thread: WindBot 1.2.5

  1. #1
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10

    WindBot 1.2.5

    Hello guys!

    This update fixes the problems you reported in the last few days. And adds up lots of improvements to the bot.
    Check out the full change log on the post below.

    As always. You can grab it at our Downloads page.

    EDIT: 1.2.5
    • Fixed moveitemsonto(...) not moving correctly if you don't pass a count parameter.
    • Fixed creatures.xml not being loaded correctly.
    • Added "How many days left" on login screen.

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Change Log

    Bugs Fixed:
    • Wait & Lure & Keep Away not working properly
    • Some wrong font offsets in HUDs
    • Waypoints/Action scripts not stopping when switching waypoints manually (by right clicking on a waypoint)
    • Cancel button not working for action waypoints
    • Actions being cleaned if you edit an action with cavebot running
    • pausewalking(...) not keeping waypoints from going on
    • gotolabel(...) getting skipped under some rare circumstances
    • Bot getting stuck when looting with all backpacks closed
    • $charactertime being reset on level up
    • Crash when looting on a browse field window with more than one page
    • Mana Trainer not considering spears on your hands for 'enchant spear' spell
    • showbot(...) not 'moving' the bot to system tray when hiding
    • Actions being skipped under some rare circumstances when switching waypoint sections
    • Getting stuck with 'Close Client' window
    • Wrong indexing of userdata variables in Lua
    • tradecount(...) considering equipped items


    Improvements:
    User Interface
    • Added setsetting/getsetting for Targeting, Healer and Scripter.
    • Added small icon indicators for healing rules:
      • Green icon means the healing rule is enabled
      • Red icon means the rule is disabled
      • Yellow icon means the rule is deactivated because your character is unable to cast the spell

    Looting System:
    • New algorithm for creatures that dies together (for area runes (or spells) hunts)
    • Bot will no longer go after a body just to eat food if you received a 'You are full.' message in the last 5 minutes. However, it will open it normally if you have the food on the loot list

    Input System:
    • Some functions related to mouse/keyboard simulation was revised, WindBot should run even faster and smoother now for people with low FPS.

    Healer System:
    • Bot will no longer keep spamming if you run out of potions. It will use it again if it finds some visible on your backpacks, or if you receive a 'Bought x items for y gold.' message, or each 15-30 seconds

    New Message Property:
    • .channel - returns the name of the channel where the message was received

    New Container Properties:
    • .index - return a number with the index of the container (0-15)
    • .ispage - returns true if the container has pagination enabled, false otherwise
    • .curpage - returns a number with the value of the current page of a container
    • .lastpage - returns a number with the value of the last page of a container

    New Variable:
    • $hunttime - returns the time since you started hunting (turned cavebot enabled). Reset it with resethunttime()

    New Functions:
    • browsefield(x, y, z) - will open a browse field window at position x, y, z.
    • nextpage(containername) - will switch to the next container page on container containername. containername can also be the index of the container.
    • previouspage(containername) - will switch to the next container page on container containername. containername can also be the index of the container.
    • changepage(containername, pagenum) - will switch to the page pagenum on container containername. containername can also be the index of container.

    New HUD Script:
    • ShowWaypoints.lua - will draw your waypoints on your screen.


    Changes in Lua functions:
    • reconnect(usectrlg) - if you pass usectrlg as true, it will reconnect you by doing Ctrl+G. Should be used when your connection times out and you are not sent back to the login screen.
    • reachlocation(x, y, z, optional dist) - will reach location at position x, y, z. Optionally you can pass a dist parameter, to say how many square meters you want to stay from that location.
    • reachgrounditem(itemid, dist) - will reach the item with id itemid on your screen. Optionally you can pass a dist parameter, to say how many square meters you want to stay from that item.
    • reachcreature(creature, dist) - will reach the creature creature on your screen. Optionally you can pass a dist parameter, to say how many square meters you want to stay from that item. This can be useful for reaching NPCs. For example:
      reachcreature('Captain Boatrider', 2)
      say('hi') wait(1500, 2500)
      npcsay('venore') wait(300, 500)
      npcsay('yes')
    • moveitemsonto(id, toid, index, to, from, optional amount) - added an optional amount parameter.
    • getcontainer(containername, optional getall) - returns a pointer to the container structure of containername. containername can be either a container name (like 'brown backpack 0-10') or a container index (0-16)

  3. #3
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Nice! Great update, as always! Let's test!



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  4. #4
    Free User joraanpe's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    36
    Rep Power
    21
    awsome!!! keep it up!

  5. #5
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Coooolios stuff.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  6. #6
    Free User Prusio's Avatar
    Join Date
    Jan 2014
    Posts
    106
    Reputation
    18
    Rep Power
    21
    Nice gj!

  7. #7
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Awesome KURWA!

  8. #8
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Also, don't forget to try Raphael's newest ShowWaypoints HUD!

  9. #9
    Free User sylomex's Avatar
    Join Date
    Dec 2013
    Location
    France
    Posts
    369
    Reputation
    39
    Rep Power
    21
    great work !

  10. #10
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    Greeeat, i was about to ask when bot will be updated to new version

 

 

Posting Permissions

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