luizinhomt Posted September 18, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 111 Reputation: 1 Joined: 01/05/13 Last Seen: Wednesday at 01:43 AM Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted September 19, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 22 hours ago Share Posted September 19, 2021 (edited) Use @fakename with OnLogin, OnPCLvUp events. Edited September 19, 2021 by Start_ Quote Link to comment Share on other sites More sharing options...
0 luizinhomt Posted September 19, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 111 Reputation: 1 Joined: 01/05/13 Last Seen: Wednesday at 01:43 AM Author Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted October 17, 2021 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.