[1.9] Help Please
right ive made a new Rebirth script dose same thing just different i want to add a Rank name and Name Colour BLUE/RED/GREEN but nothing helpful
this is what i got in my Qfunc for Rank name but when i go do the quest and relog nothing appear's just same old rank. the [101]/[102]/[103] is a quest when u first begin.. so need that in it
/ancient
right ive made a new Rebirth script dose same thing just different i want to add a Rank name and Name Colour BLUE/RED/GREEN but nothing helpful
this is what i got in my Qfunc for Rank name but when i go do the quest and relog nothing appear's just same old rank. the [101]/[102]/[103] is a quest when u first begin.. so need that in it
Code:
[@StdModeFunc14]
#IF
CHECK [102] 1
#ACT
goto @check101
#ELSEACT
goto @rank101
[@rank101]
#IF
CHECK [103] 1
#ACT
goto @check103
#ELSEACT
goto @rank102
[@rank102]
#IF
CHECK [101] 1
#ACT
goto @check102
[@check101]
#IF
checknamelist Rebirth.txt
#ACT
SETRANKLEVELNAME %S\<RebornOfTheHoly>
break
#ELSEACT
break
[@check102]
#IF
checknamelist Rebirth.txt
#ACT
SETRANKLEVELNAME %S\<RebornOfTheDark>
break
#ELSEACT
break
[@check103]
#IF
checknamelist Rebirth.txt
#ACT
SETRANKLEVELNAME %S\<RebornOfTheLands>
break
#ELSEACT
break
/ancient
