Jump to content
  • 0

Help Please! Reputation Rank Buff to Healer


Question

Posted (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 by nigelmartija

2 answers to this question

Recommended Posts

Posted

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.
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...