Napster Posted January 28, 2015 Author Posted January 28, 2015 try check src/map/buyingstore.hmake 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 Quote
VladimirCastro Posted January 29, 2015 Posted January 29, 2015 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_ Quote
Darkpurple Posted January 29, 2015 Posted January 29, 2015 (edited) 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. Edited January 29, 2015 by Darkpurple Quote
VladimirCastro Posted January 29, 2015 Posted January 29, 2015 2 days ago i installed that rathena usin git clone. Quote
Darkpurple Posted January 29, 2015 Posted January 29, 2015 2 days ago i installed that rathena usin git clone. I make sure your one isn't the last Git of Rathena. Quote
Darkpurple Posted February 6, 2015 Posted February 6, 2015 (edited) When player opened vending and restart server, showed this error on map-server: And the vending people doesn't reopen their shop when server restarted....... Edited February 6, 2015 by Darkpurple Quote
Darkpurple Posted February 11, 2015 Posted February 11, 2015 (edited) When player opened vending and restart server, showed this error on map-server: QQ图片20150207063136.png And the vending people doesn't reopen their shop when server restarted....... No one has this problem / bug ? This would be the serious bug. Edited February 11, 2015 by Darkpurple Quote
Napster Posted February 19, 2015 Author Posted February 19, 2015 @Darkpurplewhen disable Ex vending found problem ?and Enable you can post GDB dump when map server crashing ? Quote
Darkpurple Posted February 21, 2015 Posted February 21, 2015 @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...... Quote
Archetype Saber Posted February 21, 2015 Posted February 21, 2015 oohh ~ it's working on me :3 ty for the fixed version. Quote
Darkpurple Posted February 21, 2015 Posted February 21, 2015 oohh ~ it's working on me :3 ty for the fixed version. Do you using last git and try to used autotrade? Quote
Archetype Saber Posted February 22, 2015 Posted February 22, 2015 no I didn't, lol but its seems, not working right ? Quote
Darkpurple Posted February 22, 2015 Posted February 22, 2015 no I didn't, lol but its seems, not working right ? If you try , you will got the bug same as mine. Quote
Radian Posted March 19, 2015 Posted March 19, 2015 @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. Quote
Darkpurple Posted March 19, 2015 Posted March 19, 2015 @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 ? Quote
Radian Posted March 19, 2015 Posted March 19, 2015 @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 ? For me I did encounter it.. ill do a test and see what is the result.. Quote
Darkpurple Posted April 2, 2015 Posted April 2, 2015 (edited) I am looking for someone can help me fixed the last rathena bug for this patch.I am willing to pay for fixing. Please PM me. Edited April 2, 2015 by Darkpurple Quote
Loke Posted April 16, 2015 Posted April 16, 2015 Is it possible that you can add the feature that the you can modify the max value of specific item in vend. Example : ITEMID : 7227 MAXVENDPRICE:1000 So the player can't vend it Overprice. Quote
Lord Ganja Posted April 16, 2015 Posted April 16, 2015 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 Quote
Darkpurple Posted April 17, 2015 Posted April 17, 2015 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... Quote
Lord Ganja Posted April 17, 2015 Posted April 17, 2015 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 Quote
Darkpurple Posted April 17, 2015 Posted April 17, 2015 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...... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.