Forums WoW Modding Discussion Miscellaneous [Archive] Character Boosts

[Archive] Character Boosts

[Archive] Character Boosts

rektbyfaith
Administrator
0
11-04-2025, 05:14 PM
#1
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
rektbyfaith
11-04-2025, 05:14 PM #1

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

rektbyfaith
Administrator
0
11-04-2025, 05:14 PM
#2
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
rektbyfaith
11-04-2025, 05:14 PM #2

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

rektbyfaith
Administrator
0
11-04-2025, 05:14 PM
#3
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source

Quote:Artamedes said:

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...
Oh darn.. I for some reason thought this was around in 4.3.4.. my mistake

-B
rektbyfaith
11-04-2025, 05:14 PM #3

Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source

Quote:Artamedes said:

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...
Oh darn.. I for some reason thought this was around in 4.3.4.. my mistake

-B

rektbyfaith
Administrator
0
11-04-2025, 05:14 PM
#4
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.
rektbyfaith
11-04-2025, 05:14 PM #4

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.

rektbyfaith
Administrator
0
11-04-2025, 05:14 PM
#5
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 :/
rektbyfaith
11-04-2025, 05:14 PM #5

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 :/

rektbyfaith
Administrator
0
11-04-2025, 05:14 PM
#6
Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source

Quote:mastermind said:

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...
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.
Quote:IceNet said:

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...
hmm =)
rektbyfaith
11-04-2025, 05:14 PM #6

Archived author: neochrome88 • Posted: 2025-11-04T18:14:33.432530
Original source

Quote:mastermind said:

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...
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.
Quote:IceNet said:

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...
hmm =)

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)