Jump to content

Sanasol

Members
  • Content Count

    43
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Sanasol

  1. rathena implemented their own src vending db(also web part they should do or already did dont know), my mod is not actual anymore we also implemented vending db for autotrade consistency, that is why we wanted you also we like yours better xD link to commit
  2. rathena implemented their own src vending db(also web part they should do or already did dont know), my mod is not actual anymore
  3. not use host address. In mysql info put localhost or 127.0.0.1
  4. Some fixes for both versions. FluxCP my and Yommy src Standalone my and Yommy src Thank RagnaOk for providing the veeery big data to detect bugs: http://ragnaok.net/vending_database/
  5. looked extended vending code, i think it should work. Just on the site will show that the price zeny, but in the name of the store kind of like to show the correct currency
  6. Compiling plugin wihtout errors/warnings but when server start it can't load plugin (failed to load skipping) /* run when server is ready (online) */HPExport void server_online (void) { vending = GET_SYMBOL("vending"); vending->purchase = myplugin_purchasereq; do_init_myplugin();} Without overloading plugin load normally try to put overloading into plugin_init, and again "failed to load skipping" HPExport void plugin_init (void) { StrBuf = GET_SYMBOL("StrBuf"); SQL = GET_SYMBOL("SQL"); map = GET_SYMBOL("map"); iMap = GET_SYMBOL("iMap"); mapit = GET_SYMBOL("mapit"); iTimer = GET_SYMBOL("iTimer"); vending = GET_SYMBOL("vending"); vending->purchase = myplugin_purchasereq;} Server under Ubuntu Server 13.04
  7. http://herc.ws/board/topic/2112-web-vending-database-standalone-and-fluxcp-addon/?p=14299 rdy for Yommy plugin
  8. Flux fix named item Flux fix refine array https://github.com/S-anasol/sanasol/commit/ed5d5ef1ce0f6481be1da7dda082ece16a44766d Added Yommy's src version for flux and sa scripts Yommy Flux https://github.com/S-anasol/sanasol/tree/master/merchant_db_flux_yommy Yommy Standalone https://github.com/S-anasol/sanasol/tree/master/merchant_db_yommy
  9. Fix for named item Fix require paths Fix refine array Commit: https://github.com/S-anasol/sanasol/commit/d14166acda05f31e9b8460f824882523b64a91cf
  10. Oops typo Notice: Undefined offset: 0 in C:Xampphtdocshervendorconfig.php on line 21Notice: Trying to get property of non-object in C:Xampphtdocshervendorconfig.php on line 21Notice: Undefined offset: 0 in C:Xampphtdocshervendorconfig.php on line 22Notice: Trying to get property of non-object in C:Xampphtdocshervendorconfig.php on line 22 That means "item"(card id from slot) not found, need add some check
  11. it absolutely other addon this is all my code, except .gat read class
  12. Patch for Hercules ready https://github.com/S-anasol/sanasol/blob/ea8588531d955be28f722c1d73902ac08db224b3/merchant_db_hercules_source.patch
  13. did you try with hercules? i think it must work
  14. Source inserting shop info into database. Few source lines and a little bit of magic php + js Decorated with new Twitter Bootstrap Remake of this http://www.eathena.ws/board/index.php?showtopic=255406 /oops Installation Screenshots Main page Map position tooltip For map showing need *.gat files Approximate position, accurate display at map could not to achieve And Search Item images very old, you need to add the new items FluxCP Screens Demo FluxCP Demo Sources My src versions: Hercules SRC Patch + web Standalone or FluxCP Yommy src versions: Standalone or FluxCP [NEW 04.20.14] Hercules src version: FluxCP Sources is absolutely free, but if you want you can do donation
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.