Jump to content

Aruar

Members
  • Content Count

    3
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Aruar


  1. On 11/10/2016 at 10:35 PM, Easycore said:

    If someone have the same problem, a solution for this is:

     

    In ExtendedVending.c find:

     

    int bc_extended_vending; int bc_show_item_vending; int bc_ex_vending_info; int bc_item_zeny; int bc_item_cash;

    
    int bc_extended_vending;
    int bc_show_item_vending;
    int bc_ex_vending_info;
    int bc_item_zeny;
    int bc_item_cash;

    And replace for:

     

    int bc_extended_vending = 1; // Enable Extended Vending System int bc_show_item_vending = 1; // Show Currency Name in the Pub of Vending int bc_ex_vending_info = 1; // Show Information about buying int bc_item_zeny = 30000; // ItemID for Zeny, 0 to disable int bc_item_cash = 30001; // ItemID for CashPoints, 0 to disable

    
    int bc_extended_vending = 1; // Enable Extended Vending System
    int bc_show_item_vending = 1; // Show Currency Name in the Pub of Vending
    int bc_ex_vending_info = 1; // Show Information about buying
    int bc_item_zeny = 30000; // ItemID for Zeny, 0 to disable
    int bc_item_cash = 30001; // ItemID for CashPoints, 0 to disable

    Recompile after.

     

    This plugin is not reading "features.conf" correctly, so this has worked me momentarily, until Dastgr update this awesome Plugin.

     

    Regards

    Thanks, it solved my problem.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.