Re: [Fix]Server Crashing OnExit() Called
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
Re: [Fix]Server Crashing OnExit() Called
fix
Msg 4145, Level 15, State 1, Line 10
An expression of non-boolean type specified in a context where a condition is expected, near '12751'.
Re: [Fix]Server Crashing OnExit() Called
That easy bro
Quote:
/*
- 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 BETWEEN 12736 and 12751
Re: [Fix]Server Crashing OnExit() Called