Jump to content
Sign in to follow this  
djlaw69

Assign random option to item on drop

Recommended Posts

2 hours ago, djlaw69 said:

It's been a while since I have been on, but I seen that the Random Item Option was added:

Is there a method to assign that Random Option when an item is dropped from by a mob?

Something like this: https://rathena.org/board/topic/110774-crimson-weapons-and-item-random-options-drop-support/

Do you mean this??  Random Option

Edited by melv0

Share this post


Link to post
Share on other sites
7 hours ago, djlaw69 said:

That allows you to add random bonuses, but does it allow them on drop or only through an NPC?

 

just add on folder item_db.conf

ex:

{
	Id: 1201
	AegisName: "Knife"
	Name: "Knife"
	Type: "IT_WEAPON"
	Buy: 50
	Weight: 400
	Atk: 17
	Range: 1
	Slots: 3
	Job: {
		Novice: true
		Swordsman: true
		Magician: true
		Archer: true
		Merchant: true
		Thief: true
		Knight: true
		Wizard: true
		Blacksmith: true
		Hunter: true
		Assassin: true
		Crusader: true
		Sage: true
		Rogue: true
		Alchemist: true
		Bard: true
		Soul_Linker: true
		Ninja: true
		Kagerou: true
	}
	DisableOptions: true/false    <<<<<< (boolean, defaults to false !!for equipments only!!) [Smokexyz]
	Loc: "EQP_WEAPON"
	WeaponLv: 1
	Subtype: "W_DAGGER"
},

 

Share this post


Link to post
Share on other sites

Randomized drops not support by hercules for now.

You can try create plugin for this.

Share this post


Link to post
Share on other sites
15 hours ago, 4144 said:

Randomized drops not support by hercules for now.

You can try create plugin for this.

ouw i don't know about that sorry :astonished:

Share this post


Link to post
Share on other sites
21 hours ago, 4144 said:

Randomized drops not support by hercules for now.

You can try create plugin for this.

Figured as much but was worth asking, thanks for the reply.

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.