skitsx Posted Sunday at 07:10 AM Group: Members Topic Count: 4 Topics Per Day: 0.11 Content Count: 8 Reputation: 0 Joined: 03/29/25 Last Seen: 11 minutes ago Share Posted Sunday at 07:10 AM 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 Quote Link to comment Share on other sites More sharing options...
0 Racaae Posted Sunday at 08:11 AM Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 222 Reputation: 95 Joined: 06/02/12 Last Seen: 53 minutes ago Share Posted Sunday at 08:11 AM 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. Quote Link to comment Share on other sites More sharing options...
0 skitsx Posted 4 hours ago Group: Members Topic Count: 4 Topics Per Day: 0.11 Content Count: 8 Reputation: 0 Joined: 03/29/25 Last Seen: 11 minutes ago Author Share Posted 4 hours ago (edited) 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 3 hours ago by skitsx Answered Quote Link to comment Share on other sites More sharing options...
Question
skitsx
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.