Jump to content
  • 0
Sign in to follow this  
arthurgalo

Random item options

Question

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!!

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.