Replies: 1 comment
-
It wouldn't take much for you to make your own: Custom NPCs in GM_HOME: There's an Accepting gil or items in an onTrade block: (npcUtil.tradeHasExactly(trade, { { 'gil', 1000 } }) or
npcUtil.tradeHasExactly(trade, xi.item.IMPERIAL_BRONZE_PIECE)) Complete a mission: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there a module already build for NPC to turns in currency for mission completion like zilart/cop/wotg, etc... thanks
Beta Was this translation helpful? Give feedback.
All reactions