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!

muemu castle siege error

Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
03:28:03 [ Crywolf ] SetState - StateInfo : Occupation/1, State/0
03:28:03 [CastleSiege] CCastleSiege::LoadData() - Date Order is wrong : 9810
03:28:03 [ServerInfo] Event loaded successfully

I keep getting this error on my GSCS. I'm unsure when my castle siege actually starts, players cant register

Here are my settings:

GSCS > Events

;==================================================
; Castle Siege Event Settings
;==================================================
CastleSiegeEvent = 1
CastleSiegeCycleStartYear =2017
CastleSiegeCycleStartMonth =0
CastleSiegeCycleStartDay =0
CastleSiegeSpecificState =0
CastleSiegeStateStartYear =0
CastleSiegeStateStartMonth =0
CastleSiegeStateStartDay =0
CastleSiegeStateStartHour =0
CastleSiegeStateStartMinute =0
CastleSiegeOffensiveWeaponDamage = 300
CastleSiegeDefensiveWeaponDamage = 200
CastleSiegeLowerAccumulatedTimeValue = 0
CastleSiegeDecayAccumulatedTimeValue = 0

Data > Mucastledata

0
//Cycle
7
end

1
//State StartDay StartHour StartMinute
1 0 0 0
2 1 23 59
3 2 0 0
4 3 0 0
5 4 12 0
6 4 19 0
7 6 20 0
8 6 19 30
9 7 0 0
end


2
//Monster Index Side DBSave DFLevel RGLevel MaxLife X Y TX TY Dir
283 1 1 1 0 0 400000 94 227 -1 -1 1
283 2 1 1 0 0 400000 94 182 -1 -1 1
283 3 1 1 0 0 400000 82 130 -1 -1 1
283 4 1 1 0 0 400000 107 130 -1 -1 1
277 1 1 1 0 0 500000 93 204 -1 -1 1
277 2 1 1 0 0 500000 81 161 -1 -1 1
277 3 1 1 0 0 500000 107 161 -1 -1 1
277 4 1 1 0 0 500000 67 114 -1 -1 1
277 5 1 1 0 0 500000 93 114 -1 -1 1
277 6 1 1 0 0 500000 119 114 -1 -1 1
288 1 0 1 0 0 800000 75 130 -1 -1 1
288 2 0 1 0 0 800000 88 130 -1 -1 1
288 3 0 1 0 0 800000 99 130 -1 -1 1
288 4 0 1 0 0 800000 114 130 -1 -1 1
288 5 0 1 0 0 800000 94 151 -1 -1 1
288 6 0 1 0 0 800000 88 182 -1 -1 1
288 7 0 1 0 0 800000 100 182 -1 -1 1
288 8 0 1 0 0 800000 94 221 -1 -1 1
288 9 0 1 0 0 800000 94 233 -1 -1 1
215 1 0 1 0 0 10000 94 242 -1 -1 1
222 1 0 1 0 0 10000 80 188 -1 -1 1
222 2 0 1 0 0 10000 105 188 -1 -1 1
221 1 0 2 0 0 10000 63 19 -1 -1 5
221 2 0 2 0 0 10000 119 19 -1 -1 5
end
 
Back
Top