Yeah, honestly DarkScape is an awesome deal for free players. Complete unlimited members content access. It's also in my opinion a very very fun game mode. It's quite nice of them to offer what they did for free. The members boost is pretty insignificant and I doubt it has been a major factor in persuading people to buy membership.
Scripts: ClarityNex | ClaritySlayer | ClarityElfThief | ClarityBurialArmour | ClarityMudRunes | ClarityWells | ClarityProTables | ClarityArmadyl | ClarityHarps
ClarityDominonTower | ClarityAltar | ClarityCitadel | ClarityBarrows | ClarityEsswraith | ChampionScrollCamperTools & Extensions: OpenGL ID Highlight Tool | SRL-6 Messaging System | SRL Companion | Item DTM Generator | BBCode Converter
I need to come back to this game...
Hmm, why do you guys wish it was on OSRS? I mean I guess PvP is overall much more balanced, but DarkScape uses (I think) the same combat system.. only imbalance I see is due to Tier 80+ weapons, then again I don't PvP at all.
I logged on yesterday. Had no idea what I was doing (OSR player <-) so I huddled into a ball and cried while I logged out.
Yesterday I tried clicking on fishing spots and kept accidently clicking on players, then guards killed me, and lost 1,000 feathers...![]()
What Torol said, but also know that right-click attack is getting added in the next game update. For now, you can switch to one-button gameplay to avoid making this mistake again.
I've lost about 800k GP so far due to misclicks in banks, sadlyMost often when a new map square loads while you click and it changes the operation from 'Bank' to 'Attack'.
Scripts: ClarityNex | ClaritySlayer | ClarityElfThief | ClarityBurialArmour | ClarityMudRunes | ClarityWells | ClarityProTables | ClarityArmadyl | ClarityHarps
ClarityDominonTower | ClarityAltar | ClarityCitadel | ClarityBarrows | ClarityEsswraith | ChampionScrollCamperTools & Extensions: OpenGL ID Highlight Tool | SRL-6 Messaging System | SRL Companion | Item DTM Generator | BBCode Converter
runemate has darkscape bots running
Scripts: ClarityNex | ClaritySlayer | ClarityElfThief | ClarityBurialArmour | ClarityMudRunes | ClarityWells | ClarityProTables | ClarityArmadyl | ClarityHarps
ClarityDominonTower | ClarityAltar | ClarityCitadel | ClarityBarrows | ClarityEsswraith | ChampionScrollCamperTools & Extensions: OpenGL ID Highlight Tool | SRL-6 Messaging System | SRL Companion | Item DTM Generator | BBCode Converter
Wow - I never knew that...haha! Could you tell me what to do please to initiate DarkScape client through it?
Thanks
p.s: Is it possible to have an exclusive DarkScape forum, and also clean instructions on how to open DarkScape through Simba? Links going everywhere with people asking similar question lol.
yes id love learn to use simba/smart with darkscape as can only use runemate at work cause home pc isn't 64 bit.
Inside SMART.simba, find the tSmart.getParams() function and replace it with:
Simba Code:function tSmart.getParams():tStringArray;
var
vPage:string;
vParams:tStringArray;
begin
vPage:=getPage('http://www.runescape.com/game.ws?j=1');
result:=explode(',',between('worldLink=''','''',vPage));
result[0]:='http://world'+toStr(random(200,206))+'.runescape.com/';
exit(result);
end;
paste in place of this?
function smartGetParameters(out params: TStringArray): boolean;
var
page: string;
begin
page := getPage(SMART_URL);
params := explode(',', between('worldLink=''', '''', page));
result := (length(params) = 2);
if (not result) then
begin
print('Error while grabbing parameters', TDebug.ERROR);
print('Make sure you can reach the RS website, and no active firewall is blocking Simba', TDebug.HINT);
exit(false);
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)