Jump to content

Giovas

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Giovas

  1. I am creating custom skills and would like to know how do I create a passive skill, those that give bonuses such as Increase SP Recovery, Study Books, Sword Mastery, etc.. I searched several passive skills in the archives battle.c and skill.c but has nothing on them. Does anyone know or have any idea how to create / edit? Thanks to anyone who can help!
  2. How to transform some skill 3rd (third class) to 1st (first class)? I added the skills in skill_tree.txt and skilltreeview.lua and still did not work. So I think the problem is due to the source. Appeared a tab in the tree skills but I can not select it:
  3. I made a custom skill with new effects and put in it the effect of the skill Flying Kick. After i opened two accounts and started the pvp to test. It all worked against players but against monsters are not having any effect, just showing the damage of the skill. Someone help me please, i'm weeks to resolve this. Screen-Shot:
  4. I created a custom skill with new effects and so far so good. Only the effects of target are functioning only in humans. Against monsters it shows the damage, but the effect does not appear. Does anyone know what could be the cause? Anyone?
  5. I meant centering on target. No matter what position i use the skill, the effect is always going to the center of the map. See the images above in the topic.
  6. How do i make the effect centered on target? I created a custom skill with the effect "clif_specialeffect (& sd-> bl, 787, AREA);" but every time i use it happens: Anyone know how to fix? thank you very much!
  7. Love is like a casino, you bet everything and leave with nothing.

  8. Well folks, I wanted to ask your help because I do not understand almost nothing of the src file. I tried to make a replica of two skills, the skill Amplify Power (BS_MAXIMIZE) and skill Fury Interior (MO_EXPLOSIONSPIRITS). I edited emulator files, including the files in the src / "skill.c", "skill.h", "status.c", "status.h", and also set up my data folder. It all worked out in the open the client and such, but I'm having 2 problems: In the copy of the skill Amplify Power, the SP consumption is very high. To be clear, when I open the skill Amplify Power (original) it consumes 1 SP every 5 seconds. Already in copy she is consuming about 1000 SP per second. I also made a copy of Fury skill Interior, this was all right and was exactly like the original. But I added an effect on skill, which in this case is "clif_specialeffect (src, 455, AREA);". No problems to add and run the effect, but the problem is that the effect disappears when I'm teleported or use @ refresh. I believe that someone can help me because I need to set this part too. Thank you in advance!
×
×
  • Create New...