Page 11 of 60 FirstFirst ... 91011121321 ... LastLast
Results 251 to 275 of 1484

Thread: Wizzup's [SRL] PowerMiner.

  1. #251
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    can't wait until you make it wizzup, i hate it that it mines so many copper .
    By the way wizzup, if you have any comments on my script, i would love to hear them.
    Check out http://82.92.130.193/forums/showthre...4825#post24825 to see it.

  2. #252
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Ok, I got the new version now, it rocks.

    But I guess I will try to make a form for it first, and then I will release it.
    And maybe it will take some more time, because I want to make some cool trade function.

    PS, I took antiban out of the new version that will be released within some weeks.

    ~ Wizzup?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  3. #253
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 610: [Error] (11188:6): Unknown identifier 'TrimQuizPicture' in script C://etc.\etc.\etc

    tahts the error i get... what ahppened? i just downloaded the newest version of SRL.

  4. #254
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Ok, I got the form setup, all you guys need now, is a SRL-Update.
    Trade Function is still under construction.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  5. #255
    Join Date
    Jun 2006
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yo wizzy how do you get a srl update

    *EDITED*
    Come on .... I liked my other sig with my cs pictures
    http://www.kingsofchaos.com/recruit.php?uniqid=258pi3ny

    Come and be my officer in KingsOfChaos. Good game just click link, sign up and we shall fight together.

  6. #256
    Join Date
    Jun 2006
    Location
    NZ
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ...I can't believe you just asked that lmfao. Try waiting.
    "I get bored." - Chino Moreno of Deftones

  7. #257
    Join Date
    Jun 2006
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Most of my players died from the golem random or other fighting randoms, and one had his only pickaxe blown up by gas. Are the antirandom troubles due to SRL or the Script?

  8. #258
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SRL, edit the gas changes to 8%

  9. #259
    Join Date
    Jun 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ores Mined and Dropped : 827
    Worked for 2 Hours, 46 Minutes and 32 Seconds
    ***********************************************
    Mined and dropped : 727 Ores;
    Mining Level : 37
    ***********************************************
    4 Talkers
    1 Dwarf
    1 Rick
    1 Old Man
    2 Frogs
    4 New Boxes
    ***********************************************
    NextPlayer

  10. #260
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Eh.. peeps.. for the ones who are interested, I might have solved the gas.

    The problem was :

    When I Clicked on a ore, did a gascheck at Dx,Dy. I would MOVE (means that Dx,Dy are no longer the ore colors) This lead to checking gas on plain ground.

    I already wrote some lines out, I'm going to test it later, or I will let you test.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  11. #261
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    But then aren't you still using Dx,Dy as the Rock:
    Code:
    If FindObj(Dx, Dy, 'Mine', OreColor, 10) Then
    You are only using Ex,Ey for Option Choosing.

  12. #262
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Energizer TK
    But then aren't you still using Dx,Dy as the Rock:
    Code:
    If FindObj(Dx, Dy, 'Mine', OreColor, 10) Then
    You are only using Ex,Ey for Option Choosing.
    True, but in a new version I changed some stuff. I still got to test if it works, I don't got time atm.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  13. #263
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    We can test for you :P
    Also, why not go to mine, then find the rock you are mining by using a procedure to find nearest rock by you, then use Gascheck for that

  14. #264
    Join Date
    Apr 2006
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by The Debug Box
    ***********************************************

    You are using a Powerminer created by Wizzup?.

    Ores Mined and Dropped : 364
    Worked for 38 Minutes and 1 Seconds

    ***********************************************

    0 : <removed name> = True; Mined and dropped : 252 Ores;
    Mining Level : 42

    1 : = True; Mined and dropped : 0 Ores;
    Mining Level : 0

    2 : = True; Mined and dropped : 0 Ores;
    Mining Level : 0

    3 : = True; Mined and dropped : 0 Ores;
    Mining Level : 0


    ***********************************************
    Successfully executed
    Manually stopped.
    [probably already said 500 times] Great script I'll use it whenever I need to powermine [/probably already said 500 times]

  15. #265
    Join Date
    Jun 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a good script when it gets goin. Autocolor dont seem to work tho, it might be because im using UBI.

  16. #266
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you inject the UBI Include?

  17. #267
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Version 2.4

    Gas could be fixed, not sure.
    Added form.

    Create a (text) file named chars.srl in your scar root.

    Use 2.4b if 2.4 is not working.

    2.4b is without should work without chars.srl
    I know the form is ugly, but it works.

    Thats about it. I'm expect bugs, please post them.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  18. #268
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this error

    Line 471: [Error] (12481:29): Unknown identifier 'FileName' in script C:\Program Files\SCAR 2.03\Scripts\SRL Powerminer 2[1].4b.scar

  19. #269
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    OK

    I upped both again. They should work now. (I accidentily stripped a part in the script)



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  20. #270
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 509: [Error] (12519:1): Unknown identifier 'ClickAllItemsBmpMaskTolWait' in script C:\Program Files\SCAR 2.03\Scripts\SRL Powerminer 2[1].4b.scar


    now this

  21. #271
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by xWarmup
    Failed when compiling
    Line 509: [Error] (12519:1): Unknown identifier 'ClickAllItemsBmpMaskTolWait' in script C:\Program Files\SCAR 2.03\Scripts\SRL Powerminer 2[1].4b.scar


    now this
    Download SRL 2.4.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  22. #272
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    k i got 2.4 now i get this error


    Failed when compiling
    Line 440: [Error] (11351:1): Unknown identifier 'ProcessPicture' in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\AntiRandoms.scar

  23. #273
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    2.4b working as always it gets better he added some killer forms !

  24. #274
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by xWarmup
    k i got 2.4 now i get this error


    Failed when compiling
    Line 440: [Error] (11351:1): Unknown identifier 'ProcessPicture' in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\AntiRandoms.scar
    LOL OK

    copy all files from SRL/place inside plugins folder to SCAR/Plugins



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  25. #275
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry, I never looked at the SRL Folder once i got the new one.


    And I cannot get this to work...can somebody help me on like AIM or even xbox live? I dont have MSNmessenger or YIM.....so I couldn't do either of those...if somebody could it would be great to help me on RS

Page 11 of 60 FirstFirst ... 91011121321 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Wizzup's ess
    By supersayian2224 in forum OSR Help
    Replies: 1
    Last Post: 11-26-2008, 01:50 AM
  2. Trouble with Wizzup's Powerminer
    By MrIncoming in forum OSR Help
    Replies: 3
    Last Post: 06-26-2007, 02:23 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
  •