Jump to content

Kater

Members
  • Posts

    175
  • Joined

  • Last visited

Everything posted by Kater

  1. Hi friends, how are you? As the title already says, I want to remove the conjuration gesture when the character is reflecting a spell with the maya card, because when he reflects it he is left with the conjuration gesture of the skill that is being reflected and is unable to use the skill.
  2. I've already tested this file and it doesn't work. I found the solution by editing hp's multiplied battle.c.
  3. Hello, I have a server and it is high rate. The damage of the deadly attack is too high, making it impossible to tank. Could anyone tell me in which part of battle.c I could reduce the damage of this skill? And I think that the memory of thanatos card is affecting the damage of this skill.
  4. Hello friends, I realized that card thanatos and Icepick are not bugged. Taking very high damage, even putting teams to def it is ignoring and being one hit kill. Script: | bonus bDefRatioAtkRace,RC_NonBoss; bonus bDefRatioAtkRace,RC_Boss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; Ice pick effect ; Script: | bonus bDefRatioAtkClass,Class_All; Does anyone know how to solve it?
  5. Problem with the client, I did everything again and it worked. Thanks!
  6. Notice that at the end of the video the client opens and then closes
  7. I'm changing the hexed from a 2019 to a 2018 and it's giving me an error, it opens and then closes very quickly. Could anyone tell me what I'm missing? Remembering that in the 2019 client it works perfectly.
  8. Hi friends, where do I put the maximum MATK to be 65k?
  9. Resolved skill_db CopyFlags: Skill: Plagiarism: true Reproduce: true
  10. Resolved In skill.c case TK_COUNTER: if ((sd->job & MAPID_UPPERMASK) == MAPID_SOUL_LINKER)
  11. Hi friends, I need some help... Before opening the topic, I was researching and didn't find the solution. I would like to change in the emulator, when the player uses an enchantment, in the case of enchantment scroll and changing weapons, the enchantment is not removed. Today, when you use the gear and change weapons, it is removed.
  12. Hi friends, how can I leave the TK_COUNTER (counterkick) skill free without needing to use the counterkick stance skill (TK_READYCOUNTER) In skill_db I didn't find anything about this requirement.
  13. case SC_FREEZE: if (status->luk >= 300)// This means if(Luk = 300) Player is immune. return 0; sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def = status->luk*32; tick_def2 = 0; // Caster can increase final duration with luk break;
  14. Oi friends, How to get 100% freeze immunity with luk 300 status? Server pre-re The topics I found talking about the subject do not work on the current emulator.
  15. Hey friends, I would like to know if there is an option in diff that blocks macros or spammers? If there is, what would it be?
  16. Hi friends, how are you? I was testing and realized that the stalk class was not plagiarizing the same skill? Can you tell me why? and where can I apply the correction?
  17. The idea would be to use 2 emulators, sharing the same login table. the other tables would be independent as they are different servers. If you can do it, I believe it's right... but in this case I need help adjusting this in fluxcp.
  18. Hi friends, Could anyone tell me if in the current emulator it is possible to configure clientinfo to show the option of two servers before logging in? I did some tests by duplicating <connection> but it is not reading <connection>
  19. Hi friends, I noticed that when the damage is high, in this case it is considered 999999 it does not appear on the client. It's buggy... if the damage is minor, for example around 900000, it appears normally. Do you know what this could be?
  20. I found the error, there was a delay in the skill due to an edit to the src to return the animation. I made the correction and everything worked fine.
  21. HI friends, how do I remove the delay from the AS_SONICBLOW skill, I have a high server rate... the blade is coming out one at a time... I would like to make it come out more. Forced
  22. Hi friends Npc Hollgrehenn, how to enable him to refine teams up to + 14. To be able to apply this effect to the weapon https://irowiki.org/wiki/Refinement_System Increases physical damage against Humanoid and Human races according to refining. Refining +6: 4%. Refining +7: 9%. Refining +8: 16%. Refining +9: 25%. Refining +10: 36%. Refining +11: 49%. Refining +12: 64%. Refining +13: 81%. Refining +14: 100%.
  23. [Error]: Invalid item equip location Shadow_Left_Accessory as it's not a Shadow Gear item type, defaulting to IT_ETC.
×
×
  • Create New...