Change names to add Roman numerals Suffix when rebirth

Danzon

New member
Messages
80
Points
0
Location
In your heart
Discord
mikedanzon
Github
mikedanzon
Emulator
@@esquilla13

yeah you didn't explained properly on the 1st post

so I also misunderstood your request

http://upaste.me/1f1121809115785ba

I added .@total_rebirth variable so this will calculate the total amount of rebirth

so even the ranking shows 3 rebirth and 3 master rebirth

if your .MasterRebirth = 5; then the total is 3x5+3 = 18 total rebirth, gained +15 atk/matk


@@Aeromesi

lol, in script request we don't care about server balance issue

gives the player 10000 status points is just a keyboard away !
 Hey Annie I was wondering if its possible to add extra name everytime you rebirth ?

Example: the character name is Senpai

First rebirth will be Senpai , second [iI] Senpai , and 10 times [X] Senpai

 

Thanks

 
Last edited by a moderator:
Changing name is somewhat not recommended, consider some player having really long name(full 23 chars), their name would be cut off...

 
there is the cap for the char name is 23 full of chars, so can we restrict the name lenght when creating the char ?

 
well I was about to make an algorithm function script to convert numbers into roman numerals

http://www.onlineconversion.com/roman_numerals_advanced.htm

since the largest number that roman numbers can get is 4999 4888, also means MMMMDCCCLXXXVIII, 16 characters !

did your server prepared to create a name length string only limited to 4 characters ?

23(NAME_LENGTH) - 16(4888 largest) - 3 suffix characters([] ) = 4 only

hmm .. I remember I saw a patch in eathena forum, that can limit player register their names in shorter strings

maybe can release a plugin for it

EDIT: only 4 characters LOLOL !!

 
Last edited by a moderator:
Back
Top