Search results

  1. K

    script_command call NPC

    Helo guys, I want to make a request How to make a script_command call NPC function? Thank You
  2. K

    Reject From Server

    this server already test on my PC and work fine the problem come on VPS i even change the folder name to our old emulator, still didn't work
  3. K

    Reject From Server

    Helo guys, i got problem when installing Hercules Our server: VPS CentOS mmo.h #ifndef PACKETVER #define PACKETVER 20120410// #define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in...
  4. K

    NDG Protection

    No Delay Grf Protection NDG Protection is a src modification to make sure NDG,speed hack, WPE Users still follow the rules. History: This is a simple code, which we have made since long to minimize the NDG User. The first way to solve NDG, we add a cooldown for skills that dosn't has a...
  5. K

    Request 9 digit damage & heal

    Hi friend, i want to request about 9digit damage & heal for 2013 client Would you like to share please Thank you
  6. K

    [Suggestion] Monster Control to Hercules

    Before i found that "Memorial Wave Map exist on map index" Then i search about it and found this link I hope Hercules Apply monster Control because thats related to official Memorial Dungeon Thank You
  7. K

    Move rAthena to Hercules

    hi guys I want to request SQL query to move safely from rAthena to Hercules.   This is my query, but still need for items and i don't need the logs query   CREATE TABLE IF NOT EXISTS `sql_updates` ( `timestamp` int(11) unsigned NOT NULL, `ignored` enum('Yes','No') NOT NULL DEFAULT 'No'...
  8. K

    Discussion about HPM - Bg create

    Helo guys i tried to convert my mod to HPM, i got error when compile, I certainly write in wrong format This is the MOD --- a/src/map/battleground.c+++ b/src/map/battleground.c@@ -187,6 +187,21 @@ int bg_create(unsigned short mapindex, short rx, short ry, const char *ev, const return...
  9. K

    New Instance System

    I suggest hercules implement this Instance rewrite thank You
  10. K

    Battleground without waiting room

    I found the difference between rAthena and Hercules. i try convert Bg Without waiting Room to hercules, and map always crash, i am sure, i made misatake here the patch that i modified, maybe somebody here could convert it perfectly battleground.patch CMIIW  
  11. K

    Hard to Implement with HPM

    Im on WIndows, i followed every instruction WINDOWS but still i can't use @dance and then i read guide for LINUX , WTF the guide least than half of Windows =.=" Any suggestion, how to apply patch using HPM for windows? maybe more simple guide Thank You /thx
  12. K

    [Kichi]'s Service - Source, Script, Server Support & Etc

    ===== Kichi Service ==== Main Service: Build Up Server (till ready to play ) Source Modification (based on request) NPC Scripting Other Service: Basic Client Side(diff, modification) Design (loading screen, custom icon, button, etc) Something that i can't do: Modify other mod with...
  13. K

    BrowEdit make deep sea lightmap

    Helo, i just want to know How to set lightmap looks like deep sea? (iz_dun03, 04 05) thanks
  14. K

    Custom Global Message

    Helo, i need help to solve my problem that is void clif_GlobalMessage(struct block_list* bl, const char* message) { char buf[100]; int len; unsigned long color1 = strtoul("0x00FFFF",NULL,0); // DEFAULT: BLUE SEA nullpo_retv(bl); if(!message) return; len = strlen(message)+1; if( len &gt...
  15. K

    Item Shop client

    I don't know where to put my request, maybe this is client and source Oke i want to make request about client and source snipet that support Shop Item windows Delete this thread if imposible
Back
Top