Yami Posted September 15, 2014 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
Oceanid Posted September 23, 2014 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
Emistry Posted September 23, 2014 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
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 nigelmartija2 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.