Purchase NPC with new currency

10/21/2020 15:26 wlsska1764#1
MaFl_MountShop
{
setting
{
AddMenu( MMI_TRADE );
//{
SetVenderType( II_SYS_SYS_SCR_PERIN );

In Flyflyff, if you set the character.inc file like that, you could purchase items from npc at low items.

You don’t have to set it like that right now.

Any tips to fix it?
10/22/2020 12:45 LookAtTheFlower#2
Are you talking about __ADDSHOPITEM ? when you can write in character.inc for example:
Code:
AddShopItem( 1, II_SYS_SYS_SCR_BXFSNOWMAN01 );
If you are so:

Mover.cpp

Project.cpp
then add __ADDSHOPITEM to Neuz & WorldServer "VersionCommon.h" and compile.