Lucera Classic
How to modify the item responsible for changing the character's name?
I tried to modify the services but it didn't work
# Service nick change
NickChangeEnabled = True
NickChangePrice = 20
NickChangeItem = 91700
# RegExp condition on format of character re-name
NickNameCustomTemplate = ([0-9A-Za-z]{2,16})|([0-9\u0410-\u044f]{2,16})
In the html of the page there is the bypass responsible, how do I modify the item?
bypass _cbbsserviceschangename $newname
How to modify the item responsible for changing the character's name?
I tried to modify the services but it didn't work
# Service nick change
NickChangeEnabled = True
NickChangePrice = 20
NickChangeItem = 91700
# RegExp condition on format of character re-name
NickNameCustomTemplate = ([0-9A-Za-z]{2,16})|([0-9\u0410-\u044f]{2,16})
In the html of the page there is the bypass responsible, how do I modify the item?
bypass _cbbsserviceschangename $newname