Jump to content

Leecher

Members
  • Content Count

    49
  • Joined

  • Last visited

About Leecher

  • Rank
    Advanced Member

Recent Profile Visitors

2081 profile views
  1. Hi, I have noticed that rAthena have this: https://github.com/rathena/rathena/tree/master/npc/re/quests/newgears For the Eden Group Crystal Synthesis: http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis Can you guys covert this into hercules compatible? Thanks!
  2. Thanks for the reply, but it doesn't work that well for some reason. I don't know if it's a bug for the *checkquest(<ID>{,PLAYTIME|HUNTING})
  3. Hi, I am requesting this script. I have tried but failed and I don't know why. It should work, but it's not. Here's the link: https://github.com/rathena/rathena/commit/a3dbbe2 Thanks!
  4. item's AegisName is case sensitive, so just do the same as mentioned in your item_db, change Piece_of_Cake to Piece_Of_Cake. That's the only I can capture to PrintScreen. Because my pc hangs immediately. The whole db converted by "itemdbconverter.pl" from hercules tools produces this.
  5. Hi, The "itemdbconverter.pl" tool is working. But, this thing is flooding the console: Is there a fix for this?
  6. Fixed! Oh that is why, stupid me. Thanks!
  7. Hi, I wonder what the heck this error is from? Git commit: fb2fc548cab17a504fc59d0d622814783f08c92e
  8. Hi, How to hide the user count from the client? I forgot how-to. I remember I can only hide this by changing the <langtype>1</langtype>. But it's not working. Maybe because I use 2013-08-14aRagexe client. Please Help! Thanks!
  9. FIXED! I didn't see it, no conflicts because I add to ignores list the inter-server.conf, maps-server.conf, char-server.conf to avoid to accidentally add and commit it for my server, specifically the IP's. Therefore, that causes the trouble. Thanks!
  10. From line 1429 to 1435 if ( SQL_ERROR == SQL->StmtPrepare(stmt, "SELECT `name`, `itemid`, `amount` FROM `%s`", map->npc_market_data_db) || SQL_ERROR == SQL->StmtExecute(stmt) ) { SqlStmt_ShowDebug(stmt); SQL->StmtFree(stmt); return; } SqlStmt_ShowDebug(stmt); <<< Line 1432
  11. Hi, I don't know how to fix this error. I am merging the updated revisions to my localpc then this happens. My last update was June 2, 2014. Please help, thanks!
  12. Hi, I wonder why I am experiencing this issue. I am using 2013-08-14aRagexe client. Is there something wrong? Thanks!
  13. Oh! I love you herc.ws! Thank you!
×
×
  • Create New...

Important Information

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