[Help] x2 Mobs in Qin-Shi Tomb Maps Vsro

04/17/2018 18:47 sontran.dev#1
Hello all,
I see the number of mobs in this area too little. I want to x2 it up. So can you tell me how? Thank you.
04/17/2018 19:31 putzeimer195#2
I think this should work, this query should only increase the Spawn of Normal Monsters not Uniques!
Code:
USE SRO_VT_SHARD
UPDATE Tab_RefNest SET dwmaxtotalcount=dwmaxtotalcount*2
WHERE dwTacticsID IN (SELECT dwTacticsID FROM Tab_RefTactics WHERE dwObjID IN (SELECT ID FROM _RefObjCommon WHERE CodeName128 like 'MOB_TQ_%' AND Rarity=0))
04/18/2018 15:23 sontran.dev#3
Quote:
Originally Posted by putzeimer195 View Post
I think this should work, this query should only increase the Spawn of Normal Monsters not Uniques!
Code:
USE SRO_VT_SHARD
UPDATE Tab_RefNest SET dwmaxtotalcount=dwmaxtotalcount*2
WHERE dwTacticsID IN (SELECT dwTacticsID FROM Tab_RefTactics WHERE dwObjID IN (SELECT ID FROM _RefObjCommon WHERE CodeName128 like 'MOB_TQ_%' AND Rarity=0))
Tks you!
Im try.
04/18/2018 20:32 putzeimer195#4
No problem, if it not works, just tell me :)
04/18/2018 20:48 JustNrik#5
Why do you want to increase Qin-Shi mob count? You should disable that region instead... Before your gs crashes...
04/19/2018 16:01 sontran.dev#6
Quote:
Originally Posted by JustNrik View Post
Why do you want to increase Qin-Shi mob count? You should disable that region instead... Before your gs crashes...
Because Max lv server 100 ^^

Quote:
Originally Posted by putzeimer195 View Post
No problem, if it not works, just tell me :)
I have another question. You can answer me. For example, now I want to put the Mobs in Qin-Shi Tomb Maps into SA Maps is related to which panel?
04/19/2018 18:24 JustNrik#7
Quote:
Originally Posted by sontran.dev View Post
Because Max lv server 100 ^^
It has nothing to do, most of cap 100 server won't open Qin Shi tomb because of the spawn bug that will bypass the mob spawn limit and will eventually crash your gameserver. Well, it's up to you, you are warned ;)
04/19/2018 18:29 sontran.dev#8
Quote:
Originally Posted by JustNrik View Post
It has nothing to do, most of cap 100 server won't open Qin Shi tomb because of the spawn bug that will bypass the mob spawn limit and will eventually crash your gameserver. Well, it's up to you, you are warned ;)
Tks you warnning.
So what will 9x mobs handle?