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!

Item Drop Problem

Newbie Spellweaver
Joined
May 13, 2017
Messages
58
Reaction score
35
just need some tips about item drop in mobs,
i test in emulator and ingame also, all mobs dont have any drop items, only gold, even the .genitem is already set in all mobs, genitem files also set in glogicserver.rcc ang all gen id is set already in item.isf, encryption of all files is everything ok, but still no drop item.

my default drop rate in default.c
fITEM_DROP_SCALE 19.1f //item drop ratefITEM_DROP_LOWER_SCALE 11.5f //rare item drop rate

i try also to increase drop item rate using command, but still no luck,

anyone have an idea about this problem?

thanks in advanced
 
Skilled Illusionist
Joined
Sep 22, 2014
Messages
374
Reaction score
16
just need some tips about item drop in mobs,
i test in emulator and ingame also, all mobs dont have any drop items, only gold, even the .genitem is already set in all mobs, genitem files also set in glogicserver.rcc ang all gen id is set already in item.isf, encryption of all files is everything ok, but still no drop item.

my default drop rate in default.c
fITEM_DROP_SCALE19.1f//item drop ratefITEM_DROP_LOWER_SCALE11.5f//rare item drop rate

i try also to increase drop item rate using command, but still no luck,

anyone have an idea about this problem?

thanks in advanced
Check in crow.mns
What mobs used genitem and find in glogicserver what name genitem
And che k in item.isf type the item for drops for mobs

 
Upvote 0
Back
Top