Help with Title

Play Now

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
In many 1.9 servers now, you will find titles above your actual name when you move your cursor over yourself or anyone else. These titles may change as you complete quests and stuff.

My question is how can I change these Titles after completing a quest.
Quick replys please
Thankyou
 

NewHope

Golden Oldie
Golden Oldie
Nov 18, 2005
1,311
28
184
Need to alter this in your Q-Function text.
Add this:

#IF
check [???] 1
#ACT
SETRANKLEVELNAME %s\Swordsman

The bits in bold are what you need to alter, the first part is the flag which much be set during the quest - once you've set it during the quest just add the number over the question marks. The second part is just what title you want them to have over there name ingame, change it to whatever you like. :D
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
Hey I know I'm abit late getting back to you on this one but:
The title still seems to not work, but I no the reason why I am missing something in the Q-function, cause when I went to alter it (or add like u say) there was nothing there to add too.
Would you mind giving me two examples of what q-functions should look like with just two flags please so then i no what i need in it
thanks
 
Upvote 0

DarkSpectrum

Dedicated Member
Dedicated Member
Mar 2, 2006
150
0
43
If You Find Out, Let Me Know
daneo1989 said:
Hey I know I'm abit late getting back to you on this one but:
The title still seems to not work, but I no the reason why I am missing something in the Q-function, cause when I went to alter it (or add like u say) there was nothing there to add too.
Would you mind giving me two examples of what q-functions should look like with just two flags please so then i no what i need in it
thanks

hmm i fink u put it in Q-manage ..like

[@playerlogon]
#IF
check [100]
#ACT
SETRANKLEVELNAME %s\Swordsman
 
Upvote 0

Zidio

Banned
Banned
Golden Oldie
Nov 2, 2005
1,285
1
125
LOMCN
hmm or the easy way if you wanted it to always stay the same is to open !setup.txt ctrl + F then put in the name of the current word then change it from there reboot and :)!!
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
Cheers man, does it then need to be set-up like if there are more sets to where you put

[@playerlogon]
#IF
check [100]
#ACT
goto @playerlogon2
#ELSEACT
SETRANKLEVELNAME %s\Newbie

[@playerlogon2]
#IF
check [101]
#ACT
goto @playerlogon3
#ELSEACT
SETRANKLEVELNAME %s\Swordsman

and so on....
 
Upvote 0

stephenking

I HAVE A DREAM!!
Developer
Aug 28, 2005
616
39
155
Netherlands
daneo1989 said:
Cheers man, does it then need to be set-up like if there are more sets to where you put

[@playerlogon]
#IF
check [100]
#ACT
goto @playerlogon2
#ELSEACT
SETRANKLEVELNAME %s\Newbie

[@playerlogon2]
#IF
check [101]
#ACT
goto @playerlogon3
#ELSEACT
SETRANKLEVELNAME %s\Swordsman

and so on....


more like this i would think

[@playerlogon]
#IF
check [100]
#ACT
SETRANKLEVELNAME %s\war

#IF
check [101]
#ACT
SETRANKLEVELNAME %s\wiz

#IF
check [102]
#ACT
SETRANKLEVELNAME %s\tao
 
Upvote 0

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
stephenking is correct. u dont need the @goto's just a lot of #IF's
well thats how they did it on torozor, if i can remember now :-S
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
Thankyou very much for the help guys I will now go and see if these work :) will keep in touch
 
Upvote 0