Random item options

arthurgalo

New member
Messages
3
Points
0
hey guys, i want to have random options on my offline server, but i don't know how to do it, if someone could help me, i want like the zero or transcendence i think

I don't know if i'm posting on the right place

Thanks!!

 
I think I have answered in your email regarding this...

Anyway for everyone who's lost as well in implementing item options...

create a group in db/option_drop_groups.conf (this is where you categorize random options groups)

Example: (You just need to follow the instruction inside the conf file)

group1: {

},

group2: {

},


then you need to edit mob_db drops and add your option group



example: the mob you want to test has this drops:
Drops: {
Jellopy: 7000
Knife_: 100
Sticky_Mucus: 400
Apple: 1000
Empty_Bottle: 1500
Apple: 150
Unripe_Apple: 20
Poring_Card: 1
}



to add group for the knife, edit the line of knife and add the group you want depending on which option group you want to take the options

  Knife_: 100,"group1"  



 there is item_options.conf in the db folder which holds all the item options available




this is what i have answered in his email as well

 
Back
Top