luizinhomt Posted September 18, 2021 Posted September 18, 2021 I don't know if I'm in the correct section but does anyone have an idea and could help how do you put the character's level next to the name like this in the photo Quote
0 Start_ Posted September 19, 2021 Posted September 19, 2021 (edited) Use @fakename with OnLogin, OnPCLvUp events. Edited September 19, 2021 by Start_ Quote
0 luizinhomt Posted September 19, 2021 Author Posted September 19, 2021 excuse my ignorance on the subject do i have to add a script like that ? forgive my insistence but would you teach me how to write this script. Could you explain to me how you managed to do it and if there would be a way so that I don't need to activate the command as soon as I log in the character is already activated automatically Quote
0 Emistry Posted October 17, 2021 Posted October 17, 2021 - script Sample -1,{ OnPCLoginEvent: OnPCBaseLvUpEvent: if (@fakename_enabled) atcommand("@fakename"); atcommand("@fakename "+ strcharinfo(0)+" (Lv. "+BaseLevel+")"); @fakename_enabled = 1; end; } Quote
Question
luizinhomt
I don't know if I'm in the correct section but does anyone have an idea and could help how do you put the character's level next to the name like this in the photo
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.