TalesOfRagnarok 0 Posted March 16, 2019 All of Donation NPC scripts that I search and use here are not working anymore Can I request for a donation NPC that uses Item ID: 7179 Proof of Donation ? with menu Headgear Usables Weapons Accesories Armors Garments Costumes Quote Share this post Link to post Share on other sites
0 Kuroe 5 Posted March 16, 2019 https://github.com/HerculesWS/Hercules/blob/stable/npc/custom/quests/quest_shop.txt try using this one? setarray .Shops$[1],"Headgears","Weapons","Other"; Where Shop #1 is Headgears, #2 Weapons, #3 Other Add(1,5022,1,0,0,7086,1,969,10,999,40,1003,50,984,2); // Add(<shop ID>,<reward ID>,<reward amount>, // <Zeny cost>,<point cost>, // <required item ID>,<required item amount>{,...}); Sample: Add(1,909,1,0,0,7179,1); Reward to be given: Jellopy Amount: 1 Zeny needed: 0 Cashpoints needed: 0 required item(s):Proof of donation Amount : 1 Quote Share this post Link to post Share on other sites
0 TalesOfRagnarok 0 Posted March 16, 2019 Thank you Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted March 18, 2019 more like thishttps://github.com/HerculesWS/Hercules/blob/stable/doc/sample/npc_trader_sample.txt .https://github.com/AnnieRuru/Release/blob/master/Guides/Compare dynamic shop between rAthena %26 Hercules.md#callshop-vs-openshop btw, saw same topic in rathenahttps://rathena.org/board/topic/118526-donation-npc-request/ Quote Share this post Link to post Share on other sites
All of Donation NPC scripts that I search and use here are not working anymore
Can I request for a donation NPC that uses Item ID: 7179 Proof of Donation ?
with menu
Headgear
Usables
Weapons
Accesories
Armors
Garments
Costumes
Share this post
Link to post
Share on other sites