[VSRO] Monster Reduce

01/12/2012 16:30 ffflashgamerrr#1
Hey Guys,
since i used this Code
PHP Code:
USE [SRO_VT_SHARD]
GO
UPDATE dbo
.Tab_RefNest SET dwmaxtotalcount dwmaxtotalcount/
to reduce the monsters that i can handle all regions on 1 PC
no uniques appear
anyone know why?
01/12/2012 16:42 vorosmihaly#2
maybe cause if you divide 1 by 2,that will be 0,5 and a half mob just won't spawn,lol :D
you should have checked the value whether it's larger than 1 before dividing it ^^
01/12/2012 17:01 ffflashgamerrr#3
what should i do now?
01/12/2012 17:07 vorosmihaly#4
hm,how about replacing that table with the original one?
01/12/2012 17:28 ffflashgamerrr#5
sounds good, how can i do that?