• 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.

[Tutorial] Changing list Drop

Experienced Elementalist
Joined
Jan 24, 2011
Messages
283
Reaction score
4
[Tutorial Arcturus] Changing list Drop

Go ITEM_DROP.STB look for the monster that wants to change the drop and pick up the drop column id, go to list_drop.stb find the id of the drop and drop to change the way you want!

The numbers of drops are made up of a maximum of 5 numbers!

type and id

Example: 11303

11 = Type
303 = Item Id (Garnet [3] in this case)

when the id of the item numbers are less than 3 0 are placed one in place of the first number!

Example: 12023

12 = Type
023 = Id

When the type has less than two digits do not add anything put only the type!

example:

7247

Type = 7
247 = Item Id (Socket Ring in the case)
 
Last edited:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Please note that this STB file is not used in any of the OS servers from osrose.
Drops for those servers are loaded in from the database, NOT the STB
 
Experienced Elementalist
Joined
Jan 24, 2011
Messages
283
Reaction score
4
I made this tutorial to Arcturus so I'm posting here in Ragezone, if for OsRose I think the more appropriate to post on forum dev-osrose!
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Just wanted to head off anyone whining about why it isn't working with their dev rev 3 server.

We have just as many people here using osrose as we do using arc.
 
Experienced Elementalist
Joined
Jan 24, 2011
Messages
283
Reaction score
4
Ready, I specify the version of the tutorial in the title!
 
Back
Top