xD these steps are 100 % working
1st _ removing all trans , grap and attack from all players
2nd _ restarting _InvCOS & _CharCOS & _TimedJobForPet
3rd _ using there queries
Code:
/*
- Query by NourAyman @ RaGEZONE
- That Query not for 140 Level Cap ! Just Until 130
*/
USE [SRO_VT_SHARD]
UPDATE dbo._RefObjChar
SET InventorySize = 159
WHERE ID BETWEEN 12736 AND 12751
USE [SRO_VT_SHARD]
UPDATE dbo._RefObjChar
SET Lvl = 130
WHERE ID = 12736 and 12751
Code:
USE [SRO_VT_SHARD]
DELETE FROM _SIEGEFORTRESSSTRUCT
WHERE REFEVENTSTRUCTID = 107