How to make custom shops easily (__ADDSHOPITEM)

Newbie Spellweaver
Joined
Jun 15, 2014
Messages
20
Reaction score
2
ok thx so much that work ! only 1 time
i try to add other items but world server crash. I open help section i don't understand why

Error logs? Also, check the item in propItem or Spec_Item if it's shoppable or something.
 
Newbie Spellweaver
Joined
Jul 3, 2022
Messages
22
Reaction score
0

The V19 Code already has this

#endif //__CSC_VER11_3 } if( fShop ) g_UserMng.AddVendor( this ); } }}

Should we keep the if( fShop ) g_UserMng.AddVendor( this ); line?