Nachsacred Posted September 18, 2017 Report Share Posted September 18, 2017 In Blizzard and other servers I've seen there's a token for players that they can use to level up a character to 100 or 110 (depending on which one they have). I've been searching through commands list but I haven't found any way to add this neither to my account or other players ones. I'm running master branch and I want this to try how it works. Thanks ^^ Link to comment Share on other sites More sharing options...
Brainy Posted September 20, 2017 Report Share Posted September 20, 2017 Create a custom item and write an ItemScript which levels the user. You can also create a custom spell with a dummy effect using hotfixes. Then just create a spell script and let your custom item use the created spell. Link to comment Share on other sites More sharing options...
Aokromes Posted September 20, 2017 Report Share Posted September 20, 2017 or simply use player templates. Link to comment Share on other sites More sharing options...
HannibalRoG Posted September 21, 2017 Report Share Posted September 21, 2017 @Aokromes how exactly if it's not too much to ask. Link to comment Share on other sites More sharing options...
Brainy Posted September 21, 2017 Report Share Posted September 21, 2017 In world database you will find different character template tables. Just put your data inside. After that you can use the template system on the character selection screen. I'm not sure but maybe you must apply a rbac permission before you are able to use it. But maybe its just at my local branch. Link to comment Share on other sites More sharing options...
Recommended Posts