Thread: Feats question.
View Single Post
Old 06-21-2005, 07:19 AM   #3
Legolas
Jack Burton
 

Join Date: March 31, 2001
Location: The zephyr lands beneath the brine.
Age: 41
Posts: 5,459
Open the console and use:
DebugMode 1 enables other console commands
GiveLevel -1 target your character.
GiveLevel 1 target your character.
DebugMode 0 disables other console commands

The downside of that one is that you may lose some xp, because the GiveLevel command puts you at the bare minimum xp you need to gain the level requested.

Instead of those two, you might use
dm_giveXP -?
dm_giveXP ?
where ? = 1000 * (Current Level -1)

You open the console by pressing the ` key, alternatively you can type the commands in your chatbar but then you'll have to prefix them with ##. Press return after each command.

So that'd be "## DebugMode 1", "## GiveLevel -1" and so on.
Legolas is offline   Reply With Quote