who have good query to set Good spawn and respawn in servver cap 110 with 1 GS
or table refnest
or table refnest
Quote:
have a query where i can change the spawn per region or per mobQuote:
Step1: Enter the game with Gm account.
Step2: Command /worldstatus
Step3: See how many mob/npc spawn in bot-right windows
If it < 30 or 35k else do nothing :v
Step4: Increase mob+++
Step5: Go to Step1
Hint: Increase mob spawn in important (popular) place! Skip some place low level (Jangan, West China, Europe, Asia Mirror, CA.. etc) and some mob don't important
update Tab_RefNest
set dwmaxtotalcount = 0 -- put number which you want to change
where dwTacticsID in (select dwTacticsID from Tab_RefTactics
where dwObjID in (select id from _RefObjCommon where CodeName128 like 'MOB_DH%')
)
this affect uniques spawn?Quote:
PHP Code:update Tab_RefNest
set dwmaxtotalcount = 0 -- put number which you want to change
where dwTacticsID in (select dwTacticsID from Tab_RefTactics
where dwObjID in (select id from _RefObjCommon where CodeName128 like 'MOB_DH%')
)