Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Fix .dbo_RefServerEvent Error in Shard & Game

Experienced Elementalist
Joined
Nov 14, 2011
Messages
260
Reaction score
54
Just run this query:

PHP:
USE [SRO_VT_SHARD]
GO
UPDATE dbo._RefServerEvent 
SET EndDate = 2105-01-30 13:00:00.000

Should do it.

hehehe nice onee :thumbup1::thumbup1:

thanks :D
 
Newbie Spellweaver
Joined
Dec 2, 2007
Messages
98
Reaction score
20
disappeared NPC o_O!! HELP!

If I'm not mistaken the only thing this should do is extend the allowed time of the events, no NPCs removed. Which NPC got removed?
 
Initiate Mage
Joined
Jun 17, 2012
Messages
4
Reaction score
0
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '13'.
 
Newbie Spellweaver
Joined
Jan 13, 2006
Messages
50
Reaction score
6
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '13'.

Just open the SHARD db RefServerEvent table and change the event ending years to some future date manually. :blink:
 
Back
Top