XenoBot Forums - Powered by vBulletin

User Tag List

Page 52 of 65 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 650

Thread: shAdOwArt's Scripts

  1. #511

    Join Date
    Dec 2013
    Posts
    82
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    So far so good, no errors at all, dynamic looting working like a charm too.. Thanks again shadow your scripts are really awesome. I would like to see more scripts from you (idc if i had to pay)

    Edit: Damn i just got the error :/



    19:51 XenoBot: File not found C:\Users\jose\Documents\XenoBot\Settings\\shAdOwTm p_XXX.xbst


    Dynamic looting seems to still be working though so not sure wth..
    Last edited by jlfbalo; 08-07-2016 at 05:52 PM.

  2. #512
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by jlfbalo View Post
    So far so good, no errors at all, dynamic looting working like a charm too.. Thanks again shadow your scripts are really awesome. I would like to see more scripts from you (idc if i had to pay)

    Edit: Damn i just got the error :/



    19:51 XenoBot: File not found C:\Users\jose\Documents\XenoBot\Settings\\shAdOwTm p_XXX.xbst


    Dynamic looting seems to still be working though so not sure wth..
    Damn, then I have no idea what could be wrong. If it only fails sometimes then the dynamic looter will still work partially since your cap tends to oscillate around the looting threshold and the next time it passes it it might succeed.

  3. #513

    Join Date
    Dec 2013
    Posts
    82
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Damn, then I have no idea what could be wrong. If it only fails sometimes then the dynamic looter will still work partially since your cap tends to oscillate around the looting threshold and the next time it passes it it might succeed.
    Yeah its kinda weird, cuz now the char is not looting gold anymore even though cap is higher than 40 O.O.. Oh well, fuck gold xD If you find the solution would be great, but still, the script it awesome! Gonna test the Ice Witch -1 now

  4. #514
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by jlfbalo View Post
    Yeah its kinda weird, cuz now the char is not looting gold anymore even though cap is higher than 40 O.O.. Oh well, fuck gold xD If you find the solution would be great, but still, the script it awesome! Gonna test the Ice Witch -1 now
    One last idea: https://www.dropbox.com/s/8vmjuus4u4...geon.xbst?dl=1

    This version definitely should not print any error messages so you have to be on the lookout for whether the dynamic looter does its job or not. I definitely understand if you don't have time to look at the script while its running though.

  5. #515

    Join Date
    Dec 2013
    Posts
    82
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    One last idea: https://www.dropbox.com/s/8vmjuus4u4...geon.xbst?dl=1

    This version definitely should not print any error messages so you have to be on the lookout for whether the dynamic looter does its job or not. I definitely understand if you don't have time to look at the script while its running though.
    Awesome, imma test it once the char hits town again xD.. Thanks for your effort

    Edit 1:

    Alright, run 1: cap -40 and no error at all, dynamic loot working like a charm.

    Edit 2 (not regarding dynamic loot error):

    Shadow i just realized that you changed the exori vis to use it when char stuck, but the exp rate decreased a lot cuz it seems the char stands a lot, exp decreased like 100k/h (200k with voucher) so i just added an extra "regular" exori vis and now the exp is back to normal, plus, the script has that extra safe thing you added!

    Edit 3:

    Run 2: cap -40 and no error at all, dynamic loot working like a charm.
    Last edited by jlfbalo; 08-07-2016 at 07:58 PM.

  6. #516
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by jlfbalo View Post
    Awesome, imma test it once the char hits town again xD.. Thanks for your effort

    Edit 1:

    Alright, run 1: cap -40 and no error at all, dynamic loot working like a charm.

    Edit 2 (not regarding dynamic loot error):

    Shadow i just realized that you changed the exori vis to use it when char stuck, but the exp rate decreased a lot cuz it seems the char stands a lot, exp decreased like 100k/h (200k with voucher) so i just added an extra "regular" exori vis and now the exp is back to normal, plus, the script has that extra safe thing you added!

    Edit 3:

    Run 2: cap -40 and no error at all, dynamic loot working like a charm.
    Great!

    I removed exori vis because it often shoots it instead of the thunderstorm. Instead I made the lua script shoot exori vis when there's at most one enemy on the screen. Perhaps you're missing the part of the config that enables that feature though? It looks like this:
    lua code:

    lurer
    {
    monsters = {"Water Elemental", "Massive Water Elemental", "Quara Hydromancer Scout", "Quara Predator Scout", "Quara Pincher Scout", "Quara Constrictor Scout", "Quara Mantassin Scout"},
    waitForMonsters = true,
    dist = 2,
    maxClose = 2,
    shootSolo = "exori vis",
    }

    And it replaces the old waitForMonstersWhileLuring line. Allthough I can imagine that in that cave you rarely have enough enough monsters on screen that an exori vis over a thunderstorm is a major issue and there could be situations where there are two monsters on screen but not close enough to thunderstorm, something that is extremely rare in the higher levelled scripts.

  7. #517

    Join Date
    Dec 2013
    Posts
    82
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Great!

    I removed exori vis because it often shoots it instead of the thunderstorm. Instead I made the lua script shoot exori vis when there's at most one enemy on the screen. Perhaps you're missing the part of the config that enables that feature though? It looks like this:
    lua code:

    lurer
    {
    monsters = {"Water Elemental", "Massive Water Elemental", "Quara Hydromancer Scout", "Quara Predator Scout", "Quara Pincher Scout", "Quara Constrictor Scout", "Quara Mantassin Scout"},
    waitForMonsters = true,
    dist = 2,
    maxClose = 2,
    shootSolo = "exori vis",
    }


    And it replaces the old waitForMonstersWhileLuring line. Allthough I can imagine that in that cave you rarely have enough enough monsters on screen that an exori vis over a thunderstorm is a major issue and there could be situations where there are two monsters on screen but not close enough to thunderstorm, something that is extremely rare in the higher levelled scripts.
    Actually that lines are included in the LUA since the last version you posted a few minutes ago so np hehehe..

    Btw, run 3 and 4 had no issue at al neither ! Seems that the problem is fixed! Thanks !

  8. #518
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    [MS/ED] GLOOTH BANDITS SOUTH
    Download: 7€
    Requirements: 250+
    300 Vote Points
    Start From: Oramond
    Exp: 500-800/h
    Profit: 30-150k/h

    VIDEO



    GENERAL NOTES:
    The script has anti-lure features around the entrance/exit to the glooth factory. It may logout in the pz next to the teleport if it deems it unsafe to continue.

    Also, since this spawn isn't circular, you need a much higher level to hit the respawn limit here than you need in the eastern spawn.

    RECOMMENDED EQUIPMENT:
    Physical protection all the way. Here's what I use:
    Last edited by shadowart; 08-08-2016 at 08:44 PM.

  9. #519
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    [EK] PORT HOPE CORYMS
    Download: 2€
    Requirements: 75+
    Rope
    Start From: Port Hope
    Exp: 80-100/h
    Profit: 5-15k/h
    Last edited by shadowart; 08-08-2016 at 07:42 PM.

  10. #520
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    [EK] APES
    Download: 3€
    Requirements: 50+
    Start From: Port Hope
    Exp: 45-55/h
    Profit: 5-25k/h

    GENERAL NOTES:
    This is a script package that contains three scripts for all the Ape spawns: the surface, -1 and -2. All spawns give pretty much the same exp. The surface has most Apes which is good if you're looking for Ape Furs while -2 has the most Merlkins which is good if you're looking for Banana Staffs. -1 is the middle road.

    You profits here will depend mostly on the price of Ape Furs and but also to some degree on the price of Banana Staffs, especially if you're hunting below the ground. With Ape Furs going for 3k on my server I averaged 15-20k/h on my level 50 characters with bad skills (but good eq).
    Last edited by shadowart; 08-08-2016 at 07:49 PM.

Posting Permissions

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