Jump to content
  • 0

Help Please! Reputation Rank Buff to Healer


Yami

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  111
  • Reputation:   2
  • Joined:  01/02/14
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

If i'm reading this right you want your healer to give the designated buff when a player is a certain rank?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

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

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