Jump to content

synyster

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by synyster

  1. Acho que isso resolve seu problema: http://rathena.org/board/topic/71004-how-to-change-the-max-npc-name-length/ desculpa pelo ress do tópico D:
  2. Até fiz um tutorial porque sabia que mais gente ia precisar! http://rathena.org/b...pc-name-length/
  3. O que acontece? Eu testei aqui e deu certinho '-'
  4. Hello guys, I'm with a problem in the attack/hit formulas. On brAthena, when I attack another player(base attack), both on level 150, the hit is about 2k, 1k, but on rathena, the hit is about 300, 280, the same value as atq, another annoying problem is when I attack some monster without a weapon, all my hits are missed or 1. I tried to change the formulas but its not worked. I'm almost sure that this is the line that I have to do the modifications: str = (rstr*10 + dex*10/5 + status->luk*10/3 + ((TBL_PC*)bl)->status.base_level*10/4)/10; But changing this, or my atq will be very high or it will be very low, really tried every possibles things that I could, please help me!! @edit Problem solved! I just thought a little more and tried this: str = (rstr + dex*10/5 + status->luk*10/3 + ((TBL_PC*)bl)->status.base_level*10/4); It was perfectly the same as brAthena.
  5. Hello guys, I'm brazilian and I was using the brAthena so decided test the rAthena. I had a problem here with the max length size, that problem when the npc's name are too long. I looked on brAthena and could do the modification on NPC name length, to possibilite the brazilian users keep using their old npcs on rathena, so lets do it! First you have to open your emulator folder src/map/script.c change the bold line to: Nice! Close the script.c and open your npc.c You will do the same thing right here. Change all the bold parts to NPC_NAME_LENGTH Open your npc.h and do the same, changing all the NAME_LENGTH TO NPC_NAME_LENGTH Great! After that, open src/common/mmo.h and add this: Finished! After you did it just recompile your emulator and test, in my case it worked perfectly. Credits: Protimus, the admin of brAthena, he was the responsable to do the source modification, I just posted here to help someone that had this problem, like me Hope you enjoy!!
×
×
  • Create New...