XenoBot Forums - Powered by vBulletin

User Tag List

Page 3 of 76 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 757

Thread: ★★★ BolloScripts.com ★★★ | ◆ Quality Scripts ◆ Experience ◆ Personal Support ◆

  1. #21

    Join Date
    Oct 2015
    Posts
    38
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yoyo im just using your [Bollo][RP]ShadowTomb , everything works perfect only when he buy mana's and spears he only open main bp and 1 empty bp inside

    elseif (labelName == "ResetBP") then
    Walker.Stop()
    wait(1500,3000)
    Self.CloseContainers()
    wait(3000,5000)
    Self.OpenMainBackpack(true):OpenChildren({Item.Get ID(StackBP), true}, {Item.GetID(LootBP), true}, {Item.GetID(GoldBP), true})
    wait(3000,5000)
    Walker.Start()

    must i add /\ something here? cuz i reinstald the script and used your setting and it still opens only main and 1 bp inside, so he dont open rare bp and gold bp.

  2. #22
    globalcheater's Avatar
    Join Date
    Nov 2015
    Posts
    40
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    What did i wrong in script for ed/ms Dragon Lords with SD, the problems is bot dont leave items in depo. And there is question did i put there some wrong backpacks or script need a little fix. Please help me.

  3. #23
    Senior Member Bollo's Avatar
    Join Date
    Aug 2012
    Location
    Sweden
    Posts
    1,865
    Mentioned
    174 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by django0223 View Post
    yoyo im just using your [Bollo][RP]ShadowTomb , everything works perfect only when he buy mana's and spears he only open main bp and 1 empty bp inside

    elseif (labelName == "ResetBP") then
    Walker.Stop()
    wait(1500,3000)
    Self.CloseContainers()
    wait(3000,5000)
    Self.OpenMainBackpack(true):OpenChildren({Item.Get ID(StackBP), true}, {Item.GetID(LootBP), true}, {Item.GetID(GoldBP), true})
    wait(3000,5000)
    Walker.Start()

    must i add /\ something here? cuz i reinstald the script and used your setting and it still opens only main and 1 bp inside, so he dont open rare bp and gold bp.
    Nono, you must NEVER ever add something below the top lines which is specificially in green.

    I see now that the script is really outdated and I'll update it asap after I've gotte nto the gym.

    But no, you must only edit this part: https://gyazo.com/074f815608639ad776434e855cb3bd44 regarding backpacks.

    If you're unsure on how to edit, just use the exact same backpacks as stated in the .lua file. The reason why the bot wont open the other bps is simply because you've either:
    1. Mistyped the backpack names
    2. You simply dont have those backpacks in your main backpack.

    Read the FAQ please, I've explained 99% of all problems there in detail: http://bolloscripts.com/faq
    Quote Originally Posted by globalcheater View Post
    What did i wrong in script for ed/ms Dragon Lords with SD, the problems is bot dont leave items in depo. And there is question did i put there some wrong backpacks or script need a little fix. Please help me.
    Hey,

    please, read the FAQ, as stated above, 99% of all issues are solved there.
    https://gyazo.com/b25f08008b717f9b653134f312e88ec5
    http://oi62.tinypic.com/t9cf2x.jpg

  4. #24
    globalcheater's Avatar
    Join Date
    Nov 2015
    Posts
    40
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Yeah, probably solved it after i post problem. But still thx Soon ill be back for more scripts for ed

  5. #25
    globalcheater's Avatar
    Join Date
    Nov 2015
    Posts
    40
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    But i have next question which is about hardcore. I set it to True and while boting he just dont go down, why ?

    i read into script and im testing changes here:

    elseif (labelName == "OptionHC") then
    Walker.Stop()
    if (Hardcore == "True") then
    Walker.Goto("OptionHC") <--- this was empty "", iv added label
    else
    Walker.Goto("SkipHC")
    end
    Walker.Start()

    edit: ok still dont work, need your help bollo ;d
    Last edited by globalcheater; 11-19-2015 at 10:40 AM.

  6. #26

    Join Date
    Nov 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello

    How do u activate the noobpath or hardcore path in ur edron rotworm script?

    Thx

  7. #27
    Senior Member Bollo's Avatar
    Join Date
    Aug 2012
    Location
    Sweden
    Posts
    1,865
    Mentioned
    174 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by globalcheater View Post
    But i have next question which is about hardcore. I set it to True and while boting he just dont go down, why ?

    i read into script and im testing changes here:

    elseif (labelName == "OptionHC") then
    Walker.Stop()
    if (Hardcore == "True") then
    Walker.Goto("OptionHC") <--- this was empty "", iv added label
    else
    Walker.Goto("SkipHC")
    end
    Walker.Start()

    edit: ok still dont work, need your help bollo ;d
    Mate, listen. Do not, I repeat, do not change anything below the top lines. Everything you need to change is at the very top, backpacks, potions, ammo, etc.
    This goes with every script I have.

    To go down in the code you'll just mess things up unless you know what you're doing, but even then, theres no need.

    https://gyazo.com/62036e6b5f1cebfb75e00426f3a71d28

    As stated, put true or false there, and then it will choose paths accordingly. After you've changed it in the lua, saved the file, then open up Scripter and press "Reload Scripts". Done!
    Quote Originally Posted by Eryador View Post
    Hello

    How do u activate the noobpath or hardcore path in ur edron rotworm script?

    Thx
    Read above^

  8. #28

    Join Date
    Sep 2015
    Posts
    12
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hi, is it possible to ad HUD to your scripts? Wanna see what he looted, whats my profit/waste /h. Could i add somethink like this or is there a possibility to ad other HUD to your scripts?

    Kind regards

  9. #29

    Join Date
    Oct 2015
    Posts
    38
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Bollo View Post
    Nono, you must NEVER ever add something below the top lines which is specificially in green.

    I see now that the script is really outdated and I'll update it asap after I've gotte nto the gym.

    But no, you must only edit this part: https://gyazo.com/074f815608639ad776434e855cb3bd44 regarding backpacks.

    If you're unsure on how to edit, just use the exact same backpacks as stated in the .lua file. The reason why the bot wont open the other bps is simply because you've either:
    1. Mistyped the backpack names
    2. You simply dont have those backpacks in your main backpack.

    Read the FAQ please, I've explained 99% of all problems there in detail: http://bolloscripts.com/faq

    Hey,

    please, read the FAQ, as stated above, 99% of all issues are solved there.
    https://gyazo.com/b25f08008b717f9b653134f312e88ec5
    http://oi62.tinypic.com/t9cf2x.jpg
    thx alot, i used your settings and the script works perfect. thx for the fast reaction. Gonna test [Bollo][EK]VanduraMountain now i will leth you know if it works perfect!

    cya

  10. #30

    Join Date
    Nov 2015
    Posts
    77
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Biggest piece of bullshit is that I have to login to facebook to checkout.


Posting Permissions

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