Is there a way to set up my server for when people create new characters, they will automatically be level 70? If anyone could help me I will + rep (If I can)
Ps. I used the search function but I couldn't find anything for this.
Is there a way to set up my server for when people create new characters, they will automatically be level 70? If anyone could help me I will + rep (If I can)
Ps. I used the search function but I couldn't find anything for this.
open navicat find playercreate_info find the level field, change EVERY one to 70, all 3 pages
and to get high rates, open ascent config file, find the rates, and change XP to like 10000000000000000
I found this script on my desktop for some reason....hope it works. It isnt mine and if the guy who made it wants me to take it off i will
Adjust in player.cpp
//THIS IS NEEDED
SetUInt32Value(UNIT_FIELD_BASE_HEALTH, info->health);
SetUInt32Value(UNIT_FIELD_BASE_MANA, info->mana );
SetUInt32Value(UNIT_FIELD_FACTIONTEMPLATE, info->factiontemplate );
SetUInt32Value(UNIT_FIELD_LEVEL, 70 );
SetUInt32Value(PLAYER_CHARACTER_POINTS1,61 );
SetUInt32Value(PLAYER_FIELD_COINAGE, 200000000);
SetUInt32Value(UNIT_FIELD_HEALTH, 5000);
Thanks for the help everyoneI decided to go with a quest, seemed like the easiest way
![]()