Jump to content

Beret

Members
  • Posts

    174
  • Joined

  • Last visited

Everything posted by Beret

  1. Yes I understand about add callfunc the item, more wanted to know if you do not have to do without calling a function ?
  2. Thanks for replying has no way do not function ? And how do I show the name vip pack example [beret] opened pack guild [pack of 1 to 5 guild] and [item pack gain guild]
  3. Example: setarray .@item[0],26001,26002,26003,26004,26005,26006,26007,26008,26009; announce "["+strcharinfo(0)+"] opened "+getitemname(.Item[.@i])+" and obtained [item gain of some box]",0;
  4. I am creating some pack guilds, I wonder how I can make the following announce. [beret] opened pack guild [pack of 1 to 5 guild] and [item pack gain guild]
  5. Thanks for replying Emistry, more want in Korean.
  6. make the skill type BF_MISC for it not to be reducible...and modify its skillratio damage @ battle_calc_misc_attack Thank you malufett now I understand. A question. How do the skill damage sum each hit. Example: 5 damage the 600 sum will appear on each hit 600.
  7. How do I see the descriptions of the skill of the luafiles of the kro in Korean. I can see only so. ³»¿ë : ^777777ÀÚ¿¬ ü·Â ȸº¹¼Óµµ¸¦ Çâ»ó½ÃŲ´Ù. MaxHP ¿¡ ÀÇÇØ¼­ ±âº»¼öÄ¡ º¸´Ù ȸº¹·®ÀÌ ´Ã¾î³ª°Ô µÈ´Ù.^000000
  8. what fix? skill_addtimerskill Example damage vary from 1000 to 1800
  9. I have a suggestion. Add images of classes to appear on account. Exemple: As the gender would be shown different image.
  10. Hello rathena was creating some custom skills, wanted to know the following. - How do I remove the damage fixed. - How do I place a delay of 0.5 seconds each hit of the skill.
  11. Beret

    Fluxcp Xantara

    The problem was I trying to reset my character. More reinstalled the cp and the error disappeared.
  12. Beret

    Fluxcp Xantara

    Hmm.. I just tested and it seems to work fine for me. Try checking your config/access.php file. There are two settings there, one for players and the other for a GM trying to change another account's character slot. (I tested using the default, no modifications file.) Let me know if you continue to have problems. Reinstalled the cp and it worked now xantara thanks.
  13. I tested it on 2011-06-10 to 2012-04-10 clients and no success connecting with langtype 12.
  14. Beret

    Fluxcp Xantara

    It was this same xantara, thanks for replying. I have a problem when I select to change slot says I don't have permission.
  15. Whenever I try to enter using 12 of the langtype rejected by the server, other langtypes work without problems.
  16. Beret

    Fluxcp Xantara

    Installed on the same database that you rathena files and it worked, but I wanted to leave separately is possible this xantara ?
  17. Also had the same problem in the past do what xantara says
  18. Ai4rei langtype 12 never works, is to make it work.
  19. Beret

    Fluxcp Xantara

    My server is renewal, the fluxcp of Xantara works on renewal because whenever I try to log that user is incorrect.
  20. Obliged to all. Now I understand.
  21. In the case of skill_lv. skillratio += 40 * skill_lv; //Each level increases 40%. and skillratio -= 40 * skill_lv; //Each level reduces -40%. One last thing is the following case WL_FROSTMISTY: skillratio += 100 + 100 * skill_lv; RE_LVL_DMOD(100); //What do you mean this RE_LVL_DMOD (100) ? break; If I want a skillratio of 400 to 600% as would be ?
  22. If I put this way skillratio += 40; //in this case the damage is increased by 40% correct ? or skillratio-= 20; // Now I think I understand it if looks like this would be 40-20 = 20% ?
  23. Hello rathena I am wanting to change some skill, more want to know how can I do the calculation: Example: In irowiki says that Storm Gust. The calculation is this: case WZ_STORMGUST: skillratio += 40*skill_lv; break; How does the calculation of skill ? Another thing is what is the difference between. skillratio += and skillratio -=
  24. Ai4rei can expand the WDGTranslateClient into other languages ?
  25. Ai4rei to add the pin code must be done something on the client ?
×
×
  • Create New...