• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help] Penya is not droping

Newbie Spellweaver
Joined
Jan 31, 2014
Messages
38
Reaction score
0
Hey guys :)
I'm running a server but when I kill monsters they don't drop penya
Help please :)
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
propMoverEx.inc

DropGold(MIN, MAX);

Per each monster, this is common with using a v19 propMoverEx as it doesn't have penya in it. You'll have to do it manually per mob.
 
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
38
Reaction score
0
propMoverEx.inc

DropGold(MIN, MAX);

Per each monster, this is common with using a v19 propMoverEx as it doesn't have penya in it. You'll have to do it manually per mob.

Thanks :) Iv'e fixed it already anyway, I have replaced the propMoverEx I had with v15 one, is that ok?
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Thanks :) Iv'e fixed it already anyway, I have replaced the propMoverEx I had with v15 one, is that ok?

Yes and no, it's fine u did that but... Monsters u have added that can be killed in game need to be added to the propMoverEx otherwise it will crash on kill.

So its fine you added the 15 propMoverEx, u just now need to add all the monsters from 16 and upwards to avoid any issues.
 
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
38
Reaction score
0
Yes and no, it's fine u did that but... Monsters u have added that can be killed in game need to be added to the propMoverEx otherwise it will crash on kill.

So its fine you added the 15 propMoverEx, u just now need to add all the monsters from 16 and upwards to avoid any issues.

Ok! Thank you! <3
 
Back
Top