Signup Now
Page 1 of 8 123 ... LastLast
Results 1 to 10 of 77
  1. #1
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10

    WindBot 2.2.1 (Protocol 10.39)

    Hello guys,

    This update adds compatibility for client version 10.39 and adds functions to deal with the market feature. Check the post below for a full change log.

    As always, you can grab it at our Downloads page, or directly from here: WindBot 2.2.1 (15,274 KB)


    WindAddons 1.0.4 can be downloaded on our free tools page, or directly from here: Wind Client Addons 1.0.4 (1,691 KB).


    Happy botting!


    EDIT 2.1.8:
    • Fixed a rare crash people were having at random situations.
    • Fixed crash when using addwaypoint(...) function.
    • If you get denied for 14-days trial you will get redirected to the Trial Request Thread.
    • Fixed bot sometimes getting stuck when trying to open a body on rope spot.


    EDIT 2.1.9:
    • Fixed Looting not using browse field as it should.


    EDIT 2.2.0:
    • Fixed one more random crash.
    • Now auto-mount function will stop if your character does not have any mounts.


    EDIT 2.2.1:
    • Added Alert On Drop - will alert if a specific item was dropped.
    • Added Alert On Miss - will alert if a specific item wasn't looted correctly because you did not have enough capacity. Missed bodies will count as 'not looted' on $lootingaccuracy.
    • Fixed character getting stuck when using 'Walk With Map-Clicks' and targeting a 'Only If Trapped' monster.
    • Fixed alert On Valuable bodies not working correctly.
    • Fixed bot not recognizing monsters that died on rope spots.

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Added:
    • New field to scriptinfo in user options: 'author'. You can access it using: getuseroptions('scriptauthor')


    Fixed:
    • A problem that would cause setsetting(...) for Healing Rules to fail sometimes.
    • Bot not being able to move items on doors.


    Changed:
    • Default name for special areas is now 'SArea', 'SArea1', etc. So it will show nicely on SpecialAreas HUD without having to wrap the word.
    • Bot will no longer cast Recovery/Intense Recovery spells when standing inside a protection zone.
    • Now $balance will also get updated from the market window, whenever you open it.


    New Functions:
    • addspecialarea(string type, number x, number y, number z) - adds a special area at position x, y, z. Type can be: 'none', 'cavebot', 'targeting' or 'cavebot & targeting'.
    • removespecialarea(string areaname) - removes the special area named areaname.
    • removewaypoint(number wptid) - removes a waypoint with id wptid from the current waypoint section.


    New Variable:
    • $marketopen - returns true if the market window is opened, false otherwise.


    New Events:
    • buyitemsmarket(itemname/itemid, number maxprice, number amount, optional boolean createoffer, optional boolean offeranonymous) - will buy amount units of item itemname on market. It will always pick the best offer (cheapest item), that costs at most maxprice. If you set createoffer to true it will create an offer for the item at price maxprice if a good offer wasn't found on the current offers list. offeranonymous gives you the option to create an offer anonymously or not (if you don't pass any value, offeranonymous will be set to true).
    • sellitemsmarket(itemname/itemid, number minprice, number amount, optional boolean createoffer, optional boolean offeranonymous) - will sell amount units of item itemname on market. It will always pick the best offer (most expensive item), that costs at least minprice. If you set createoffer to true it will create an offer for the item at price minprice if a good offer wasn't found on the current offers list. offeranonymous gives you the option to create an offer anonymously or not (if you don't pass any value, offeranonymous will be set to true).

      Alternative invocations:
      • buyitemsmarket(itemname/itemid, number maxprice, number amount, optional string charactertobuyfrom) - allows you to buy an item on market from a specific character.
      • sellitemsmarket(itemname/itemid, number minprice, number amount, optional string charactertosellto) - allows you to sell an item on market to a specific character. Can be useful for item transferring.


    Example usage 1:
    openmarket() -- small function from LucasTerra.lua to open market window if it's not opened
    sellitemsmarket('wand of inferno', 2900, 9999, true) -- will try to sell all of your wands of inferno for at least 2900, if there's no one buying it, it will create offers on the market
    closemarket() -- small function from LucasTerra.lua to press esc and close market


    Example usage 2:
    openmarket()
    sellitemsmarket('wand of inferno', 1, 9999, 'Mysecond Character') -- will sell all of your wands of inferno to 'Mysecond Character'
    closemarket()

  3. #3
    Free User
    Join Date
    Jan 2014
    Posts
    77
    Reputation
    11
    Rep Power
    21
    Good job
    Never argue with idiots, they drag you down to their level and beat you with experience.

  4. #4
    Free User siwylkw's Avatar
    Join Date
    Dec 2013
    Posts
    289
    Reputation
    15
    Rep Power
    21
    Thank you!!!!!!

  5. #5
    Free User
    Join Date
    Jan 2014
    Posts
    13
    Reputation
    10
    Rep Power
    0
    awesome

  6. #6
    Free User Ozun's Avatar
    Join Date
    Dec 2013
    Location
    POLAND
    Posts
    924
    Reputation
    96
    Rep Power
    22
    Wow finally market! yay

  7. #7
    Free User
    Join Date
    Apr 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Wind Client Addons are not working. Will be there update of this application?

  8. #8
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    Remarkable!, thanks

  9. #9
    Free User
    Join Date
    Dec 2013
    Location
    Pamplona
    Posts
    78
    Reputation
    15
    Rep Power
    21
    I open the bot, but i can`t lunch it on the game because it doesnt appear the name of anyone on my character on the launch screen

  10. #10
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    Great and fast !!!!!!

 

 

Posting Permissions

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