This started happening after the updateQuote:
* Warning in FindWorld: World Number cannot be 0 **
Printable View
This started happening after the updateQuote:
* Warning in FindWorld: World Number cannot be 0 **
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.
hows your wildy miner working?
Quote:
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];
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
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.