Jump to content

varinha

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by varinha

  1. Hello,

    if some Paladin use Devotion on a Champion and use Asura in someone with reflection the damage comes to Paladin. That is right, but
    if some Paladin use Devotion on a Wizard and use Jupter Thunder in someone with Maya's Card the damage comes to Wizard not for Paladin how i fix it?

    i want the Reflected Magical  Damage come to Paladin without change the version of my server

     

    PACKETVER 20150513

  2. If you want to change the matk ratio, you'll have to make a new case in the switch-case statement in battle_calc_magic_attack.

    For example

    case WZ_JUPITEL:
       skillratio -= 20;
       break;
    
    If you want to change the number of hits, edit db/skill_db.txt.

     

     

    Worked here thanks man, but i change a little

     

    skillratio = skillratio / 2;

     

    =)

  3. For the Icons Text, you must edit data/luafiles514/lua%20files/stateicon/stateiconinfo.lub same that the other file, you extract, translate and then add it again.

     

    For the Drop there is a conf/msg_conf/map_msg.conf but no need to translate in msg_conf  fold is translated to other langs you only mut rename or put it in the import file whitout the lang extention e.g: map_msg_chn.conf you rename it to map_msg.conf and thats all.

     

     

    Thanks guys, i think the administration can close this topic =)

  4. You can find that file in: client data folder

     

    data/msgstringtable.txt

     

    in that GIT you can find a fix for some exe´s.

     

    you edit save in grf or data data folder(if you work with that) open your exe and test the changes.

    Thanks man, i tried change this  " Gugu" GOT Tao Gunka card ( chance: 1.00%) , but i didnt find where i can change, u know that?

     

     

     

    and other thing, i don't find where i can translate that too :

     

    0cf74165fb.jpg

     

    somo one know ?

  5. Hello, i want know how i can translate some texts in the emulator.

     

    4f814e4254.jpg

     

    Here i want to change this You got ... and " Gugu" GOT Tao Gunka card ( chance: 1.00%)

     

    bec8439fb2.jpg

     

    This text " this item cannot be dropped"

     

    e0e6d6ba0c.jpg

     

    i think that is the more important, how i can translate this "Rental Items" in cash shop

     

    Someone can help me?

  6. Where is skillid you need switch to skill_id and skilllvl to skill_lvl.

     

    Ex: if( skillid == MO_EXTREMITYFIST ) --- > if( skill_id == MO_EXTREMITYFIST )

    skill_attack(BF_WEAPON,src,src,bl,skillid,skilllv,tick,flag) --- > skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag);

     

    and in Battle.c you change this line:

    3397d13351.png

     

    For this: 0b154dc3ea.png

     

    Sorry my English is not good, but try this maybe you can get.

  7. Bem eu gostaria que o Asura strike no meu servidor ficasse como o do eathena bem não sei muito como explicar mas tenho um video que vocês podem ver e me indicar se tem como mudar ou não eu sei que para fazer essa mudança eu tenho que editar a skill.c mas não sei se esse método ainda funciona nesses novos emuladores.

     

    ===============================================================================================

    Well I would like the Asura strike on my server stay as eAthena not know very well how to explain but I have a video that you can see and show me if you like change or not I know to make this change I have to edit the skill.c but do not know if this method still works in these new emulators.

     

     

    https://www.youtube.com/watch?v=4pWotwYcGW4

×
×
  • Create New...