Jump to content

  •  

ryuseikai

Member Since 31 Mar 2014
Offline Last Active Aug 18 2014 11:47 AM
-----

Posts I've Made

In Topic: Monster rate

11 August 2014 - 03:32 PM

I think it doesn't since mobs that are summoned by an amount of only 1 don't get affected by this conf value:

 

src/map/npc.c, line 3517

	if (mobspawn.num > 1 && battle_config.mob_count_rate != 100) {		if ((mobspawn.num = mobspawn.num * battle_config.mob_count_rate / 100) < 1)			mobspawn.num = 1;	}

Thanks for finding the source. I tried and it really doesnt count the MVP. This trick is neat when want to change MOB RATE. Thanks!


In Topic: Monster rate

10 August 2014 - 03:23 AM

Does this apply to MVP as well?


In Topic: Randomize Stylist.

22 May 2014 - 06:12 AM

Whoa thanks.  :lol:


In Topic: How to stack or limit 2 cards only

19 May 2014 - 04:45 PM

How do I disable stack of multiple other item then? for example thanatos card or raydric card? let say I wan limit only 1 card for raydric because my server got 4 slot robe.


In Topic: Comparing Server files.

09 May 2014 - 07:39 AM

Been using WinMerge for sometime but I didn't realize WinMerge could scan folders recursively until today. <_< Thanks for pointing out.