Jump to content
  • 0
LCD

Player's Level next to username

Question

hey Ind/dev people, i have a perm request for the server, Showing the players Current level next to their players name like done on other mmos :3, with like changeable format like lets say the default format would be like

 

[Lv:99]Username, instead make it so people can change whether it says [Lv:99]Username, or [99]Username

 

 

this idea i stole from a request on rA :P, i tried to do it myself but i r a noob ;_;, also if its possible to make it by every 10 levels the color of the number changes for instance like, lvl 1-10 is gray, 11-20 is blue, 21-30 is orange, etc make that customizeable as well via source tho :).

Share this post


Link to post
Share on other sites

31 answers to this question

Recommended Posts

  • 0

party is fixed, however adding friend has the same problem now.

--- Hercules/src/map/clif.c Sun Apr 21 23:29:05 2013+++ Hercules/src/map/clif.c Tue Apr 16 22:54:32 2013@@ -13060,11 +13016,8 @@{  struct map_session_data *f_sd;  int i;+ char *pname;+ pname = strrchr((char*)RFIFOP(fd,2), ' ');+ memcpy(pname, &pname[1], strlen(pname));+ f_sd = map_nick2sd(pname);- f_sd = map_nick2sd((char*)RFIFOP(fd,2));  // ensure that the request player's friend list is not full  ARR_FIND(0, MAX_FRIENDS, i, sd->status.friends[i].char_id == 0);

Thanks,,,..

 

:meow:

Share this post


Link to post
Share on other sites
  • 0

AHAHAHA, i thought someone didn't notice this issue. and i thought i'm the one only having this kind of crash.
+1 for JUDAS. :D

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.