Titles etc.

smoochy boys on tour

Ri0N

Dedicated Member
Dedicated Member
Feb 16, 2009
67
0
33
Murton
I'd like to have titles for players. eg, Warrior, Wizard, Taoist. GameMaster for GM accounts. I dont know how to write them so could someone write me 1 please?
Also "Congrats" msg when gaining a lvl eg, 50, 60, 70 etc.

Thanks you.
 

LilGod

Dedicated Member
Dedicated Member
Jul 29, 2008
205
7
65
Romania - Timisoara
Also "Congrats" msg when gaining a lvl eg, 50, 60, 70 etc.

go in M2Server/Envir/Market_Def/QFunction and add

[@levelup]
#IF
CHECKLEVELEX = 40
#ACT
SENDMSG 3 "Congratulations <$USERNAME> has just reached level 40!"
BREAK
#IF
CHECKLEVELEX = 45
#ACT
SENDMSG 3 "Congratulations <$USERNAME> has just reached level 45!"
BREAK
#IF
CHECKLEVELEX = 50
#ACT
SENDMSG 3 "Congratulations <$USERNAME> has just reached level 50!"
BREAK
 
Upvote 0

Ri0N

Dedicated Member
Dedicated Member
Feb 16, 2009
67
0
33
Murton
Why does it always say my name at beginning of msg? [Rion]Congrats...

Also I'm still looking for title script.
can someone tell me how to fix this 1 im using?

[@Login]
#IF
CHECKLEVELX > 20
#ACT
SETRANKLEVELNAME %s\20+
#IF
CHECKLEVELX > 30
#act
SETRANKLEVELNAME %\30+
#IF
CHECKLEVELX > 40
#act
SETRANKLEVELNAME %\40+
#IF
CHECKLEVELX > 50
#act
SETRANKLEVELNAME %\50+
#IF
CHECKLEVELX > 60
#act
SETRANKLEVELNAME %\60+
#IF
CHECKLEVELX > 70
#act
SETRANKLEVELNAME %\70+
#IF
CHECKLEVELX > 80
#act
SETRANKLEVELNAME %\80+
#IF
CHECKLEVELX > 90
#act
SETRANKLEVELNAME %\90+
#IF
CHECKLEVELX > 100
#act
SETRANKLEVELNAME %\100+
#IF
CHECKLEVELX > 500
#act
SETRANKLEVELNAME %\GameMaster
 
Last edited:
Upvote 0

Gangsta

LOMCN Veteran
Veteran
Loyal Member
Apr 30, 2004
302
3
65
is this hard to get lvl 500? this server by any chance?

because if its easy u will need to change
CHECKLEVELX > 500
#act
SETRANKLEVELNAME %\GameMaster

to

CHECKLEVELX > 65535
#act
SETRANKLEVELNAME %\GameMaster

other wise if people are hitting lvl 500 there title is going to be Gamemaster

hope this Elp't

/Saphire
 
Upvote 0

Ri0N

Dedicated Member
Dedicated Member
Feb 16, 2009
67
0
33
Murton
No but if you do @level -1 then log you log back in at lvl 500 i think so its just so i dont have to keep @leveling again.
The server will be aimed to be low-med and rebirth at level 100. So no players wont reach 500 lol.
 
Upvote 0

Ri0N

Dedicated Member
Dedicated Member
Feb 16, 2009
67
0
33
Murton
I've set it to 1 in setup.txt. Not sure what ya mean about default? Is that in string.ini? If so i cleared it so its blank after \

And what about the others in my 1st post in the quote? How can I fix them?
 
Upvote 0

Ri0N

Dedicated Member
Dedicated Member
Feb 16, 2009
67
0
33
Murton
The titles in the quote box in 3rd post sorry. they dont work and was wondering why?

The GM title doesnt work. I put it in QManage and logged onto my server but no title =(
 
Upvote 0

Gangsta

LOMCN Veteran
Veteran
Loyal Member
Apr 30, 2004
302
3
65
umm im using this 1 atm

#IF
CHECKLEVELEX > 65535
#ACT
SETRANKLEVELNAME %s\GameMaster so wen u type @level -1 your title says gm

but this is only temp 1 wen i get better 1 so wen i log in it says Gameaster straight away ill let u no
 
Upvote 0

Ri0N

Dedicated Member
Dedicated Member
Feb 16, 2009
67
0
33
Murton
Acually this 1 does work after i rebooted server

[@login]
#IF
ISADMIN
#ACT
SETRANKLEVELNAME %s\GameMaster
 
Upvote 0