Outros Total de visitas: 23073
|
Ligando CS V. 1.0
* Ligando CS V. 1.0
Neste tutorial vou eninar você a ligar o evento Castle Siege na versão 1.0.
Va em :
X:MuServerdatacommonserver
Procure a parte q esteja + ou - assim :
// Castle Siege
;////////////////////////////////////////////////////////////////////////////////
CastleSiegeRun = 1 ; castle siege run switch - 0/1<<
CastleCycleStartYear =2007 <
CastleCycleStartMonth =6 <
CastleCycleStartDay =17 <
;-------------------------------------------------------------------------------
; castle siege state explanation (run as sequence)
;
; 1 - register castle siege state
; 2 - idle state
; 3 - register mark of the lord state
; 4 - idle state
; 5 - castle attack guild notification state
; 6 - ready for castle siege state
; 7 - castle siege start state
; 8 - castle siege end state
; 9 - end of cycle (restart from state 1, automaticaly)
;-------------------------------------------------------------------------------
; ƯÁ¤ °ø¼º»óÅ (8À» Á¦¿ÜÇÑ 1 ~ 9 : ÀÌ ¿Ü¿¡´Â Àû¿ë ¾ÊµÊ)
CastleSpecificState =1 <
; ƯÁ¤ °ø¼º»óÅ ½ÃÀÛ - ³â (0 À̸é Àû¿ë ¾ÊµÊ)
CastleStateStartYear =2007<
; ƯÁ¤ °ø¼º»óÅ ½ÃÀÛ - ¿ù (0 À̰ųª ¹üÀ§ ÃÊ°úÇϸé Àû¿ë ¾ÊµÊ)
CastleStateStartMonth =6<< mes em q vc esta
; ƯÁ¤ °ø¼º»óÅ ½ÃÀÛ - ÀÏ (0 À̰ųª ¹üÀ§ ÃÊ°úÇϸé Àû¿ë ¾ÊµÊ)
CastleStateStartDay =17<< dia em q o castle siege termina
; ƯÁ¤ °ø¼º»óÅ ½ÃÀÛ - ½Ã (¹üÀ§ ÃÊ°úÇϸé Àû¿ë ¾ÊµÊ)
CastleStateStartHour =20<
; ƯÁ¤ °ø¼º»óÅ ½ÃÀÛ - ºÐ (¹üÀ§ ÃÊ°úÇϸé Àû¿ë ¾ÊµÊ)
CastleStateStartMinute =30<
|
|