Hello guys!
First of all I'd like to inform you I'm very weak in German speech, so officialy I will use English.
Ok, I describe my current problem with server...
As you all know, global drop (for all mobs) is stored in common_drop_item.txt file wich is structure looks like pattern below
And here it is a piece of entries in my file:
The thing is, server is running almost perfectly, but desired scroll (25040) in NOT DROPPING AT ALL! (Like the other items in common_drop_item.txt). In short...
Server is reading this drop file, but it seems it's not reading values written in, but etc_drop and other drop files are read and executed correctly.
Any help would be appreciated.
PS: syserr on serverside is not reporting any issues with drop.
PS 2: If I'm mistake in my post, please correct me.
Thank You all for attention :)
First of all I'd like to inform you I'm very weak in German speech, so officialy I will use English.
Ok, I describe my current problem with server...
As you all know, global drop (for all mobs) is stored in common_drop_item.txt file wich is structure looks like pattern below
Code:
CATEGORY (tab)from_level(tab)to_level(tab)percentage(tab)item_vnum(tab)some_number
Code:
SCROLLS (tab)30(tab)80(tab)100(tab)25040(tab)2500
Server is reading this drop file, but it seems it's not reading values written in, but etc_drop and other drop files are read and executed correctly.
Any help would be appreciated.
PS: syserr on serverside is not reporting any issues with drop.
PS 2: If I'm mistake in my post, please correct me.
Thank You all for attention :)