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

Thread: DarkScape

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

    Default

    Quote Originally Posted by neeger View Post
    How can one make darksacpe load to SMART?
    just change the address of rs.

  2. #27
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by YouPee View Post
    Really cool!
    Is it the same xp rates as on normal runescape?
    And for those who have tried it, is there a use for skilling, if someone was to start hoarding skilling resources?
    Let x equal normal RuneScape's xp rate.

    For DarkScape free-to-play, the xp rate is x * 1.33
    For DarkScape pay-to-play, the xp rate is x * 2.00
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #28
    Join Date
    Apr 2007
    Location
    Estonia
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Code:
    SMART_URL = 'http://www.runescape.com/game.ws?j=1';
    to this?

    Code:
     SMART_URL = 'http://world200.runescape.com';

    doesn't work
    ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!

  4. #29
    Join Date
    Jun 2012
    Posts
    586
    Mentioned
    112 Post(s)
    Quoted
    296 Post(s)

    Default

    World202.runescape.com

    Edit - woods didn't see second page.




    Skype: obscuritySRL@outlook.com

  5. #30
    Join Date
    Oct 2014
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I've been looking to try Darkscape since it came out. I think I'll wait a little bit until people are higher levels to give me more of a chance .

  6. #31
    Join Date
    Jul 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Well, i changed SMART_URL = to darkscape and i also changed page := getPage but it's still loading the rs3.jar from world 2. Need help <3!

  7. #32
    Join Date
    Sep 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    how would one go about changing the smart url?>
    Last edited by roryss024; 09-18-2015 at 04:16 PM.

  8. #33
    Join Date
    Jun 2012
    Posts
    586
    Mentioned
    112 Post(s)
    Quoted
    296 Post(s)

    Default

    After the get page and explode and junk:
    Result[0]:='http://world200.runescape.com'




    Skype: obscuritySRL@outlook.com

  9. #34
    Join Date
    Jul 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    My code are wrong I think....

    if useParameters then
    begin
    page := getPage('http://world200.runescape.com');
    result := explode(',', between('worldLink=''', '''', page));
    exit;
    end;
    while true do
    if not funcExcludeList.contains(funcRandom:=random(200)) then
    begin
    Result[0]:='http://world200.runescape.com',''];
    break;
    end;
    //result:=['http://oldschool45.runescape.com/',''];
    end;
    EDIT
    I got it working after changing the code to:

    if useParameters then
    begin
    result:=['http://world200.runescape.com/',''];
    end;
    //result:=['http://oldschool45.runescape.com/',''];
    end;

  10. #35
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by neffetz View Post
    I've been looking to try Darkscape since it came out. I think I'll wait a little bit until people are higher levels to give me more of a chance .
    If anything it seems like if you don't start now you will have a big disadvantage later on. The level range only applies to a small section of the map. In 80% of the world any level can attack you.

  11. #36
    Join Date
    Jul 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Machu View Post
    My code are wrong I think....



    EDIT
    I got it working after changing the code to:
    did u change this?

    SMART_URL = 'http://world200.runescape.com';

    function smartGetParameters(out params: TStringArray): boolean;
    var
    page: string;
    begin
    page := getPage('http://world200.runescape.com');

    params := explode(',', between('worldLink=''', '''', page));

    result:=['http://world200.runescape.com/',''];

    Isnt working...

  12. #37
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Which file do we edit to change the world url?

  13. #38
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by Real Regulater View Post
    Which file do we edit to change the world url?
    For ogLib,

    Simba\Includes\ogLib\lib\misc\smart.simba

    or for SRL-6 (which I believe needs to be updated to support DarkScape)

    Simba\Includes\SRL-6\lib\misc\smart.simba

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

    Default

    Although it seems a fair number of people are playing I cannot be bothered to start again

  15. #40
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    I like the idea, and already played for a few hours, but changing the pvp settings and adding some banks is not enough to call it a "new game". They should add original content and remove the old, dead rs3 stuffs.

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

    Default

    Quote Originally Posted by GetHyper View Post
    Although it seems a fair number of people are playing I cannot be bothered to start again
    its double xp though

  17. #42
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    its double xp though
    i thought it was 1.5x XP for members?

  18. #43
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    i thought it was 1.5x XP for members?
    read KBs post:
    Quote Originally Posted by KeepBotting View Post
    Let x equal normal RuneScape's xp rate.

    For DarkScape free-to-play, the xp rate is x * 1.33
    For DarkScape pay-to-play, the xp rate is x * 2.00

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

    Default

    Quote Originally Posted by hoodz View Post
    its double xp though
    Hmm, I suppose.

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

    Default

    Quote Originally Posted by hoodz View Post
    its double xp though
    So it'll take 300 hours to get a 99 instead of 600, big deal. If they were serious they'd make it 20x exp or more. I also find it laughable that F2P doesn't have the same exp bonus, Jagex can't help but try and scrounge every penny they can these days, lol.



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

  21. #46
    Join Date
    Dec 2011
    Location
    New York
    Posts
    119
    Mentioned
    5 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Although it seems a fair number of people are playing I cannot be bothered to start again
    Im in the same boat, its the same reason I refuse to make an ironman... I cba to start from scratch and have to grind all of those lvls again >.>

  22. #47
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    So it'll take 300 hours to get a 99 instead of 600, big deal. If they were serious they'd make it 20x exp or more. I also find it laughable that F2P doesn't have the same exp bonus, Jagex can't help but try and scrounge every penny they can these days, lol.
    Pretty sure the xp boost for members is a typical pay plan scheme

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

    Default

    Quote Originally Posted by tls View Post
    Pretty sure the xp boost for members is a typical pay plan scheme
    Both get an exp boost, it's just that members get more to encourage people to pay. My point was that even in a PvP centric offshoot game mode Jagex can't help but put something in place to encourage people to spend money. Almost everything they do now is about money, the Jagex from 10 years ago is well and truly dead.

    And yes, I am bitter about it. I miss the enthusiasm I used to have for RuneScape and Jagex, lol.



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

  24. #49
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    I would have started playing this if it was based on oldschool RS.

  25. #50
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    So it'll take 300 hours to get a 99 instead of 600, big deal. If they were serious they'd make it 20x exp or more. I also find it laughable that F2P doesn't have the same exp bonus, Jagex can't help but try and scrounge every penny they can these days, lol.
    I understand that you consider Jagex greedy, but there is no reason to say that this time. F2P players can access every member content, which is a pleasant surprise.

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
  •