Napster Posted January 28, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
VladimirCastro Posted January 29, 2015 Group: Members Topic Count: 114 Topics Per Day: 0.02 Content Count: 298 Reputation: 4 Joined: 03/13/12 Last Seen: September 18, 2016 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted January 29, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
VladimirCastro Posted January 29, 2015 Group: Members Topic Count: 114 Topics Per Day: 0.02 Content Count: 298 Reputation: 4 Joined: 03/13/12 Last Seen: September 18, 2016 Share Posted January 29, 2015 2 days ago i installed that rathena usin git clone. Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted January 29, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Radian Posted February 6, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted February 6, 2015 Make sure you guys are using rAthena. Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted February 6, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted February 11, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Napster Posted February 19, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Author Share Posted February 19, 2015 @Darkpurplewhen disable Ex vending found problem ?and Enable you can post GDB dump when map server crashing ? Quote Link to comment Share on other sites More sharing options...
uDe Posted February 21, 2015 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Share Posted February 21, 2015 I really need this for eAthena.. Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted February 21, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Archetype Saber Posted February 21, 2015 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted February 21, 2015 oohh ~ it's working on me :3 ty for the fixed version. Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted February 21, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Archetype Saber Posted February 22, 2015 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted February 22, 2015 no I didn't, lol but its seems, not working right ? Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted February 22, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted March 14, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share Posted March 14, 2015 Not supported for the Last Git... Quote Link to comment Share on other sites More sharing options...
Radian Posted March 19, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted March 19, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Radian Posted March 19, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted April 2, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Loke Posted April 16, 2015 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 6 Joined: 12/20/11 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
Lord Ganja Posted April 16, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted April 17, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Lord Ganja Posted April 17, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share 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 Link to comment Share on other sites More sharing options...
Darkpurple Posted April 17, 2015 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
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.