Hey guys, so I decided to do what is Serraniel doing well : posting bugs :p
This bug allow you to write your username on multiple lines, btw this works only on registration, if you try to edit your username it will show you an error message because you are using non-legit characters (<br/>)
Well, so first you need to go on [Only registered and activated users can see links. Click Here To Register...], right click on the username textbox and click "Inspect element"
[Only registered and activated users can see links. Click Here To Register...]
then change input to textarea
This : [Only registered and activated users can see links. Click Here To Register...]
To :
[Only registered and activated users can see links. Click Here To Register...]
Now you have a textarea field where you can write on multiple lines, just enter your username like this :
you can also do :
etc...
To finish, press Register and your username will be on multiple lines (game only) !
Inconvenients : chat won't work with that bug :/
This bug allow you to write your username on multiple lines, btw this works only on registration, if you try to edit your username it will show you an error message because you are using non-legit characters (<br/>)
Well, so first you need to go on [Only registered and activated users can see links. Click Here To Register...], right click on the username textbox and click "Inspect element"
[Only registered and activated users can see links. Click Here To Register...]
then change input to textarea
This : [Only registered and activated users can see links. Click Here To Register...]
To :
[Only registered and activated users can see links. Click Here To Register...]
Now you have a textarea field where you can write on multiple lines, just enter your username like this :
Code:
USER NAME
Code:
1 2 3 4 5 6 7
To finish, press Register and your username will be on multiple lines (game only) !
Inconvenients : chat won't work with that bug :/