Jump to content
  • 0
Sign in to follow this  
IILeonII

ShowDropEffect

Question

Hello, I have been trying to add ShowDropEffect to RagZero for a few days, but without success.

 

   ShowDropEffect: true/false    (boolean, defaults to false)
    DropEffectMode: Effect Type   (int, default to 0)

 

I appreciate anyone who can help me.

Sem título.png

 

I would like it to be like this

47376869-72bea700-d6fc-11e8-955a-ef1454b

Edited by IILeonII

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 1
{
	Id: 909
	AegisName: "Jellopy"
	Name: "Jellopy"
	Buy: 6
	Weight: 10
	BuyingStore: true
	ShowDropEffect: true
	DropEffectMode: 2
},

screen2020Hercules025.jpg

 

 

https://github.com/HerculesWS/Hercules/blob/stable/doc/item_db.txt#L374-L381

 

your client needs to support 0xadd packet, which is 20180418 and above

Edited by AnnieRuru

Share this post


Link to post
Share on other sites
  • 0
18 hours ago, AnnieRuru said:

{ Id: 909 AegisName: "Jellopy" Name: "Jellopy" Buy: 6 Weight: 10 BuyingStore: true ShowDropEffect: true DropEffectMode: 2 },


{
	Id: 909
	AegisName: "Jellopy"
	Name: "Jellopy"
	Buy: 6
	Weight: 10
	BuyingStore: true
	ShowDropEffect: true
	DropEffectMode: 2
},

screen2020Hercules025.jpg

 

 

https://github.com/HerculesWS/Hercules/blob/stable/doc/item_db.txt#L374-L381

 

your client needs to support 0xadd packet, which is 20180418 and above

Thank you

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.