Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 53

Thread: [Runespan] Vinyl Runespan!

  1. #26
    Join Date
    Mar 2007
    Posts
    393
    Mentioned
    1 Post(s)
    Quoted
    98 Post(s)

    Default

    yeah, I was on the second floor for body esshounds. As i understand avaragepixelshift has to be over 200 but i got only 30 while i was siphoning. So it tried to find new object.

  2. #27
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Was it looking at you, or a rock? There's a bunch of rocks and stuff that float on that island. If you can, try the third level, it finds the colors really well there.



    In the next update I'll try to fix that.


    Btw, sorry for not updating, I just got done with exams, and so I'll have a bit more time, but I have some more exams coming at the end of the month, so.. Yeah.. Lol.

  3. #28
    Join Date
    Dec 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Does it pass the 6 Hours ? or not Also [Error] C:\Users\Admin\Downloads\VinylRunespan.simba(313:6 7): Identifier expected at line 312
    Compiling failed.
    Last edited by ogin; 04-15-2013 at 01:49 AM.

  4. #29
    Join Date
    Apr 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    I must say, this being the first script I've tried, is amazing! I simply fixed the two added ")"'s and it worked straight out of the box!

    One issue I'm having tho, but I dunno if that is how the script was made? But when I launch it, it does find the first Siphon it can, however instead of moving from one to another all it does is stay with the one, waiting for it to respawn, now for someone training Runespan this is quite dodgy, especially if a legit player happens to pass by...

    So is there any way this can be fixed? I'm willing to learn to script if someone points me in the right direction as well!

    EDIT:
    Code:
    [-------====Vinyl Runespan====-------]
    [-----------Version: 1.00B-----------]
    [Time Ran: 9 Minutes and 34 Seconds
    [You have gained: 1278 XP
    [You are gaining: 8005 XP per hour
    [We are Siphoning: air
    [-------====Vinyl RuneSpan====-------]
    You have 228  runes
    Last edited by Zamalega; 04-16-2013 at 12:08 PM.

  5. #30
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by Zamalega View Post
    I must say, this being the first script I've tried, is amazing! I simply fixed the two added ")"'s and it worked straight out of the box!

    One issue I'm having tho, but I dunno if that is how the script was made? But when I launch it, it does find the first Siphon it can, however instead of moving from one to another all it does is stay with the one, waiting for it to respawn, now for someone training Runespan this is quite dodgy, especially if a legit player happens to pass by...

    So is there any way this can be fixed? I'm willing to learn to script if someone points me in the right direction as well!

    EDIT:
    Code:
    [-------====Vinyl Runespan====-------]
    [-----------Version: 1.00B-----------]
    [Time Ran: 9 Minutes and 34 Seconds
    [You have gained: 1278 XP
    [You are gaining: 8005 XP per hour
    [We are Siphoning: air
    [-------====Vinyl RuneSpan====-------]
    You have 228  runes

    It shouldn't be doing that. Try and go to a different island with more of what you're siphoning, and tell me what it does. If it continues, then I'll fix it.


    As for learning to script, I've got a tutorial on how to make a basic fighting script, plus there're other great tutorials out there, too.

  6. #31
    Join Date
    Apr 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Vinyl Scratch View Post
    It shouldn't be doing that. Try and go to a different island with more of what you're siphoning, and tell me what it does. If it continues, then I'll fix it.


    As for learning to script, I've got a tutorial on how to make a basic fighting script, plus there're other great tutorials out there, too.
    Hey mate, thanks for the reply! I will definitely try it again and let you know! As for the basic script, can you pass it on to me, maybe with a little introduction so I'll know how to do what (complete noob as of now) and then hopefully I can release something to the public!

    EDIT: I found this in your signature, so I'm assuming that's what you wanted to share with me? I'll check it out, and see what I can do! Also, any tuts or anything that can help me would be greatly appreciated!
    Last edited by Zamalega; 04-17-2013 at 07:21 AM.

  7. #32
    Join Date
    Feb 2013
    Posts
    303
    Mentioned
    4 Post(s)
    Quoted
    124 Post(s)

    Default

    Script And I Get This [Error] C:\Simba\Scripts\VinylRunespan.simba(313:67): Identifier expected at line 312
    Compiling failed.
    Aney Help On how To Fix

  8. #33
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

  9. #34
    Join Date
    Dec 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by happy hippo View Post
    Script And I Get This [Error] C:\Simba\Scripts\VinylRunespan.simba(313:67): Identifier expected at line 312
    Compiling failed.
    Aney Help On how To Fix
    I'm having the same problem.
    I have deleted that line and its working, but not sure what I'm affecting.

    Code:
      i6:= ('[We are Siphoning: ' + Players[currentplayer].strings[0]));
    
      WriteLn('[We are Siphoning: ' + Players[currentplayer].strings[0]));

  10. #35
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Line 312.

    Delete a )

  11. #36
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

  12. #37
    Join Date
    Feb 2013
    Posts
    303
    Mentioned
    4 Post(s)
    Quoted
    124 Post(s)

    Default

    Quote Originally Posted by UnReaL69 View Post
    I'm having the same problem.
    I have deleted that line and its working, but not sure what I'm affecting.

    Code:
      i6:= ('[We are Siphoning: ' + Players[currentplayer].strings[0]));
    
      WriteLn('[We are Siphoning: ' + Players[currentplayer].strings[0]));
    Thanks man will do

  13. #38
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    It works very well but how can I can I let it search for more at the same time? (air and earth at the same time for example?)

  14. #39
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by denart5 View Post
    It works very well but how can I can I let it search for more at the same time? (air and earth at the same time for example?)
    You can't. I really made this for powerskilling with one monster only, but I'll see if I can make it where it does multiple.

  15. #40
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    I can't get this to work. I had to make myself a new essence DTM to make it detect my ess, but it still doesn't siphon (i'm trying body hounds). The worst part is that it keeps teleporting my mouse all over the screen when searching, I tried to find what causes that in the code but couldn't, it might have to do with changing mouse speeds after every step, some error in the logic definitely. It had this piece of code (I realize it's not yours, but still)
    Simba Code:
    Case Random(50) Of
          1..25: W := (MSP + (Random((MSP/4))));
          26..50: W := (MSP - (RandomRange((MSP/2), MSP-1)));

    The author of this function didn't realize that random(50) will output a number between 0 and 49, could screw up the script.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  16. #41
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Thanks, Litoris. I'll fix that right after I get out of the shower, I'm about to take one.


    Message me on skype on what it's doing exactly, please.





    Edit: I fixed all of the minor stuff, going to do the big stuff later, when I have more time and not getting interrupted.

  17. #42
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Just a heads up. I used this a while ago to get 99. Forgot to mention that to you. Thanks! (I made minor adjustments, but it worked!)

  18. #43
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by StickToTheScript View Post
    Just a heads up. I used this a while ago to get 99. Forgot to mention that to you. Thanks! (I made minor adjustments, but it worked!)
    I'm glad! I'll add to OP, thanks for telling me! I'm glad you got 99, too. Oh, and gratz on members.

  19. #44
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Vinyl Scratch View Post
    I'm glad! I'll add to OP, thanks for telling me! I'm glad you got 99, too. Oh, and gratz on members.
    Ha ha! Thanks! Yeah, and I am sorry I forgot to tell you...

  20. #45
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by StickToTheScript View Post
    Ha ha! Thanks! Yeah, and I am sorry I forgot to tell you...
    No worries, it's not a huge deal. ;P

  21. #46
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

  22. #47
    Join Date
    May 2013
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Won't work, clicks no where either.

  23. #48
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by netz View Post
    Won't work, clicks no where either.
    You're going to have to be more descriptive.

    Where's it messing up? What's it debugging?

  24. #49
    Join Date
    May 2013
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by Vinyl Scratch View Post
    You're going to have to be more descriptive.

    Where's it messing up? What's it debugging?
    Yes, it's not identifying any of the siphons, or esswraith, you should try too.

  25. #50
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Quote Originally Posted by netz View Post
    Yes, it's not identifying any of the siphons, or esswraith, you should try too.
    The colors might be off, I'll go and fix that in a couple of days. My SMARTs messed up, so I have to fix that before I can do anything.

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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