Yami Posted September 15, 2014 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 111 Reputation: 2 Joined: 01/02/14 Last Seen: June 4, 2023 Share Posted September 15, 2014 (edited) Hi, i have this ranking script that increase your rank while killing number of monsters. I have free impositio buff on beginner rank1, and sacrament buff on adept rank1. Problem is, I can't get to link the buffs directly into my healer script. can anyone help? I will leave my healer and ranking script on attachments. TIA! healer.txt Ranks.txt Edited September 22, 2014 by nigelmartija Quote Link to comment Share on other sites More sharing options...
Oceanid Posted September 23, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 80 Reputation: 2 Joined: 10/08/13 Last Seen: March 5, 2020 Share Posted September 23, 2014 If i'm reading this right you want your healer to give the designated buff when a player is a certain rank? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 23, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 23, 2014 add this into ur healer if ( Rankb == 1 ) { // level 1 buff } else if ( Rankb == 2 ) { // level 2 buff } else if ( Rankb == 3 ) { // level 3 buff } else if ( Rankb == 4 ) { // level 4 buff } // etc else { // if dont have any level buff. } Quote Link to comment Share on other sites More sharing options...
Question
Yami
Hi, i have this ranking script that increase your rank while killing number of monsters.
I have free impositio buff on beginner rank1, and sacrament buff on adept rank1.
Problem is, I can't get to link the buffs directly into my healer script.
can anyone help? I will leave my healer and ranking script on attachments. TIA!
healer.txt
Ranks.txt
Edited by nigelmartijaLink 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.