Jump to content

Expectra

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Expectra

  1. Tengo Un Pequeño Error ahora con la rAthena V. 17690 "0003-Added-Extended-Vending-System-by-Lilith" /omg

    /wah

    ..\src\map\skill.c(6370): warning C4013: 'clif_vend' sin definir; se supone que extern devuelve como resultado int
    ..\src\map\skill.c(6377): warning C4013: 'clif_displaymessagecolor' sin definir; se supone que extern devuelve como resultado int
    ..\src\map\skill.c(6377): error C2065: 'VEND_COLOR' : identificador no declarado
    ..\src\map\skill.c(16150): error C2065: 'VEND_COLOR' : identificador no declarado /hum
     
    ...\src\map\vending.c(74): warning C4013: 'clif_displaymessagecolor' sin definir; se supone que extern devuelve como resultado int
    ..\src\map\vending.c(74): error C2065: 'VEND_COLOR' : identificador no declarado
    ..\src\map\vending.c(153): error C2065: 'VEND_COLOR' : identificador no declarado
    ..\src\map\vending.c(164): error C2065: 'VEND_COLOR' : identificador no declarado
    ..\src\map\vending.c(169): error C2065: 'VEND_COLOR' : identificador no declarado
    ..\src\map\vending.c(175): error C2065: 'VEND_COLOR' : identificador no declarado /hum

     

    NO se que poner ay o como resolverlo que debo de hacer?? /sob

  2. Original topic and code here: link

    Idea: link

     

    When you use the skill vending there would be a menu that will pop up and you will choose what type of vending system do you like.

    • Zeny - You will purchase items using zeny..

    • Cashpoints - purchase items using cashpoints

    • Item(your desired item) - purchase item using your desired items..(Example: TCG-7227)

    You can enable or disable the cash / item in file db/item_vending.txt

    attachicon.gif5.PNG

    Vending title can be looks like: "[ITEM_ID] name"

    attachicon.gif2.PNG

    Version 1.8 preview:

    attachicon.gif3.PNG

    Changelog

    Version 1.4:

    • Added support file 'item_vending.txt' for vending currency items ( Suggest by V e r T i g O )
    • Some fixes
    • @reloaditemdb command will uprate item_vending.txt
    • Max item in item_vending.txt is 98 ( default MAX_INVENTORY-2 ) 1 for zeny, 2 for cash, 98 for your items.
    Version 1.5:
    • Now you can enable or disable Zeny/Cash in item_vending.txt. Just add/remove ID 30000 for Zeny or ID 30001 fo Cash Points
    • Removed battle_config.enable_cash_vending
    • Max items returned to MAX_INVENTORY
    Version 1.6:
    • Now you can turn on or turn off Extended Vending System ( see conf/battle/items.conf )
    • Now, if your file item_vending.txt contains only 1 item the Select Window will be skipped
    Version 1.7:
    • If file item_vending.txt is empty currency will be Zeny by default
    • Added two configs to file conf/battle/items.conf
    Version 1.8:
    • Added option for more info about buying ( see version 1.8 preview)
    • Added option for add/remove ITEM_ID name from vending board ( Suggest by Pneuma )
    • All settings moved from conf/battle/items.conf to conf/battle/feature.conf

    conf/battle/feature.conf

    >

    // Extended Vending System [Lilith]

    // Enable or disable extended vending system? (Note 1)

    extended_vending: yes

    // Show currency's name in vending board? (Note 1)

    show_item_vending: yes

    // Show more info about buying? (Note 1)

    ex_vending_info: yes

    // Item ID for Zeny. Set to 0 if you don't want use Zeny.

    item_zeny: 30000

    // Item ID for Cash. Set to 0 if you don't want use Cash.

    item_cash: 30001

    db/item_vending.txt

    // Specific items for Vending System

    // Format: ItemID

    // Max items is equal MAX_INVENTORY ( 100 by default )

    // TCG Card

    7227

    // Mithril Coin

    674

    // Silver Coin

    675

    // Bronze Coin

    673

    Modify your client data files:

    idnum2itemdisplaynametable.txt

    30000#Zeny#

    30001#Cash#

    idnum2itemresnametable.txt

    30000#±ÝÈ#

    30001#¹Ì½º¸±È­#

    Enjoy.

    New:

    rAthena only: attachicon.gifExtendedVendingSystem_1.8.1.patch

    attachicon.gifExtendedVendingSystem_1.8.patch

    Old:

     

     

    Tengo Un Error con Clif.c 

    \src\map\clif.c(15985): error C2143: error de sintaxis : falta ';' delante de 'tipo'
    ..\src\map\clif.c(15987): error C2143: error de sintaxis : falta ';' delante de 'tipo'
    ..\src\map\clif.c(15988): error C2143: error de sintaxis : falta ';' delante de 'tipo'
    ..\src\map\clif.c(15990): error C2065: 'sd' : identificador no declarado
    ..\src\map\clif.c(15992): error C2065: 'sd' : identificador no declarado
    ..\src\map\clif.c(15992): error C2223: el operando izquierdo de '->fd' debe señalar a struct/union
    ..\src\map\clif.c(15996): error C2065: 'd' : identificador no declarado
    ..\src\map\clif.c(15997): error C2065: 'd' : identificador no declarado
    ..\src\map\clif.c(16000): error C2065: 'd' : identificador no declarado
    ..\src\map\clif.c(16001): error C2065: 'd' : identificador no declarado
    ..\src\map\clif.c(16003): error C2065: 'c' : identificador no declarado
    ..\src\map\clif.c(16003): error C2065: 'd' : identificador no declarado
    ..\src\map\clif.c(16003): error C2065: 'i' : identificador no declarado
    ..\src\map\clif.c(16003): error C2065: 'i' : identificador no declarado
    ..\src\map\clif.c(16003): error C2065: 'i' : identificador no declarado
    ..\src\map\clif.c(16004): error C2065: 'item' : identificador no declarado
    ..\src\map\clif.c(16004): error C2065: 'i' : identificador no declarado
    ..\src\map\clif.c(16004): warning C4047: '=' : 'int' es distinto en los niveles de direccionamiento indirecto de 'item_data *'
    ..\src\map\clif.c(16004): warning C4047: '!=' : 'int' es distinto en los niveles de direccionamiento indirecto de 'void *'
    ..\src\map\clif.c(16005): error C2065: 'item' : identificador no declarado
    ..\src\map\clif.c(16005): error C2223: el operando izquierdo de '->nameid' debe señalar a struct/union
    ..\src\map\clif.c(16005): error C2065: 'item' : identificador no declarado
    ..\src\map\clif.c(16005): error C2223: el operando izquierdo de '->nameid' debe señalar a struct/union
    ..\src\map\clif.c(16006): error C2065: 'c' : identificador no declarado
    ..\src\map\clif.c(16006): error C2065: 'item' : identificador no declarado
    ..\src\map\clif.c(16006): error C2223: el operando izquierdo de '->nameid' debe señalar a struct/union
    ..\src\map\clif.c(16007): error C2065: 'c' : identificador no declarado
    ..\src\map\clif.c(16010): error C2065: 'c' : identificador no declarado
    ..\src\map\clif.c(16011): error C2065: 'sd' : identificador no declarado
    ..\src\map\clif.c(16011): error C2223: el operando izquierdo de '->menuskill_id' debe señalar a struct/union
    ..\src\map\clif.c(16012): error C2065: 'sd' : identificador no declarado
    ..\src\map\clif.c(16012): error C2223: el operando izquierdo de '->menuskill_val' debe señalar a struct/union
    ..\src\map\clif.c(16012): error C2065: 'skill_lv' : identificador no declarado
    ..\src\map\clif.c(16013): error C2065: 'c' : identificador no declarado
    ..\src\map\clif.c(16016): error C2065: 'sd' : identificador no declarado
    ..\src\map\clif.c(16016): warning C4047: 'función' : 'map_session_data *' es distinto en los niveles de direccionamiento indirecto de 'int'
    ..\src\map\clif.c(16016): warning C4024: 'clif_skill_fail' : tipos distintos para el parámetro formal y el parámetro real 1
    ..\src\map\clif.c(16017): warning C4098: 'clif_msgtable_num' : función 'void' que devuelve un valor
    ..\src\map\clif.c(16020): warning C4098: 'clif_msgtable_num' : función 'void' que devuelve un valor
     
    Ayuda por favor como resolverlo???
×
×
  • Create New...