Donation NPC Request -

TalesOfRagnarok

New member
Messages
3
Points
0
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

 
Last edited by a moderator:
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:
 

Code:
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
 
Back
Top