Jump to content
  • 0

Hello.. this is bug or what? anyone can Resolve


XkAcY-

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  103
  • Reputation:   0
  • Joined:  11/13/11
  • Last Seen:  

Feint Bomb = when you use this skill you hide for 30sec and you cant skill

can you make it while you hiding for 3 sec you can cast a skill

 

Power Absorb/Assimilate Power = not working on other Sura

 

Pnuema = pneuma doesn't work on hell gate. it should be hell gate level 1-4 = melee (blocked by safety wall)
hell gate level 5-10 = ranged (blocked by pneuma)
skill range is correct already. http://irowiki.org/wiki/Gates_of_Hell

 

Position Bug =

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

I can confirm this.. this is because SR_GATEOFHELL is BF_LONG which should be BF_SHORT if level is below 5

    if (skill_id == SR_GATEOFHELL) {
        if (skill_lv < 5)
            return BF_SHORT;
        else
            return BF_LONG;
    }

this must be added on battle_range_type on battle.cpp

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...