1 Attachment(s)
[Fix]Server Crashing OnExit() Called
Hello Ragezoners :):
**
F&Q
What is that error ?
It is an error which coz crash for your lovely server
That is OnExit() Called or there is a problem at your STRUCT
How do the players make that ?
By Teleporting by trans pets from alex south harbor
Can i fix that ?
Yes , by following these instructions
1st _ Remove the Buffalo from the item mall
2nd _ Execute that
Code:
USE [SRO_VT_SHARD]
DELETE FROM _SIEGEFORTRESSSTRUCT
WHERE REFEVENTSTRUCTID = 107
3rd _ Execute That
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
And import that file :):
Re: [Fix]Server Crashing OnExit() Called
Yeah, right.
There were some problems with the pet size aswell.
Too many pet slots while doing a 5 stars trade were leading to get the gameserver crashing.
You can also set the lvl 130+++ pets, petsizes to lvl 125 pets, as in your query.
Thanks for the share.
Re: [Fix]Server Crashing OnExit() Called
Re: [Fix]Server Crashing OnExit() Called
"Msg 4145, Level 15, State 1, Line 13
An expression of non-boolean type specified in a context where a condition is expected, near '12751'." <- this is for 3rd query can u look it please
Re: [Fix]Server Crashing OnExit() Called
hm funny just before i read your post i set the level of those trans to 125 and the inventory size to 105, then i read your thread and said hm thats almost the same i did so i did the rest too (deleting the siegestruct and removed buffalo from mall) and it worked! But why remove buffalo from mall?
Re: [Fix]Server Crashing OnExit() Called
Because my Query made it work sometimes and sometimes make crash so , i deleted it :D
You can try using my Query idea to fix your Buffalo then test it in your sv then post the results :):
Re: [Fix]Server Crashing OnExit() Called
Which harbor at alex south? Can oyu make a screenshot?
Thank you
Re: [Fix]Server Crashing OnExit() Called
Re: [Fix]Server Crashing OnExit() Called
but it just doesn't make sense since:
if it's about inventory size : then while you buy the trade
if it's about COS lvl : then while summoning it for the first use
how can it be with teleporting from harbor or wherever !
maybe related to _ItemQuotation ? as i already recognized a minor difference between the database which shared by RevoLand and the first database which shared by Chernobyle
well i don't know :?:
Re: [Fix]Server Crashing OnExit() Called
Re: [Fix]Server Crashing OnExit() Called
yes :):
but you must restart your _InvCOS & _CharCOS
and remove the trans pets from all accounts :D
Note : if you restarted _CharCOS you will need to remove the grap pets and attack pets from all players too !
Re: [Fix]Server Crashing OnExit() Called
again my server error gameserver? idk. where problem trader pet disable. etc. how can i find bug account
Re: [Fix]Server Crashing OnExit() Called
i noticed that sometimes grab pet 5/5 causing onexit() called too
it happen when the pet die and while you revive it again the pet get only 1 page not 5 then crashing GameSever and every time you try to login with the bugged pet you get crash
Re: [Fix]Server Crashing OnExit() Called
just removing your grap pets and trans
by that code
Code:
USE [SRO_VT_SHARD]
exec _SEEK_N_DESTROY_ITEM YOUR Cos Item'
but you must restart your _InvCOS & _CharCOS
if you restarted _CharCOS you will need to remove the grap pets and attack pets from all players too ! by using the code
Code:
USE [SRO_VT_SHARD]
exec _SEEK_N_DESTROY_ITEM 'Your Cos Item'
Re: [Fix]Server Crashing OnExit() Called
i do all but again crash?