Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MobsDropUnitNum<=?

Newbie Spellweaver
Joined
Apr 20, 2013
Messages
26
Reaction score
1
When I use service cabal start, when the WorldSvr_01_01 is starting I get:

ACE_ASSERT: file World.cpp, line 923 assertion failed for 'pMobsSpcsDrop->iMobsDropUnitNum <=32'.Aborting...

I know that the problem is that in /etc/cabal/Data/Data_World in world26-terrain.scp(for example) in [Mobs Drop] I'm using more than 32 items per mob. Anyone knows how to change the 'pMobsSpcsDrop->iMobsDropUnitNum <=32' to more than 32?

Thanks in advance :)

EDIT: I couldn't find how to change the 'pMobsSpcsDrop->iMobsDropUnitNum' but I found out that in World_drop.scp I can put any number of drops per specified mob.
 
Last edited:
Back
Top