Leecher
Members-
Content Count
49 -
Joined
-
Last visited
About Leecher
-
Rank
Advanced Member
Recent Profile Visitors
2187 profile views
-
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!
-
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})
-
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!
-
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.
-
Hi, The "itemdbconverter.pl" tool is working. But, this thing is flooding the console: Is there a fix for this?
-
Thanks! It works!
-
Up!
-
Fixed! Oh that is why, stupid me. Thanks!
-
Hi, I wonder what the heck this error is from? Git commit: fb2fc548cab17a504fc59d0d622814783f08c92e
-
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!
-
Leecher reacted to an answer to a question: [RESOLVED] Weird error ([Debug]: at ..\src\map\npc.c:1432)
-
[RESOLVED] Weird error ([Debug]: at ..\src\map\npc.c:1432)
Leecher replied to Leecher's question in General Server Support
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! -
[RESOLVED] Weird error ([Debug]: at ..\src\map\npc.c:1432)
Leecher replied to Leecher's question in General Server Support
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 -
[RESOLVED] Weird error ([Debug]: at ..\src\map\npc.c:1432)
Leecher posted a question in General Server Support
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! -
Client Crash (changelook <look type>,<look value>;)
Leecher posted a question in Client-Side Support
Hi, I wonder why I am experiencing this issue. I am using 2013-08-14aRagexe client. Is there something wrong? Thanks! -
Oh! I love you herc.ws! Thank you!