Page 9 of 10 FirstFirst ... 78910 LastLast
Results 201 to 225 of 243

Thread: [AeroLib] HoodzFletcher - Color

  1. #201
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Quote Originally Posted by sizzayin View Post
    This script has been working flawlessly with willow longbows so far. Since this script has gotten some heavy usage I would like to make some changes to the script myself to reduce the likelihood of getting banned. What changes would you guys recommend that I make? Since the script seems to work so flawlessly, I am unsure what to change, although maybe I could make my own antibans? If anyone has any ideas let me know. Thanks.
    You could adjust the method of withdrawl. If it withdraws the strings first, then make it withdraw the bows first and vice versa. Make it click a different bow and a different string in the inventory to interact them, or randomise it between the 4 closest strings and the 4 closest bows.

    Just a few little things.

  2. #202
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    You could adjust the method of withdrawl. If it withdraws the strings first, then make it withdraw the bows first and vice versa. Make it click a different bow and a different string in the inventory to interact them, or randomise it between the 4 closest strings and the 4 closest bows.

    Just a few little things.
    i believe thats already in the script

  3. #203
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

  4. #204
    Join Date
    Mar 2012
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    It missclicks on shortbows sometimes and then does not bank the shortbows, get stuck. Im using maple longbow cut

  5. #205
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by liklox View Post
    It missclicks on shortbows sometimes and then does not bank the shortbows, get stuck. Im using maple longbow cut
    You need to change the x and y co-ords, someone posted them a while back.

  6. #206
    Join Date
    Nov 2012
    Posts
    161
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    I am wanting to change the speed at which it clicks the "Make X". I have tried editing several variable within the "fletch handler procedure" but with no luck. Are those variables preset in the fastClick mouse procedure? Great script though! i am just having some issues when it tries to click the "Make X" to quickly.

  7. #207
    Join Date
    Nov 2012
    Posts
    161
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    Got s 2 day ban after using this for roughly 8 hours with several breaks and GE trips. It does seem to have some bugs with clicking bank chest but unsure if that's what caused the ban. Hadn't run any other script for several days.

  8. #208
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Could someone please help me out with the code if i wish to string yew shortbows? thanks guys.

  9. #209
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by gunman82 View Post
    Could someone please help me out with the code if i wish to string yew shortbows? thanks guys.
    You just need to move the x co-ordinates in the script, look through it and you'll find it eventually.

  10. #210
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    You just need to move the x co-ordinates in the script, look through it and you'll find it eventually.
    My man, what you're talking about is cutting shortbows. That i've accomplished by changing the x coordinate.
    No what im saying is stringing them. See what happens is that it withdraws bowstrings but doesnt even withdraw shortbows. It then deposits bowstrings again and again withdraws them.. again deposits.. and the loop continues.

    I need help with the code so that it withdraws shortbows too.

    Hope that clears things up.

  11. #211
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by gunman82 View Post
    My man, what you're talking about is cutting shortbows. That i've accomplished by changing the x coordinate.
    No what im saying is stringing them. See what happens is that it withdraws bowstrings but doesnt even withdraw shortbows. It then deposits bowstrings again and again withdraws them.. again deposits.. and the loop continues.

    I need help with the code so that it withdraws shortbows too.

    Hope that clears things up.
    You will have to change the DTM here
    Simba Code:
    'yew':
          begin
            if (MODE = 'cut') then
              DTM_1st := DTMFromString('mlwAAAHicY2dgYKhkZGCoAeJWIM4E4hIgbgPiHCCeA5RfAsSzgHgeEC8H4oVAPBOI/W04gCQjVszFgBtg1wHBUAAAzqcIWw==');
            DTM_longBowU := DTMFromString('mlwAAAHicY2dgYHBlYmCwAWJHIPYEYl8o7QTEj4DyN4D4ARC/AuKPQPwMiG8D8b5lYkCSESvmYsANsOuAYCgAAC0gCcA=');
            xp := 75;
          end;

    to a shortbow. Without looking into it much, my guess is that DTM_1st is the log, and DTM_longBowU is the cut bow itself

  12. #212
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by gunman82 View Post
    My man, what you're talking about is cutting shortbows. That i've accomplished by changing the x coordinate.
    No what im saying is stringing them. See what happens is that it withdraws bowstrings but doesnt even withdraw shortbows. It then deposits bowstrings again and again withdraws them.. again deposits.. and the loop continues.

    I need help with the code so that it withdraws shortbows too.

    Hope that clears things up.
    So sorry, I read it wrong.

    jstemper has given you an answer to what you wanted.

  13. #213
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by jstemper View Post
    You will have to change the DTM here
    Simba Code:
    'yew':
          begin
            if (MODE = 'cut') then
              DTM_1st := DTMFromString('mlwAAAHicY2dgYKhkZGCoAeJWIM4E4hIgbgPiHCCeA5RfAsSzgHgeEC8H4oVAPBOI/W04gCQjVszFgBtg1wHBUAAAzqcIWw==');
            DTM_longBowU := DTMFromString('mlwAAAHicY2dgYHBlYmCwAWJHIPYEYl8o7QTEj4DyN4D4ARC/AuKPQPwMiG8D8b5lYkCSESvmYsANsOuAYCgAAC0gCcA=');
            xp := 75;
          end;

    to a shortbow. Without looking into it much, my guess is that DTM_1st is the log, and DTM_longBowU is the cut bow itself
    thanks mate! i shall try this and let you know

  14. #214
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    So sorry, I read it wrong.

    jstemper has given you an answer to what you wanted.
    hehe no problem

    I guess he has, will try out

  15. #215
    Join Date
    Feb 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did a few tweaks to the script and runs flawless A++ hoodz

  16. #216
    Join Date
    Feb 2017
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    For some reason when I try to cut yews, the script withdraws coins instead.
    I'm currently using the clan wars bank chest with full brightness and am unsure of what to change in the script.
    If anyone could help I'd be quite grateful.
    Brilliant script otherwise thanks very much hoodz

  17. #217
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by Crustacatch View Post
    For some reason when I try to cut yews, the script withdraws coins instead.
    I'm currently using the clan wars bank chest with full brightness and am unsure of what to change in the script.
    If anyone could help I'd be quite grateful.
    Brilliant script otherwise thanks very much hoodz
    Move your coins out of sight.

  18. #218
    Join Date
    Feb 2017
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Move your coins out of sight.
    Edit; I had changed something in the script by accident while changing the long bow co-ords.
    Thanks very much for your help GetHyper.
    Last edited by Crustacatch; 02-24-2017 at 04:30 PM.

  19. #219
    Join Date
    Nov 2015
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    downloaded and ran the downloader and i just get this :

    Compiled successfully in 250 ms.
    Checking for script updates...
    You have the latest version of the script!
    Successfully executed.

    nothing else happend after that, something im doing wrong ?

  20. #220
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Quote Originally Posted by niot View Post
    downloaded and ran the downloader and i just get this :

    Compiled successfully in 250 ms.
    Checking for script updates...
    You have the latest version of the script!
    Successfully executed.

    nothing else happend after that, something im doing wrong ?
    I always have that problem with downloading script update scripts lol.

    Just go to the link where it downloads the script from (http://pastebin.com/raw.php?i=gktWX9u8) and copy it into simba into a new file and run it.

  21. #221
    Join Date
    Sep 2015
    Posts
    9
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Great script, thanks!

  22. #222
    Join Date
    Mar 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Great script ! I tried changing a few things to make it more human like. When I'm stringing the bows, it always use the slot 1 item (yew longbow (u) or bow string) on the 15th inventory slot item. Could anyone point me out where to change that? To make it use the item on slot 13 on the slot 17, slot 14 on slot 15 items please? Thanks in advance

  23. #223
    Join Date
    Feb 2017
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Have been running this script for many hours straight without problem. Big fan of your scripts, thanks!

  24. #224
    Join Date
    May 2017
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It cuts maple short, instead of maple longs.


    Edit: I tried fixing i, which worked but every so often maybe 1-4 inventories it cuts maple stocks for a crossbow instead of longbows
    Last edited by Parasyte; 05-26-2017 at 08:43 PM.

  25. #225
    Join Date
    Feb 2017
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Hoodz, a bug I've noticed after using it recently:

    Sometimes, the script will select shortbows rather than longbows when cutting. Then, once the inventory is done being fletched, it'll repeatedly open and close the bank without depositing or withdrawing anything. Can you take a look into it?

    Thanks

Page 9 of 10 FirstFirst ... 78910 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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