I received this error inside eh_xxx.log file whenever I click the "trade" in the NPC Is inside the game.
I have implemented the snippet __ADDSHOPITEM and I have added items to the NPC Is via like exactly like this:
I have also made all of those items shop-able from = to 1 in the column Z in the file Spec_Item.txt.
I have also made the column M into it's desired price from = to xxx.
What did I miss? Thank you so much!
Code:
VENDOR//Is
Code:
AddShopItem(0, II_SYS_SYS_SCR_SOKCHANG); AddShopItem(0, II_SYS_SYS_SCR_LEVELDOWN02); AddShopItem(0, II_SYS_SYS_SCR_LEVELDOWN01); AddShopItem(0, II_SYS_SYS_SCR_RANDOMSTA); AddShopItem(0, II_SYS_SYS_SCR_RANDOMSTR); AddShopItem(0, II_SYS_SYS_SCR_RANDOMDEX); AddShopItem(0, II_SYS_SYS_SCR_RANDOMINT);
I have also made the column M into it's desired price from = to xxx.
What did I miss? Thank you so much!