Jump to content

Darkpurple

Members
  • Posts

    187
  • Joined

  • Last visited

Everything posted by Darkpurple

  1. Error when save as... .Rgz file in version 1.7.6....
  2. I also want to ask this question too.
  3. https://rathena.org/board/topic/101092-packet-obfuscation-support/page-3#entry283495
  4. 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`?
  5. 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) ?
  6. 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......
  7. It is not compatible with the last Git Rathena, few important bugs need to fixed...
  8. 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.
  9. 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 ?
  10. If you try , you will got the bug same as mine.
  11. Do you using last git and try to used autotrade?
  12. 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......
  13. No one has this problem / bug ? This would be the serious bug.
  14. 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.......
  15. I make sure your one isn't the last Git of Rathena.
  16. 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.
  17. Welcome Back, NICE!!:) Also I saw some interesting topics in hercules: http://hercules.ws/board/topic/8192-restock-system/ and http://hercules.ws/board/topic/8213-warp-hit-delay/
  18. It seem that rathena changed some structure in vending.c since here: https://github.com/rathena/rathena/commit/7fcacb64c44f4305352d55dc12390aaaa8882997 So that this diff does not working on last Git rathena. We need to hope that napster if had time to fixed it...
  19. I got the problem same as you, it showed error in last Git rathena: [Error] : run_script: infinity loop ! [Debug] : source (NPC) : BKInit (invisible/not on a map)
  20. Here" http://rathena.org/board/topic/98070-extended-cell-pvp-17/
  21. 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.!
  22. 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...