Problem with common_drop_item.txt

07/29/2013 08:53 Cetus#1
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

Code:
CATEGORY
(tab)from_level(tab)to_level(tab)percentage(tab)item_vnum(tab)some_number
And here it is a piece of entries in my file:
Code:
SCROLLS
(tab)30(tab)80(tab)100(tab)25040(tab)2500
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 :)
07/29/2013 09:41 SinSay#2
Code:
1	120	0.05	27994	50000		1	120	0.05	27994	50000
Hi you need to specify an item 2 times. then it should go.
07/29/2013 10:34 Cetus#3
You know, I was analyzing my old common_drop_item (probably from SF by Rain AD 2006)
and I found something strange about those files, but I Was too furious to see the differences between those files, thanks :)
I'l check your idea and I give edit to this post.

YES!!! It's fully working now! I Don't know how to thank you :)
Moderators can close this topic :)