Jump to content

Ga_Chittolina

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Ga_Chittolina

  1. Hello Functor, can you contact me? I've added you on Skype already.

  2. Can someone send me a hexed for 5.1 - Einbroch episode? Or help me finding one? Have tried some 2006 hexeds I found, but none of them worked.
  3. Thanks guys, using github to find the strings helped a lot.
  4. I'm unable to find a lot of the original NPCs, and I need to remove them. Mrs Smile was easy to find, but I can't find other NPCs, ie. Ash Vacuum Warper and Rune Salesman. Where can I find these?
  5. I'm unable to find a lot of the original NPCs, and I need to remove them. Mrs Smile was easy to find, but I can't find other NPCs, ie. Ash Vacuum Warper and Rune Salesman.
  6. Fixed it, was missing an underscore.
  7. I can see my custom items, drop them, read their description, but when i equip them, I can't do alt+q because it crashes the client. I also can't see the equiped item. Except one item does fully work: a custom deviling hat. I'm using version 20100730.
  8. Por acaso você mudou o nome dos NPCs? O erro que deu aí é porque ele está tentando esconder um NPC chamado "Reward Giver", que é responsável por entregar as recompensas do evento.
  9. Nope, stills the same :/ @edit: Fixed, just needed the "end;" on the end of that code
  10. I tried putting it after "OnInit", is that right? If so, it didn't work :/
  11. In this script, if a player bets on a poring and disconnect before the end of the race, his bet stays forever there, and he can't bet again or talk to the NPC (even if his poring wins a race, he doesn't receive the prize, he just can't bet anymore). Here's the script:
  12. I'm trying to use SB's Devil Square, but there's a bug that whenever a player dies, it ends the event, instead of just teleporting that one player out of the map. As I got no replies to my post regarding that issue, does anyone have a good Devil Square script?
  13. My Devil Square script ends whenever a player dies, instead of just teleporting that one player out of the arena. This is the script: Oh, and I also get this error on my log:
  14. How do I generate my COREDUMP ? Had to upload it in another website, as I'm not allowed to upload c files here: http://filebin.ca/2gsyt4zcXNB4/battle.c @Edit Found out that I had to disable renewal at src/config/renewal.h, so It's working now, but I've got some error reports about mobs and items:
  15. My server is crashing constantly. It looks like it happens when anyone receives a debuff (a player receiving Hallucination, for example), and then is damaged, but I can't tell if that's the actual reason. I'm using pre-renewal, packetver 20100730. GDB output: [spoiler=GDB Debug:]Program received signal SIGSEGV, Segmentation fault. 0x0816dde1 in battle_calc_damage (src=0xaa76f9ac, bl=0xcde1968, d=0xbffff434, damage=1, skill_num=0, skill_lv=0) at battle.c:573 573 if(sce->val2)//Checagem de Mvps[sicks] Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.149.el6.i686 keyutils-libs-1.4-5.el6.i686 krb5-libs-1.10.3-33.el6.i686 libcom_err-1.41.12-21.el6.i686 libselinux-2.0.94-5.8.el6.i686 mysql-libs-5.1.73-3.el6_5.i686 nss-softokn-freebl-3.14.3-18.el6_6.i686 openssl-1.0.1e-30.el6_6.4.i686 pcre-7.8-6.el6.i686 zlib-1.2.3-29.el6.i686 [Error]: Server received crash signal! Attempting to save all online characters! [info]: Saved char 150002 - Gabriel: status. (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. 0x0816dde1 in battle_calc_damage (src=0xaa76f9ac, bl=0xcde1968, d=0xbffff434, damage=1, skill_num=0, skill_lv=0) at battle.c:573 573 if(sce->val2)//Checagem de Mvps[sicks]
  16. Had forgotten to re-compile the server, thanks, it's working now... But my server is crashing constantly. It looks like it happens when anyone receives a debuff (a player receiving Hallucination, for example), but I can't tell if that's the actual reason. I'm using pre-renewal, packetver 20100730. [spoiler=GDB Output:]Program received signal SIGSEGV, Segmentation fault. 0x0816dde1 in battle_calc_damage (src=0xaa76f9ac, bl=0xcde1968, d=0xbffff434, damage=1, skill_num=0, skill_lv=0) at battle.c:573 573 if(sce->val2)//Checagem de Mvps[sicks] Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.149.el6.i686 keyutils-libs-1.4-5.el6.i686 krb5-libs-1.10.3-33.el6.i686 libcom_err-1.41.12-21.el6.i686 libselinux-2.0.94-5.8.el6.i686 mysql-libs-5.1.73-3.el6_5.i686 nss-softokn-freebl-3.14.3-18.el6_6.i686 openssl-1.0.1e-30.el6_6.4.i686 pcre-7.8-6.el6.i686 zlib-1.2.3-29.el6.i686 [Error]: Server received crash signal! Attempting to save all online characters! [info]: Saved char 150002 - Gabriel: status. (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. 0x0816dde1 in battle_calc_damage (src=0xaa76f9ac, bl=0xcde1968, d=0xbffff434, damage=1, skill_num=0, skill_lv=0) at battle.c:573 573 if(sce->val2)//Checagem de Mvps[sicks]
  17. Just created my server, and I can't see any "creature" other than me! I can see my own character, skills, etc, but can't see others! Can't even see what other people say. Teleports are also not shown. I've tried hexing a new client, but it didn't fix it. Help, please! PS: Just realised I posted this on the wrong section, can someone move it for me, please?
  18. Is there an updated guide? Oh, and I'm getting this now:
  19. I'm getting error on "cd trunk", did you have any troubles with it? Didn't get any error message while following earlier instructions, but this directory seems to have never been created...
  20. Was following the CentOS guide, but when I get to the Compiling Source Code part (https://rathena.org/wiki/Installation_(CentOS)#Compile_Source_Code), the "cd trunk" command returns the following error: That is, "trunk" directory doesn't exists there. Did I do something wrong, or should I've created "trunk" directory myself? P.S.: I tried it twice, and got stuck on this error both times. Am I missing some instruction?
×
×
  • Create New...