IILeonII 0 Posted December 6, 2020 (edited) 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. I would like it to be like this Edited December 6, 2020 by IILeonII Quote Share this post Link to post Share on other sites
1 AnnieRuru 957 Posted December 7, 2020 (edited) { Id: 909 AegisName: "Jellopy" Name: "Jellopy" Buy: 6 Weight: 10 BuyingStore: true ShowDropEffect: true DropEffectMode: 2 }, 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 December 7, 2020 by AnnieRuru 1 IILeonII reacted to this Quote Share this post Link to post Share on other sites
0 IILeonII 0 Posted December 7, 2020 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 }, 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 Quote Share this post Link to post Share on other sites
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.
I would like it to be like this
Share this post
Link to post
Share on other sites