Use classic zones in SoF
I just setup a new server few days ago when i log into innothule swamp on my Titanium client it goes to classic swamp. but when i login on my Sof it goes the the new revamp crap. how do i go about getting my Sof Client to zone me into classic innothule instead of innothuleb
|
The PEQ db still has a few hiccups in regards to this, for instance, any client zoning out from gukbottom will go to old innothule(zone id 46), where as if you zone from guktop, it will send ver 6.2 and Titanium to old innothule, and the rest of the clients to new innothule (innothuleb, zone id 413).
Code:
select id,zone,target_zone_id,client_version_mask Code:
select id,zone,target_zone_id,client_version_mask Since you seem to want all clients going to the old innothule instead of the "crap" new one, then you would delete the three rows referenced in the above query zoning to new innothule with client_version mask of 4294967292, then edit the three rows from the first query with client_version_mask of 3 to use all clients instead, by changing the client_version_mask from 3 to 4294967295... Use at your own risk and backup your db before dorking with it: Code:
DELETE FROM `zone_points` Code:
UPDATE `zone_points` SET `client_version_mask` = '4294967295' |
Thank you very much this is very helpfull to me. Its my own server but nobody but me and a friend of mine login to so it would make me feel better to fix this issue. Thank you very much
|
All times are GMT -4. The time now is 03:35 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.