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

    WindBot 1.3.3 (Protocol 10.34)

    Hello guys,

    This update adds up a few new features and compatibility with Client 10.34. Check the full change log on the post below.

    As always, you can grab it at our download page. Or here: WindBot 1.3.3 (14,612 KB)


    Enjoy WindBot!


    Release 1.3.3
    Bugs Fixed:
    • Special Areas considering entries from other floors. (thanks to @BUgWT for figuring it out)
    • setsetting not working correct when iterating with foreach settingsentry. (thanks to @Raphael)


    New Option to Healer:
    • Don't override actions. Should be used for weak spells (like 'wound cleansing', on knights), so it will not override other bot's actions.

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

    Bugs Fixed:
    • Closed windows not being considered as blocking for trace shots algorithm. (thanks to @SuNe for that)


    Completely redesigned Special Areas:
    • Bot now considers Special Areas for the whole pathfinding algorithm, not only for Special Areas on your screen.
    • New Special Area type: 'Square (Double Border)'. It's a square/rectangle with a 2 SQMs thick border, this way, if it accidentally steps over the border it will get back inside the area, instead of going out.
    • To visualize your special areas enable HUD: ShowSpecialAreas.lua (credits to @Raphael) (will not work well with Composition Mode disabled)


    Changes to setsetting(...)
    • Now you can change the setting for a targeting creature with a specific amount. e.g.: setsetting('Targeting/Creatures/Dragon_2+/Setting1/Health', '0 to 100%')
    • You can no longer change the 'Count' for targeting creatures.
    • You can now iterate through targeting creatures using foreach settingsentry. e.g.:
      -- this example sets 'SyncSpells' to 'yes' for every 'Dragon' on the Targeting List.
      foreach settingsentry e 'Targeting/Creatures' do
      if getsetting(e, 'Name') == 'Dragon' then
      setsetting(e, 'SyncSpells', 'yes')
      end
      end
    • Added setsetting to alerts. e.g.: setsetting('Alerts/PlayerOnScreen/PlaySound', 'yes')
    • New way to interact with settings:
      setsetting('Targeting/Creatures/Dragon*/Setting*/Danger', 3) -- will set all the 4 settings of every Dragon to 3
      setsetting('Targeting/Creatures/Dragon_3+/Setting*/Danger', 7) -- will set all the 4 settings of Dragon 3+ to 3


    Changes to Healer:
    • Bot will no longer cast a spell that heals you over time (like 'utura gran') if you are already under the effect of a recovery spell.


    New Function:
    • tileclickable(posx, posy, posz) - this function is used to determine whether there's something on the upper floors that will block you from clicking on a certain SQM or not. It returns true if you can click on the tile at position x:posx, y:posy, z:posz; false otherwise.


    New Alerts:
    • Unjust Kill - triggered whenever you get an unjust kill message.
    • Enemies online - triggered whenever the amount of enemies (players on your enemy list or marked with a skull on vip list) online is above x.


    New Message Properties:
    • .time - returns the time when the message was received. The time is given in the number of seconds since epoch. Check this for more info.
    • .timestr - returns a string representation with the time of the message in the format 'hh:mm', e.g.: '10:32'.


    New Creature Property:
    • .lastseen - returns the time in milliseconds when the creature was last seen.


    New Variable:
    • $recoverytime - returns the time in milliseconds remaining on the recovery spell

  3. #3
    Free User L!p3's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    52
    Reputation
    21
    Rep Power
    21
    LOL! Thaaaaaaanks! Faster than ever!

  4. #4
    Free User yracoma's Avatar
    Join Date
    Dec 2013
    Location
    Curitiba, Paraná
    Posts
    197
    Reputation
    15
    Rep Power
    21
    Awesome!
    http://i.imgur.com/2OAoXck.gif
    (*) Click on the picture for check my scripts!


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


    raphseller.com

  6. #6
    Free User edek2_1932's Avatar
    Join Date
    Dec 2013
    Posts
    157
    Reputation
    19
    Rep Power
    21
    Nice!
    Very fast

  7. #7
    Banned
    Join Date
    Dec 2013
    Posts
    556
    Reputation
    18
    Rep Power
    0
    Lol, so fast!!!!!!!!

  8. #8
    Free User xendram's Avatar
    Join Date
    Jan 2014
    Location
    Proland
    Posts
    353
    Reputation
    19
    Rep Power
    21
    Thank you boss

  9. #9
    Free User Magenta's Avatar
    Join Date
    Dec 2013
    Posts
    10
    Reputation
    10
    Rep Power
    0
    Ihaaaa! Amazing!

  10. #10
    Free User Andreas's Avatar
    Join Date
    Dec 2013
    Posts
    27
    Reputation
    10
    Rep Power
    0
    I can´t launch it, it doesn´t find my character. Any suggestions?

 

 

Posting Permissions

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