XenoBot Forums - Powered by vBulletin

User Tag List

Page 67 of 189 FirstFirst ... 1757656667686977117167 ... LastLast
Results 661 to 670 of 1882

Thread: Multi-Vocation Project

  1. #661
    Senior Member RoxZin xD's Avatar
    Join Date
    Feb 2012
    Location
    Rio de Janeiro
    Posts
    709
    Mentioned
    16 Post(s)
    Tagged
    1 Thread(s)
    This ED is leveling so damn fast I am jealous

  2. #662
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Andreolsoon View Post
    hey mate, is there anyway I could make it deposit manas from depot? u see I have 60k great manas from botting deeplings and it feels so waste buying new ones with the ED I currently bot in quaras xD
    peace
    lua code:
    -- POTIONS_ID - id of potions you want to withdraw
    -- BACKPACK_INDEX - from which backpack in depot
    SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)

    You can just add this function to any label in depot (for example in Deposit label).

    Quote Originally Posted by Alastorsz View Post
    AHAAAAAAA there it is!!! you are using auto haste, dont u??? does that makes easier to avoid them and to shoot better the runes?
    Started using it recently so I am not sure how much it helps yet but my profit is still 20k/h+ so why not?

  3. #663
    Banned
    Join Date
    May 2012
    Posts
    801
    Mentioned
    48 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=Nakuu;251015]lua code:
    -- POTIONS_ID - id of potions you want to withdraw
    -- BACKPACK_INDEX - from which backpack in depot
    SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)

    You can just add this function to any label in depot (for example in Deposit label).


    thx alot !

  4. #664
    Bondx's Avatar
    Join Date
    Nov 2013
    Location
    Brazil
    Posts
    47
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Cool life thread!

    Bondx!

    ~ Selling ALL Characters on Open PVP ~

    Accounts Availables:

    EK 420 | EK 371 | EK 367 | EK 351 | EK 342 | EK 335 | EK 287 | EK 262 | EK 245 | EK 232 | EK 208
    ED 290 + EK 210 | ED 275 + RP 200 | MS 264 | ED 205 | MS 205 | ED 190 | ED 190 (DOLERA) | ED 165 + EK 153


    Accounts Sold:
    EK 250 | RP 236 | ED 220 | ED 153 + EK 110 | EK 140

  5. #665
    Banned
    Join Date
    Jun 2012
    Location
    Behind you
    Posts
    329
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)
    You are rushing levels!!!

  6. #666
    Banned
    Join Date
    May 2012
    Posts
    801
    Mentioned
    48 Post(s)
    Tagged
    0 Thread(s)
    -- POTIONS_ID - id of potions you want to withdraw
    -- BACKPACK_INDEX - from which backpack in depot
    SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)
    im rly shitty at doing this haha i just mess it up, where exactly am i putting it in? xD

  7. #667
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Andreolsoon View Post
    -- POTIONS_ID - id of potions you want to withdraw
    -- BACKPACK_INDEX - from which backpack in depot
    SolidScripts.WithdrawItem(true, POTIONS_ID, _manaMaximum, BACKPACK_INDEX)
    im rly shitty at doing this haha i just mess it up, where exactly am i putting it in? xD
    in main lua (ie. [200+ M] Yalahar Quaras) and at label when you are in depot, ie:
    lua code:
    elseif(label == "Stamina") then
    -- HERE
    SolidScripts.CheckStamina()

  8. #668
    Banned
    Join Date
    May 2012
    Posts
    801
    Mentioned
    48 Post(s)
    Tagged
    0 Thread(s)
    elseif(label == "Stamina") then
    -- POTIONS_ID - 238
    -- BACKPACK_INDEX - crown backpack

    so it should look like this?

  9. #669
    Banned
    Join Date
    May 2012
    Posts
    801
    Mentioned
    48 Post(s)
    Tagged
    0 Thread(s)
    i got it too work, so it withdraws, now the problem it takes out as many as it can , do u get me?

  10. #670
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Andreolsoon View Post
    i got it too work, so it withdraws, now the problem it takes out as many as it can , do u get me?
    Yea, it's because of ('sort-supplies') module, would have to stop it before withdrawing potions/runes from depot.
    lua code:
    Module.Stop('sort-supplies')
    -- withdraw
    Module.Start('sort-supplies')

Posting Permissions

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