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!

Full drop list for maps 1-10

Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
Full drop list

Ever got tired of looking up every item id and mob id individually while editing drops?
Well, editing drops just got easier :cool:

I got tired of it myself and hated the idea that i do not have the whole overview about drops. That's why i decided to put together whole list of drops for every map to make editing drops much easier.

You can download full drop list from here.


The list is complete now :)


The list with all its tabs are best shown in

After you open the list .txt files in editor, you need to set the tab size to the max.
You can set it in Editor header menu like this:
View > Tab Size > Tab Size[16]

To make best use of the list while actually editing drops is using with

In notepad++ open 2 documents.
One World.txt from my list and the World-terrain.scp with same World number from server files.
Then click ALT+D to compare those 2 files and you can start editing.

This is how you can have best use of my list

1. Make a copy from all the files of my drop list before you start editing.
- In this way you will have one original list and second one customized for your own server.
2. Make all the changes you want to have in server, to my drop list, using Crimson Editor.
- It's best to use that editor cuz tabs are not jumbled in there.
3. Save the drop list
4. Open your customized Worldxx drop list with Notepad++
5. Open Worldxx-terrain.scp of your server files with Notepad++
- World numbers must match.
6. Compare those 2 files with clicking ALT+D on your keyboard.
7. Synchronise your server files with your customized drop list.
8. Save it and apply your edited Worldxx-terrain.scp to your server.

( Well, this is how I edit my drops.. you can always use your own method ^_^ )
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
I was wondering why the Mobs at Pontus Ferrum or Mutant Forest doesn't include the drops for Crafted Forciums with SSA/MSA options.

All forcium in pf and mf are amp slot + craft by default, the OptPoolIdx will declare what option will drop have.
 
Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
I think you got it bit wrong how it works, i will explain it a bit.

Lets take one forcium WI helm drop from pontus ferrum for example.

186 Forcium Headpiece(WI) 281 0 .00011494252758620 164 176 14 0 13 0

It can be either m.amp or s.amp and it can have any crafted option.
That one line will have all the different drops for craft and amp slots.
Its same for every forcium item.
The crafted and sloted items are not listed separately except for some boss drops what will need to have some specific slot like in Berderk drops. And those are declared by ItemOpt (Those options i can add to list, cuz they are specific).

In conclusion, there is only one line, that declare all different options for that item.
 
Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
The drop list is now complete :)
I also added tiny guide how you can put it in best use.

Enjoy! :)


One request for moderators:

Can you please change the topic name from "Full drop list for maps 1-10 " to "Full drop list"

I edited it on edit but it does not change it :S
 
The Cat in the Hat
Legend
Joined
Oct 26, 2005
Messages
4,475
Reaction score
677
The drop list is now complete :)
I also added tiny guide how you can put it in best use.

Enjoy! :)


One request for moderators:

Can you please change the topic name from "Full drop list for maps 1-10 " to "Full drop list"

I edited it on edit but it does not change it :S

Well it has been changed but the forum cache is updated once per month i think...
 
Skilled Illusionist
Joined
Aug 14, 2004
Messages
337
Reaction score
1
When i find who dropped Chaos Lamp, White-Blue-Green-Red Soks ?
 
Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
Chaos Lamp is listed
for example in Bi common drop
Code:
9	Chaos Lamp		783	0	.07500000000000000	1	200	0	0	0	0
but the White-Blue-Green-Red Socks are not on default drop list.
My list matches the default list of chumpys repack 2.5

Everything that you want to put that is not listed you have to add manually. Just make new lines to the bottom of common or monster drop and specify just like you need. Or simply replace some old lines that you not need.
 
Skilled Illusionist
Joined
Aug 14, 2004
Messages
337
Reaction score
1
Oki thx, but when find who dropped from Chaos lamp and socks? Droped items from Chaos and Socks.
 
Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
Oh .. :)
That you can find in OptionPool.scp Lottery sections.
I havent tried to edit those so you have to figure out, how they work yourself.
 
Back
Top