Page 10 of 11 FirstFirst ... 891011 LastLast
Results 226 to 250 of 268

Thread: The 250m Scripting Competition

  1. #226
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by Yuskie View Post
    Can someone explain this? Since I can't access that forum.
    @Incurable, though he's an Aussie so it will be a few hours before he's awake.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  2. #227
    Join Date
    Feb 2014
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Do you know if its possible to create another map for underground? like for going up and down ladders etc.

  3. #228
    Join Date
    Nov 2014
    Posts
    104
    Mentioned
    12 Post(s)
    Quoted
    59 Post(s)

    Default

    Quote Originally Posted by Yuskie View Post
    Do you know if its possible to create another map for underground? like for going up and down ladders etc.
    As far as I know, you need to manually click the ladder to go up or down it. Then you can add what the dungeon looks like into your sps image and walk around in it.

  4. #229
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Yes, you can load more then 1 map.

    Simba Code:
    program Walker;
    {$DEFINE SMART}
    {$include_once SRL-6/SRL.simba}
    {$include_once SPS/lib/SPS-RS3.Simba}
    {$include_once util/utils.simba}
    {$include_once util/breaking.simba}

    var
      MAP_groundLevel, MAP_lodestone, MAP_undergroundLevel: TSPSArea;
      bankToLadder: TPointArray := [Point (302, 538), Point (302, 538), Point (294, 518), Point (290, 486), Point (270, 458), Point (270, 446), Point (258, 426), Point (230, 398), Point (222, 386), Point (222, 358), Point (222, 334), Point (210, 306), Point (206, 290), Point (210, 258), Point (214, 230), Point (214, 226), Point (214, 198), Point (214, 174), Point (206, 146), Point (198, 138)];
      ladderToBank: TPointArray := [Point (194, 154), Point (202, 154), Point (214, 178), Point (222, 218), Point (238, 246), Point (238, 282), Point (246, 310), Point (254, 326), Point (250, 366), Point (266, 398), Point (286, 414), Point (274, 438), Point (274, 470), Point (298, 498), Point (298, 526), Point (302, 538)];
      lodestoneToEntrance: TPointArray := [Point (826, 242), Point (826, 242), Point (802, 250), Point (770, 262), Point (750, 238), Point (750, 202), Point (726, 174), Point (694, 166), Point (654, 154), Point (626, 170), Point (626, 210), Point (602, 230), Point (562, 230), Point (526, 238), Point (486, 234), Point (446, 226), Point (402, 226), Point (366, 226), Point (322, 226), Point (286, 202), Point (254, 182), Point (218, 190), Point (182, 190), Point (158, 150), Point (150, 110), Point (146, 98)];
    begin
      setupSRL;
      MAP_groundLevel.setup('SPSMap_Ground', RUNESCAPE_OTHER, 7, 500.0, 0.55);
      MAP_lodestone.setup('SPSMap_Lodestone', RUNESCAPE_OTHER, 7, 550.0, 0.55);
      MAP_undergroundLevel.setup('SPSMap_Underground', RUNESCAPE_OTHER, 7, 500.0, 0.55);
      MAP_groundLevel.walkPath(ladderToBank);
      MAP_lodestone.walkPath(lodestoneToEntrance);
      MAP_undergroundLevel.walkPath(bankToLadder);
    end;

    Forum account issues? Please send me a PM

  5. #230
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    @Incurable, though he's an Aussie so it will be a few hours before he's awake.
    You posted that at 9:00am, lol.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  6. #231
    Join Date
    Feb 2014
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Why does the player position show x = -1 and y = -1 when i go underground?

  7. #232
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    You posted that at 9:00am, lol.
    Your point? It was still an hour and a half before you were on

    E:

    Yuskie, it would show that because SPS isn't finding the position.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  8. #233
    Join Date
    Feb 2014
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    And if I wanted to make the two maps global variables, can procedures/functions access it?
    E:
    Is there a way to get SPS to recognize the position?
    Like overriding the way it recognizes the position and assigning it as 0,0 or a specific point?
    Last edited by Yuskie; 11-10-2014 at 11:50 PM.

  9. #234
    Join Date
    Feb 2014
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Ugh, I'm two posts short of being able to submit... my entry +_+

  10. #235
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Quote Originally Posted by Yuskie View Post
    Ugh, I'm two posts short of being able to submit... my entry +_+
    oh darn, have you finished the script?

  11. #236
    Join Date
    Feb 2014
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    I got something down. And ended up sending it 3 mins late... How do you attach a file? cause I sent him raw code as the body of the message +_+

  12. #237
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    Your point? It was still an hour and a half before you were on

    E:

    Yuskie, it would show that because SPS isn't finding the position.
    Nope, it was just half hour.

    Anyway, stop derailing!



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  13. #238
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Yuskie View Post
    I got something down. And ended up sending it 3 mins late... How do you attach a file? cause I sent him raw code as the body of the message +_+
    Entry recieved. DW about 3 minutes, some people have 6 hours left if they live in GMT-10.

  14. #239
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    I'm out, not going to finish mine tonight I'll try to release a readable version soon.

  15. #240
    Join Date
    Jun 2014
    Location
    Lithuania
    Posts
    475
    Mentioned
    27 Post(s)
    Quoted
    200 Post(s)

    Default

    Quote Originally Posted by Yuskie View Post
    Why does the player position show x = -1 and y = -1 when i go underground?
    Because it failed to determine ur pozition. Redo a map or tweak parameters.

  16. #241
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Submissions for this competition are now closed. A total of fifteen entrants have submitted an entry, for many of whom it's their first script.

    I must say that I'm very impressed with the overall quality of these scripts. There is evidence of a lot of effort Many of the entrants easily have the scripting ability required for SRL Membership. Due to the number of entrants (and the 50 page document I have to submit next week!) it will probably take about 2 weeks to finalize and cross-mark the grades. Discussions have already begun in the higher boards

  17. #242
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Submissions for this competition are now closed. A total of fifteen entrants have submitted an entry, for many of whom it's their first script.

    I must say that I'm very impressed with the overall quality of these scripts. There is evidence of a lot of effort Many of the entrants easily have the scripting ability required for SRL Membership. Due to the number of entrants (and the 50 page document I have to submit next week!) it will probably take about 2 weeks to finalize and cross-mark the grades. Discussions have already begun in the higher boards
    no hurries may! looking forward to the results of the comp!

  18. #243
    Join Date
    Aug 2014
    Location
    germany
    Posts
    47
    Mentioned
    4 Post(s)
    Quoted
    15 Post(s)

    Default

    sorry i couldn't manage to find time to even start. university keeps me bussy with exams.. damn i had a funny idea for a script

    anyway good luck for everyone taking part.

    sipfer

  19. #244
    Join Date
    Nov 2014
    Posts
    104
    Mentioned
    12 Post(s)
    Quoted
    59 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Submissions for this competition are now closed. A total of fifteen entrants have submitted an entry, for many of whom it's their first script.

    I must say that I'm very impressed with the overall quality of these scripts. There is evidence of a lot of effort Many of the entrants easily have the scripting ability required for SRL Membership. Due to the number of entrants (and the 50 page document I have to submit next week!) it will probably take about 2 weeks to finalize and cross-mark the grades. Discussions have already begun in the higher boards
    Is this 50 page document RS related or RL related? Two weeks! Awe man, I couldn't wait 5 day as it was. :P

  20. #245
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by akarigar View Post
    Is this 50 page document RS related or RL related? Two weeks! Awe man, I couldn't wait 5 day as it was. :P
    Real life Two weeks is a conservative estimate. They might be done in a week if I can find the time.

  21. #246
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Real life Two weeks is a conservative estimate. They might be done in a week if I can find the time.
    Might? You've had three whole days now, I don't care if you have to fail life or something to do it, mark the scripts and give us a winner already!



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  22. #247
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    Might? You've had three whole days now, I don't care if you have to fail life or something to do it, mark the scripts and give us a winner already!
    Already started getting through the 4k lines of code

  23. #248
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Already started getting through the 4k lines of code



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  24. #249
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    The excitement is real

  25. #250
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

Page 10 of 11 FirstFirst ... 891011 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
  •