Jump to content
  • 0

level system


luizinhomt

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  85
  • Reputation:   1
  • Joined:  01/05/13
  • Last Seen:  

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

 

 

sistema de level.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

Use

@fakename

with OnLogin, OnPCLvUp events.

image.png.61d288ef33f9db8bf4e577763a9fd2c7.png

Edited by Start_
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  85
  • Reputation:   1
  • Joined:  01/05/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

-	script	Sample	-1,{
	OnPCLoginEvent:
	OnPCBaseLvUpEvent:
		if (@fakename_enabled)
			atcommand("@fakename");
		atcommand("@fakename "+ strcharinfo(0)+" (Lv. "+BaseLevel+")");
		@fakename_enabled = 1;
		end;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...