Jump to content
  • 0

Modify Assumptio skill


Reborn

Question


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.03
  • Content Count:  290
  • Reputation:   3
  • Joined:  09/29/13
  • Last Seen:  

Hi guys, I just wanted to know how to modify the assumptio skill. Like if the player wear a specific headgear the assumptio skill will be applied to the players within the 3x3 radius from the target of the assumptio skill. This applies whether the caster is on a party, guild or not.

 

It kinda similar to sanctuary. All players inside the radius of sactuary will be healed but this one all players within a 3x3 radius from the target will be buffed by assumptio.

 

Thanks in afvance.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.02
  • Content Count:  176
  • Reputation:   60
  • Joined:  01/11/19
  • Last Seen:  

Haven't tried but there is skill #691 named Party Assumptio. So you could make an item that grants that skill at a level equal to the level of normal Assumptio known, this should be doable with a just an item script, no modifications needed.

skill "CASH_ASSUMPTIO",getskilllv("HP_ASSUMPTIO");

I don't think Party Assumptio does exactly what you want but the area of effect and target type should be changeable in the skilldb. Change the effect range from -1 to 1.

Overall, skilldb and item script seems to be a much easier solution than modifying source for this one unless the type of targeting you want is not implemented or "Party Assumptio" is not what the name seems to imply. Of course I can't guarantee it, as I said I haven't ever tried to cast that skill or seen the item that casts it.

Edited by Seravy
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.03
  • Content Count:  290
  • Reputation:   3
  • Joined:  09/29/13
  • Last Seen:  

This one actually only apply to party members. I need an assumptio be casted to players within the 3x3 area from the targetted player. I know its in the source but i dont know how the map_foreachinallrange works?

Edited by neXus
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...