Jump to content
  • 0

How to change the cast of agi up to be like blessing/angelus?


skitsx

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.11
  • Content Count:  8
  • Reputation:   0
  • Joined:  03/29/25
  • Last Seen:  

I want to make agi up the same as when blessing/angelus is casted. automatic without targeting a player and also casts to everyone in the party. I tried to copy a guide which is 

 but got errors in the skill.cpp

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  222
  • Reputation:   95
  • Joined:  06/02/12
  • Last Seen:  

Hi. Find this line in \src\map\skill.cpp and cut it (around line 8197):

case AL_INCAGI:

 

Then find the following line in \src\map\skill.cpp and paste that line (around line 9233):

case CASH_ASSUMPTIO:

>

	case CASH_ASSUMPTIO:
	case AL_INCAGI:

 

Add the following in \db\import\skill_db.yml:

Body:
  - Id: 29
    Description: Increase AGI
    TargetType: Self
    DamageFlags:
      Splash: true
    SplashArea: -1

Save the files and recompile your server.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.11
  • Content Count:  8
  • Reputation:   0
  • Joined:  03/29/25
  • Last Seen:  

On 5/4/2025 at 4:11 PM, Racaae said:

Hi. Find this line in \src\map\skill.cpp and cut it (around line 8197):

case AL_INCAGI:

 

Then find the following line in \src\map\skill.cpp and paste that line (around line 9233):

case CASH_ASSUMPTIO:

>

	case CASH_ASSUMPTIO:
	case AL_INCAGI:

 

Add the following in \db\import\skill_db.yml:

Body:
  - Id: 29
    Description: Increase AGI
    TargetType: Self
    DamageFlags:
      Splash: true
    SplashArea: -1

Save the files and recompile your server.

so i assume it'll be the same with bless? alright. i'll give it a shot. thank you!

 

EDIT: IT WORKED. THANK YOU!

Edited by skitsx
Answered
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...