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.
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.
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!Quote:
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))
Because Max lv server 100 ^^Quote:
Why do you want to increase Qin-Shi mob count? You should disable that region instead... Before your gs crashes...
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?Quote:
No problem, if it not works, just tell me :)