Jump to content

Grimmjow

Members
  • Content Count

    17
  • Joined

  • Last visited

  • Days Won

    1

Grimmjow last won the day on April 30 2016

Grimmjow had the most liked content!

About Grimmjow

  • Rank
    Member

Profile Information

  • Github
    Jeagerjaques
  1. What is the problem? HP & SP factor 150 > 254 ? Hercules\db\pre-re\exp.txt //Base - Trans Jobs 254 Hercules\conf\map\battle\client.txt max_lv: 254 Hercules\src\common\mmo.h #define MAX_LEVEL 254
  2. You should probably provide more information with screenshots and crashdump The picture freezes and nothing happens!
  3. The last 5 updates to the emulator for no reason just crash! The picture freezes and nothing happens! What is the problem?
  4. Asking for help from experts! How can I get what I need based on this: http://herc.ws/board/topic/3554-ragnarok-episode-timeline/ 2009.12.23 : Episode 13.3 : El Dicastes ?
  5. I want to ask help from experts to adapt code for the latest version of Hercules. I tried to change, but not enough knowledge in src. Please help. Open clif.c Найти void clif_parse_GlobalMessage(int fd, struct map_session_data* sd) After: char *name, *message; int namelen, messagelen; Add: char prefix[255]; // prefix for timestamp [Qwadrat] time_t t = time(NULL); // time var [Qwadrat] Continue to find: // send message to others (using the send buffer for temp. storage) And to prepend: // timestamp feature by Qwadrat strftime(prefix, 10, "[%H:%M] ", localtime(&t)); strcat(prefix,text); textlen = strlen(prefix)+1; Further: // send message to others (using the send buffer for temp. storage) Replace the original piece of code: WFIFOHEAD(fd, 8 + textlen); WFIFOW(fd,0) = 0x8d; WFIFOW(fd,2) = 8 + textlen; WFIFOL(fd,4) = sd->bl.id; safestrncpy((char*)WFIFOP(fd,8), prefix, textlen); clif_send(WFIFOP(fd,0), WFIFOW(fd,2), &sd->bl, sd->chatID ? CHAT_WOS : AREA_CHAT_WOC); // send back message to the speaker //memcpy(WFIFOP(fd,0), RFIFOP(fd,0), RFIFOW(fd,2));-original memcpy(WFIFOP(fd,4), prefix, textlen); // [Qwadrat] WFIFOW(fd,0) = 0x8e; WFIFOW(fd,2) = RFIFOW(fd,2) + 8; // 8 - textlen [Qwadrat] WFIFOSET(fd, WFIFOW(fd,2));
  6. Hello, I would like to add @emotion @dance @detach/afk @.hold @heart these commands to your server but don't know how could You please help me in this? Can a full guide to add these commands in atcommand.c ? Thank You very much !!!
  7. Can't import the item_db.sql and item_db_re.sql into the database. I use Windows 10 x32. MySQL 5.5
  8. [Err] 1265 - Data truncated for column 'equip_jobs' at row 1 [Err] REPLACE INTO `item_db` VALUES ('501','Red_Potion','Red Potion','0','50','25','70','0','0','0','0','0','0xFFFFFFFFFFFFFFFF','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal rand(45,65),0;','',''); [Msg] Finished - Unsuccessfully -------------------------------------------------- Help!
  9. Download and install in your grf
  10. Thank you very much! I have added and set, like all works as it should. There was a question about above The subject 14232, 2, 50, falls just got it but no announcement of the drop. A new question. It was established 7227, 1, 10, // TCG Card, including @ autoloot 0.4 and drop flies into the alt + e! why?
  11. I understand every recipe in the mob? It can be an example?
×
×
  • Create New...

Important Information

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