What's new

Character Boosts

neochrome88

Gold Supporter
16
2018
0
Hey guys,

Is there a way to trigger the built in blizzard type like Character boost? Where users will get the icon that'll let them create and/or boost to level 80? This is nice because it'll give new toons proper gear to take on 80 content vs just a .level 80 gm command. I know you can trigger name changes via gm commands, is there a way to trigger this boost?

-B
 
which expansion are you on?, this was implemented right before wod hit in mop in 5.4 I believe, so you will have to be >= mop
 
If you have some sort of CMS (web front end) for your players you could allow then to level or boost a character to 80 and via database scripting add the items (armor, weapons, trinkets, etc...) to their inventory.
Could even go so far as giving the player a choice between predefined items sets. Would take a little work but is doable.

A simpler way would be to set starting level in config to 80 and starting money to a set amount of gold. Then have a custom vendor shop to buy level 80 gear. Either a custom NPC or add items to anexisting NPC shopkeepers.
This is not a fancy but would get the job done.
 
I have a custom script with gold, lvl and EQ (lvl + gold in worldserver config, EQ in worldDB) for trinity 335a. Have to update them.

I asked ExO to implement the script but still no answer :/
 
If you have some sort of CMS (web front end) for your players you could allow then to level or boost a character to 80 and via database scripting add the items (armor, weapons, trinkets, etc...) to their inventory.
Could even go so far as giving the player a choice between predefined items sets. Would take a little work but is doable.

A simpler way would be to set starting level in config to 80 and starting money to a set amount of gold. Then have a custom vendor shop to buy level 80 gear. Either a custom NPC or add items to anexisting NPC shopkeepers.
This is not a fancy but would get the job done.

I'd like to stay away from starting level to 80.. because then others couldn't start a level 1.

Ya I have the web interface, but I'm not too sure how to manipulate it to that extent.

I have a custom script with gold, lvl and EQ (lvl + gold in worldserver config, EQ in worldDB) for trinity 335a. Have to update them.

I asked ExO to implement the script but still no answer :/

hmm =)
 
Back
Top