Jump to content

Darkpurple

Members
  • Posts

    187
  • Joined

  • Last visited

Posts posted by Darkpurple

  1.  

     

     

    What number is showed in your vending.sql table of COLUMN `extended_vending_item`?

    Can you confirmed the shop reopened is using "Cash trading"(Not Zeny) ?

     

    Yeah. It's working well for me. I tried cash, zeny, and item. and they are reloaded after the server restart.

    [info]: Vending loaded for 'LordGanja1' with '1' items at turbo_room (77,132)
    [info]: Vending loaded for 'LordGanja2' with '1' items at turbo_room (77,129)
    [info]: Vending loaded for 'LordGanja3' with '1' items at turbo_room (77,128)

     

    What number is showed in your vending.sql table of COLUMN `extended_vending_item`?

    Can you showed the screenshot of vending.sql table of COLUMN `extended_vending_item`?

  2.  

     

     

     

    After buying an item from a vending char I got this warning

    [Warning]: itemdb_search: Item ID 0 does not exists in the item_db. Using dummy data.
    

    Any ideas why?

     

    Im using latest git

     

    It is not compatible with the last Git Rathena, few important bugs need to fixed...

     

    Seems working fine for me. But I just want to get rid of the warning XD

     

     

    Did you turned on autotrade function ?

    The problem is When player opened vending and restart server, the vending people doesn't reopen their shop when server restarted...... 

     

    This is also working fine for me. Vendors reopen their shop whenever server is restarted.

    [Info]: Vending loaded for 'LordGanja' with '1' items at turbo_room (77,129)

     

    What number is showed in your vending.sql table of COLUMN `extended_vending_item`?

    Can you confirmed the shop reopened is using "Cash trading"(Not Zeny) ?

  3.  

     

    After buying an item from a vending char I got this warning

    [Warning]: itemdb_search: Item ID 0 does not exists in the item_db. Using dummy data.
    

    Any ideas why?

     

    Im using latest git

     

    It is not compatible with the last Git Rathena, few important bugs need to fixed...

     

    Seems working fine for me. But I just want to get rid of the warning XD

     

     

    Did you turned on autotrade function ?

    The problem is When player opened vending and restart server, the vending people doesn't reopen their shop when server restarted...... 

  4.  

     

    @Darkpurple

    when disable Ex vending found problem ?

    and Enable you can post GDB dump when map server crashing ?

    Map Server didn't crashed.

    The problem is When player opened vending and restart server, the vending people doesn't reopen their shop when server restarted......

     

     

    I encounter the same problem even though im not using the extended patch and it's default setup of rA. maybe the problem is not the extended.

     

     

    So do you mean this is the bug for original rathena ?

  5. i am little speak englist. i am test compile src.    

     

    bug       

    1.i can not use skill dispell attack player

    2. in pvp map( not cell pvp ) lower right player member  example 1/2 flashing alway.

     

     

    Napster please fix bug i cant use src cell pvp in rathena revision 12425

     

    Same bug 2 problem.

  6.  

     

    try check src/map/buyingstore.h

    make sure add vend_loot Struct of autotrader

     	char title[MESSAGE_SIZE]; ///< Store name
    +	unsigned short vend_loot;		// Extended Vending system [Lilith]
     	uint32 limit; ///< Maximum zeny to be spent (for buyingstore)
     	uint16 count; ///< Number of item in store
     	struct s_autotrade_entry **entries; ///< Store details

    cant find it here check my buyingstore.h

    // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
    // For more information, see LICENCE in the main folder
    
    #ifndef _BUYINGSTORE_H_
    #define _BUYINGSTORE_H_
    
    struct s_search_store_search;
    
    #define MAX_BUYINGSTORE_SLOTS 5
    
    struct s_buyingstore_item
    {
    	int price;
    	unsigned short amount;
    	unsigned short nameid;
    };
    
    struct s_buyingstore
    {
    	struct s_buyingstore_item items[MAX_BUYINGSTORE_SLOTS];
    	int zenylimit;
    	unsigned char slots;
    };
    
    char buyingstore_setup(struct map_session_data* sd, unsigned char slots);
    char buyingstore_create(struct map_session_data* sd, int zenylimit, unsigned char result, const char* storename, const uint8* itemlist, unsigned int count);
    void buyingstore_close(struct map_session_data* sd);
    void buyingstore_open(struct map_session_data* sd, uint32 account_id);
    void buyingstore_trade(struct map_session_data* sd, uint32 account_id, unsigned int buyer_id, const uint8* itemlist, unsigned int count);
    bool buyingstore_search(struct map_session_data* sd, unsigned short nameid);
    bool buyingstore_searchall(struct map_session_data* sd, const struct s_search_store_search* s);
    DBMap *buyingstore_getdb(void);
    void do_final_buyingstore(void);
    void do_init_buyingstore(void);
    
    void do_init_buyingstore_autotrade( void );
    void buyingstore_reopen( struct map_session_data* sd );
    
    #endif  // _BUYINGSTORE_H_
    
    

     

    What is your SVN version of rathena, I think yours isn't the newest one.

  7. I just came home.

     

    I want to see your Lua Files.

    Being able to confirm from the difference of the language might be only at a little.

    If it can reproduce your environment with that, it can squeeze the mark.

    So lucky that rathena reopen again!!!

     

    I sent you my lua file by private msg to your box, hope that can check and help me to find the problem, Thanks.! :(

  8.  

    I copy your files in my data / grf....but still no effect showd...

    WHY...? :(

    Have any file control the effect ?

     

    sorry.

    I had overlooked the part of here.

     

    Please try to recreate the client of 2013-12-23.

    (does not apply Ignore Missing File Error)

     

    Now, please verify whether the window of error comes out. 

     

     

    I recreated my 20131223 client without ignore missing file error...

    but it seem did not showed any error file..... :(

     

    I think maybe something wrong in accessoryid.lub / accname.lub will occur didn't showed effect problem?

×
×
  • Create New...