Page 80 of 117 FirstFirst ... 3070787980818290 ... LastLast
Results 1,976 to 2,000 of 2916

Thread: [AeroLib] HoodzFighter

  1. #1976
    Join Date
    Jul 2012
    Posts
    181
    Mentioned
    4 Post(s)
    Quoted
    67 Post(s)

    Default

    Great script Hoodz, just recently though it's started to attack other nps before it has killed the one it's fighting. It did this at minotaurs and hill giants for me, also at hill giants while it attacks a second npc will in combat it also states npc is off screen.

  2. #1977
    Join Date
    May 2008
    Location
    Mental Hospital
    Posts
    414
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Is Orion crashing for anyone else right when you start this script? I target the game applet in Orion, press start, and Orion instantly crashes. Have tried other scripts and Orion doesn't crash.

  3. #1978
    Join Date
    Aug 2014
    Posts
    54
    Mentioned
    1 Post(s)
    Quoted
    24 Post(s)

    Default

    Erm ok I have been using this script for a good time now and its sorta inspired me to learn how to code in simba ))), one thing tho with every script I have ever used I have my sigh in info put in correct, but I use my email and on the nickname part of it I have 3 letters of my in game name, and I did it correct according to the form I read, but I still have never been able to get it to solve any randoms, it just dosent detect that they are even there, but then my friend does his info today, which is a older account which uses his username and he solves randoms like they are nothing, is there something im missing?

  4. #1979
    Join Date
    Aug 2014
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Robert View Post
    Using the eye dropper looking thing here:

    Whenever i use that little eyedropper , i cant select my Smart client , so how else can i get the color of Flesh Crawlers?
    Please help!!
    (Maybe this looks stupid but im new to this and i dont understand it at all :/)
    E: Please add my skype , so its easier to help me: Mirkovanleenen

  5. #1980
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Mirko010 View Post
    Whenever i use that little eyedropper , i cant select my Smart client , so how else can i get the color of Flesh Crawlers?
    Please help!!
    (Maybe this looks stupid but im new to this and i dont understand it at all :/)
    E: Please add my skype , so its easier to help me: Mirkovanleenen
    @hoodz; (haven't done anything bot/SRL-OSR related since it's release)

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

    Default

    Quote Originally Posted by Robert View Post
    @hoodz; (haven't done anything bot/SRL-OSR related since it's release)
    What im still in the scene

  7. #1982
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    What im still in the scene
    I'm talking about myself

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

    Default

    Quote Originally Posted by Robert View Post
    I'm talking about myself
    Oh i didnt read the quote, my bad

  9. #1984
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Can someone explain to me how to setup loot for both reflection and color? I looked through color and can't find anything loot procedures so I assume it's unavailable in color. How about reflection? How can I setup looting for that.

    Edit: I understand it has to do with an array, but not sure exactly how to utilize it and what to put down when the setup window come up.
    Last edited by Cyber 6 Cal; 08-31-2014 at 07:02 AM.

  10. #1985
    Join Date
    Jul 2012
    Posts
    181
    Mentioned
    4 Post(s)
    Quoted
    67 Post(s)

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    Can someone explain to me how to setup loot for both reflection and color? I looked through color and can't find anything loot procedures so I assume it's unavailable in color. How about reflection? How can I setup looting for that.

    Edit: I understand it has to do with an array, but not sure exactly how to utilize it and what to put down when the setup window come up.
    You add it to the form that comes up, where it says Loot list.
    Here is a example of what I loot from Hill giants.

    Steel arrow, Law rune, Chaos rune, Limpwurt root, Champion's scroll, Nature rune

    Make sure you separate each item with a , and a space.
    I also make sure I capitalise the first letter as that's how it's shown in game.

    Hopefully this should help you out.

  11. #1986
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Rlp View Post
    You add it to the form that comes up, where it says Loot list.
    Here is a example of what I loot from Hill giants.

    Steel arrow, Law rune, Chaos rune, Limpwurt root, Champion's scroll, Nature rune

    Make sure you separate each item with a , and a space.
    I also make sure I capitalise the first letter as that's how it's shown in game.

    Hopefully this should help you out.
    Ah, here I was thinking you need IDs and stuff. Thank you very much for the help. Great script Hoodz.

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    Ah, here I was thinking you need IDs and stuff. Thank you very much for the help. Great script Hoodz.
    thanks

    originally i wrote it so that you had to enter the id + name, but that was not a good way so i made a procedure that converts item names to ids for you automatically

  13. #1988
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    thanks

    originally i wrote it so that you had to enter the id + name, but that was not a good way so i made a procedure that converts item names to ids for you automatically
    One last question:

    Line 1319 for the reflection bot for this.
    Had some trouble finding it, but finally got it.
    " Sleep(1500 + Random(100));"

    Change the 1500 to whatever you want. I did 1500, as x0xh3llx0x did, and now it's working flawlessly.
    I can't see this line in the reflection.
    Last edited by Cyber 6 Cal; 08-31-2014 at 07:20 PM.

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    One last question:



    I can't see this line in the reflection. For me, line 1319 is CombatState with no integer to change. The color version works fine (I can see the ADDWAIT on line 35 like you said) but I can't find the ADDWAIT equivalent in the reflection. Can you tell me where it is? Need to change because it usually tries to attack another creature while still in combat.
    http://pastebin.com/raw.php?i=K1Yp8Lii try this version, other combat detection

  15. #1990
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    http://pastebin.com/raw.php?i=K1Yp8Lii try this version, other combat detection
    That reflection version (which I think is the same exact one I was using before) is still trying to kill other monsters.

    http://i.snag.gy/WXOty.jpg

    I'm trying to find an ADDWAIT equivalent of the color version to the reflection version, can't find it.
    Attached Images Attached Images

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    That reflection version (which I think is the same exact one I was using before) is still trying to kill other monsters.

    http://i.snag.gy/WXOty.jpg

    I'm trying to find an ADDWAIT equivalent of the color version to the reflection version, can't find it.
    did you try the link>

  17. #1992
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    did you try the link>
    Yes, your link and the resulting script that came with it was the one I used in which the picture above is taken from.

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    Yes, your link and the resulting script that came with it was the one I used in which the picture above is taken from.
    are you sure..? did the script behave exactly the same?

  19. #1994
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    are you sure..? did the script behave exactly the same?
    Yes. The pastebin link you gave me: http://pastebin.com/raw.php?i=K1Yp8Lii - I ran it and it gave me this.

    Compiled successfully in 655 ms.
    Checking for script updates...
    Script update available!
    Updating script to v6
    New script downloaded to C:\Simba\Scripts\HoodzFighter Reflection V6.simba. Please restart Simba.
    Successfully executed.
    I then opened the new script that was downloaded: HoodzFighter Reflection V6.simba - ran it and took the picture of it constantly trying to attack other creatures. That is what I did. Please correct me if I did something stupid/wrong.

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    Yes. The pastebin link you gave me: http://pastebin.com/raw.php?i=K1Yp8Lii - I ran it and it gave me this.



    I then opened the new script that was downloaded: HoodzFighter Reflection V6.simba - ran it and took the picture of it constantly trying to attack other creatures. That is what I did. Please correct me if I did something stupid/wrong.
    oh, download the script from the link i sent you. and go to around line 32 and change version to 6

  21. #1996
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    oh, download the script from the link i sent you. and go to around line 32 and change version to 6
    Same result, attempts to attack other creatures whilst in combat:


    Sorry about the horrible resolution, tried to get back to you as possible and converted it to the lowest settings. But you can see that it walks away and tries to attack other NPC. So same result as before.

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    Same result, attempts to attack other creatures whilst in combat:


    Sorry about the horrible resolution, tried to get back to you as possible and converted it to the lowest settings. But you can see that it walks away and tries to attack other NPC. So same result as before.
    okay try again, it should download v7 now (with the fix)

  23. #1998
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    okay try again, it should download v7 now (with the fix)
    I've been running it for 10 minutes now and it's smooth sailing! (Some hiccups here and there, but really negligible) - Thanks for being so quick to respond and fix the issue. It's good to see a scripter constantly trying to improve his scripts instead of abandoning it.

    I appreciate you sticking it out with me, I'll let you know if something else pops up.

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

    Default

    Quote Originally Posted by Cyber 6 Cal View Post
    I've been running it for 10 minutes now and it's smooth sailing! (Some hiccups here and there, but really negligible) - Thanks for being so quick to respond and fix the issue. It's good to see a scripter constantly trying to improve his scripts instead of abandoning it.

    I appreciate you sticking it out with me, I'll let you know if something else pops up.
    i cant get it really flawless because i dont like to script with reflection in simba. thats also the reason why i think the color version is better

  25. #2000
    Join Date
    Aug 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    hey bud im running color, and im having trouble, i made a pure and am trying to start off training at goblins. is there an easier way to get the bot to detect the goblins and not the ground, and boxes, and rocks and trees and sky and river and everythig else but the goblin? or do i just have to hope i get a good color code into the detection? then every few mnutes, it hovers sparatically over a tile and says error out of it area of detection or something similar and then the mouse wont move untill i move the camera

Page 80 of 117 FirstFirst ... 3070787980818290 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •