XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: I Came From Windbot

  1. #1

    Join Date
    Jun 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I Came From Windbot

    Hello,

    After a long time using Windbot as main bot, I decided to get into a new "botting world". I`ll go right on subject: I`d like to know if there`s scripts like persistents and how to check if character need supply and others..

    Is there any GOOD tutorial here? Or documentation with functions available?

    Thanks in advance. Hope u help me!

  2. #2
    Senior Member Apoc's Avatar
    Join Date
    Dec 2012
    Location
    Bolivia
    Posts
    461
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    What do u mean by persistents??

  3. #3

    Join Date
    Jun 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Apoc View Post
    What do u mean by persistents??
    In Windbot persistents are actions that repeat by itself like:
    auto(200)
    if $mppc < 10 then
    cast(x)
    else y end... So each 200 ms it will check if mana % is less than 10 and if positive will cast spell.

  4. #4
    Senior Member Apoc's Avatar
    Join Date
    Dec 2012
    Location
    Bolivia
    Posts
    461
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Oh snap u got me there, well maybe you should try the free scripts to check. Otherwise while using Xeno, I always used solid-scripts. best ones around. Maybe they work for what you want.

  5. #5
    Senior Member Trykon's Avatar
    Join Date
    Nov 2014
    Location
    UK
    Posts
    952
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    I would buy or download free script from me or Bollo as we don't encrypt them... there you will be able to see most of stuff happening.
    You can just open .lua file to see everything: loops, resupplying, handling backpacks, etc...
    Edit: ofc more advanced features are in paid ones...
    All my full afk scripts are accessible at:
    My thread
    My store
    My project
    Looking for RL Tibia testers - RP and EK scripts for FREE. Link to info.

  6. #6
    Sargul's Avatar
    Join Date
    Jul 2016
    Posts
    314
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    I don't really recommend you start in XB, it won't continue for tibia 11. But if you are going to play ot well you are welcome here.

  7. #7

    Join Date
    Jun 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Trykon View Post
    I would buy or download free script from me or Bollo as we don't encrypt them... there you will be able to see most of stuff happening.
    You can just open .lua file to see everything: loops, resupplying, handling backpacks, etc...
    Edit: ofc more advanced features are in paid ones...
    Thanks! I`ll download it and take a look on it to understand more.. One more doubt... In Windbot we name each backpack.. I mean that lootbp = blue backpack and so on.. In Xeno i saw that it's bp1, bp2, bp3.. What if I put mu looting in bp1 (as blue) and for some reason char closes all windows and open again with bp1 (as of holding) for example?

  8. #8

    Join Date
    Jun 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Sargul View Post
    I don't really recommend you start in XB, it won't continue for tibia 11. But if you are going to play ot well you are welcome here.
    Yeah.. I`m OT player. Global isn`t the same... The reason I play Tibia is 75% scripting and 25% on screen playing.

  9. #9
    Senior Member Trykon's Avatar
    Join Date
    Nov 2014
    Location
    UK
    Posts
    952
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by duuhduuh View Post
    Thanks! I`ll download it and take a look on it to understand more.. One more doubt... In Windbot we name each backpack.. I mean that lootbp = blue backpack and so on.. In Xeno i saw that it's bp1, bp2, bp3.. What if I put mu looting in bp1 (as blue) and for some reason char closes all windows and open again with bp1 (as of holding) for example?
    That is why I told you too see scripts we also name backpacks like in wb, official scripts and the ones from shadowart use bp1, ... etc.
    Looter uses that as well, but all you need to do is to open them in right order, like: open first mainbp, then lootbp, then goldbp and then supplybp... like this all numbers are fine
    Take a look in .lua then you will see at label resetbp (on my scripts) you set them properly for looter to work
    All my full afk scripts are accessible at:
    My thread
    My store
    My project
    Looking for RL Tibia testers - RP and EK scripts for FREE. Link to info.

  10. #10

    Join Date
    Jun 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Trykon View Post
    That is why I told you too see scripts we also name backpacks like in wb, official scripts and the ones from shadowart use bp1, ... etc.
    Looter uses that as well, but all you need to do is to open them in right order, like: open first mainbp, then lootbp, then goldbp and then supplybp... like this all numbers are fine
    Take a look in .lua then you will see at label resetbp (on my scripts) you set them properly for looter to work
    Yeah... Guess is easy to learn the basics.. Saw that you registered a event at the beginning and then it goes with if and elseif so it recognize each waypoint and do the action for each one. BUT... I case of server down. It will reopen bps or I'll have to do one "persistent" or a loop?

Posting Permissions

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