Search results

  1. C

    how to fix this error when clicking create new character using 20211103 client

    Module Name: C:\Ragnarok Related\PC\Client.exe Time Stamp: 0x61823a71 - Wed Nov 3 15:29:53 2021 Exception Type: 0xc0000005 0x00868eb1 C:\Ragnarok Related\PC\Client.exe 0x00c27a2f C:\Ragnarok Related\PC\Client.exe 0x00846066 C:\Ragnarok Related\PC\Client.exe 0x00bb3c99 C:\Ragnarok...
  2. C

    script:parse_callfunc: not enough arguments, expected ','

    how to fix this error at script?
  3. C

    Inserting sql

    ALTER TABLE `char` ADD `achievement_points` INT CREATE TABLE IF NOT EXISTS `achievement_log` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ach_id` int(11) unsigned NOT NULL, `char_id` int(11) unsigned NOT NULL, `crdate` int(11) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `ach_id`...
  4. C

    Error in compiling using Centos OS but no error in compiling in Win OS

    /root/server$ make sql MAKE mt19937ar make[1]: Entering directory `/root/server/3rdparty/mt19937ar' CC mt19937ar.c make[1]: Leaving directory `/root/server/3rdparty/mt19937ar' MAKE libconfig make[1]: Entering directory `/root/server/3rdparty/libconfig' CC libconfig.c CC grammar.c CC...
  5. C

    bg_send_xy_timer and party_send_xy_timer error

    Help me to fix this error  this happen after i applied this diff thanks
  6. C

    ./configure command not found

    help me with this error
  7. C

    NO drop on the floor

    see the drop rates is very high but the floor can see any drop where should i start to fix this?
  8. C

    is there someone has this wing sprite

    wing sprite
  9. C

    all skill bypass the skill weapon requirements

    after i update the skill_db.txt to skill_db.conf suddenly all skill weapon requirements doesnt working all skills can be use without the required weapon can someone know where to look at it?
  10. C

    skillconverter not working

    my skillconverter not working i dont know why isnt working i have already installed python latest version
  11. C

    skill_db.txt to skill_db.conf

    how to converte skill_db.txt to skill_db.conf?
  12. C

    Plugins error when update

    help me about my old plugins got error when update some revision of my old files thanks
  13. C

    Compiler error lnk @clif.c

    this line make me having error from this //To identify disguised characters. static inline bool disguised(struct block_list* bl) { struct map_session_data* sd = BL_CAST(BL_PC, bl); if (sd == NULL || sd->disguise == -1) return false; return true; } to this //To identify disguised...
  14. C

    costume weapon skin error

    //===== Hercules Plugin ====================================== //= change equipment skin //===== By: ================================================== //= AnnieRuru //===== Current Version: ===================================== //= 1.1 //===== Compatible With...
  15. C

    Plugins error 1charpergm account

    1charpergm_0.2a.c: In function ‘plugin_init’: 1charpergm_0.2a.c:53:65: error: macro "addHookPre" passed 3 arguments, but takes just 2 addHookPre( chr, make_new_char_sql, char_make_new_char_sql_pre ); ^ 1charpergm_0.2a.c:53:2...
  16. C

    MVP ranking Statue

    Question: Why NPC's does'nt transform to the top MVP Player? Note: im using old hercules emulator //====== rAthena Script ====================================================== //= MVP ladder script //===== By: ================================================================== //= Rokimoki...
  17. C

    -bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory

    when applying command ./configure that error appear i already tried chmod a+x configure ./configure yum install dos2unixdos2unix ./configure yum install dos2unix dos2unix configure i cant still execute ./configure
Back
Top