[Archive] Character Boosts
[Archive] Character Boosts
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source
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
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source
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
Quote:Artamedes said:Oh darn.. I for some reason thought this was around in 4.3.4.. my mistake
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
Click to expand...
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source
Quote:Artamedes said:Oh darn.. I for some reason thought this was around in 4.3.4.. my mistake
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
Click to expand...
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source
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.
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source
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 :/
Quote:mastermind said:I'd like to stay away from starting level to 80.. because then others couldn't start a level 1.
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.
Click to expand...
Quote:IceNet said:hmm =)
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 :/
Click to expand...
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source
Quote:mastermind said:I'd like to stay away from starting level to 80.. because then others couldn't start a level 1.
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.
Click to expand...
Quote:IceNet said:hmm =)
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 :/
Click to expand...