This started happening after the update* Warning in FindWorld: World Number cannot be 0 **
This started happening after the update* Warning in FindWorld: World Number cannot be 0 **
Last edited by slushpuppy; 10-26-2012 at 11:57 AM. Reason: My apologies, I didn't update. However I still get another error
Update your SRL.
Also how did you get a World 0 error? If 0 is passed it should return 'World Number cannot be 0'?
My apologies, I didn't update. However I still get another error. Don't think the world switcher works
Set up the worldinfo array, it's the easiest solution really.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
hows your wildy miner working?
Guides:Lape Basics ---Multi-Dimensional Arrays --- Dung Guide , Scripts:Cooking guilder --- Enslaved Fletcher --- EnslavedHumidity
Runescape is lagging or we're logged in too many times. Keep trying!
** Warning in FindWorld: World Number cannot be 0 **
Failed to find World 0!
'Login limit exceeded.'
Runescape is lagging or we're logged in too many times. Keep trying!
World info as set by me:
Simba Code:WorldInfo := [27, 42, 45, 46, 48, 52, 59, 70, 72, 78, 79, 87, 104, 115, 117];
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
If you want it to select a world randomly from a list, you have to make your own TIA then make it randomly choose one of the index.Simba Code:WorldInfo: TVariantArray; // * [Members {Boolean}, World {Integer}, PVP {Boolean}]
It is possible now to just input the world integer like [16].
Thank you
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
Hm it worked, but I assume it is impossible to have the script randomly choose a world without making my own TIA?(like what it did before)
He was probably saying that he runs multiple accounts and they all were trying to login on the same world.
But anyway - world.ini isn't being built:
[Worlds]
Count=1
High=0
[World0]
Type=Free
LootShare=False
QuickChat=False
PvP=False
And I get this :
** Warning in FindWorld: World -1 does not exist in worlds.ini **
Failed to find World -1! using :
Players[0].WorldInfo := [True, -1, False];
It used to work before ....
I put an old worldinfo.ini in place, and an old loginplayer function - it works decently so far.
Last edited by speedster; 10-27-2012 at 07:56 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)