PDA

View Full Version : World selection? Favorite world?



sipfer3
09-01-2014, 11:25 AM
hello guys, me again ;)

i searched for a function which allows to select which world to join, so two bots wont try to join the same world.
i searched here https://github.com/SRL/SRL-6/search?utf8=%E2%9C%93&q=world&type=Code
(i hope its okay to post this link if not tell em :P , im allways working with this, is there a "bether" one?)
it seems there is no function which lets us select a world or am i missing somthing?
just wanted to make clear that there is none existing before starting to try to code one..

if there is none, and mine will work ill post it here

sipfer3

p.s. sorry if im noobish :D

EDIT: also having a problem when i try to run my 5th client.. i cant change the mode to openGl ( " Runescape was unable to enter that display mode").
searched for a solution but most pages get me to a 404. :(

Fitta
09-01-2014, 12:34 PM
What ever happend to worldswitcher.simba?

Sin
09-01-2014, 02:16 PM
When you declare your players, if you do 'World := 50', then that specific player will ALWAYS log in to world 50.

sipfer3
09-01-2014, 04:06 PM
uhm.. then i dont know whats wrong. its not working for me.

Turpinator
09-01-2014, 04:22 PM
Also, im not too sure if the world switcher works with that version.

the New_Simba branch should work though. https://github.com/SRL/SRL-6/blob/New_Simba/lib/interfaces/lobby/worlds.simba

so i suggest finding the simba 1.1-RC release thread and downloading that and upgrading to that version of SRL. (instructions in thread)

Lipcot
09-01-2014, 07:58 PM
In regards to the 5th client, you cannot open 5 clients on opengl/directx because you dont have more JagexCache´s so you cna just open them on safe mode(wont work with simba) so you must do the following: Click Me! (https://villavu.com/forum/showthread.php?t=109112)

If you cant get your world chooser to work, tell me and i´ll send you my SRL files that work, i got it from some post here on the forum, cant remember, but my world select works

sipfer3
09-01-2014, 10:05 PM
thanks for the quick help guys.
@undorak7 that link was pretty help full, and if u could post your SRL files i would be REALLY happy. :)
its just annoying to relog them every 6h :)

The Mayor
09-02-2014, 09:17 AM
thanks for the quick help guys.
@undorak7 that link was pretty help full, and if u could post your SRL files i would be REALLY happy. :)
its just annoying to relog them every 6h :)

Fixes here (https://villavu.com/forum/issue.php?issueid=307), but they never got officially added :p Olly did officially fix all this stuff in the next simba.

sipfer3
09-02-2014, 12:31 PM
uh nice, thanks working pretty good :)

sipfer3
09-13-2014, 10:46 PM
sorry for double post, but world := x; is not working anymore? any adivce? o.O

The Mayor
09-13-2014, 10:55 PM
sorry for double post, but world := x; is not working anymore? any adivce? o.O

All fixed in new simba and new srl6. Not yet released, but if you're smart enough, you can:


Download the new simba zip from Ollys post here (https://villavu.com/forum/showthread.php?t=110179&p=1308192#post1308192).
Delete everything in C:/Simba/
Extract the zip you downloaded in step 1, and put the new files in C:/Simba/
If you want the very latest SRL6, click the download ZIP button here (https://github.com/SRL/SRL-6/tree/New_Simba)
Extract that, and replace the files in C:/Simba/Includes/SRL6/ with those new ones

TylerT
09-14-2014, 12:10 AM
When you declare your players, if you do 'World := 50', then that specific player will ALWAYS log in to world 50.

Until it doesn't read the world and just logs into the default one

sipfer3
09-14-2014, 11:02 AM
thank you themayor, the new files fixed it :)