Hello,
This is my first post since the very beginning of joining rAthena. ?
I would like to ask about how to separate shops inside npc_dynamic_shop.txt, and put each separated shop into a single NPC.
===========================================================
"Is it possible to separate those shops and put it into a different NPC?"
I already tried to copy the contents of npc_dynamic_shop.txt, put it into another NPC script, and modify:
- changing quest_shop into quest_shop1, quest_shop2, etc (so I thought if this event is different, it won't call the main event).
- changing qshop function into qshop1, qshop2, etc.
- deleting add(2..... and add(3.... into separate NPC script.
but when I put these and activate the NPC, it won't open the shop.
"Should the functions (Add, Chk, Slot, and function script qshop) also copied into that new NPC script?"
"Should the Dummy Shop Data also copied & modified?"
I already tried to google = "site:rathena.org separate shops from npc_dynamic_shop" but unfortunately there are no results for this.
Sorry if my English is bad.
Thank you.