I was looking on the builders lessons and I couldn't find anything that could remove experience. I've found that mpmadd $n currhp -100 works, but what about for removing experience?
Thanks in advance.
Objects that drain HP and experience
-
- Sword Grand Master
- Posts: 384
- Joined: Mon Nov 10, 2003 9:03 pm
- Location: Outskirts of Waterdeep
- Contact:
Objects that drain HP and experience
"May your travels be Wonderful and Mysterious."
-
- Sword Grand Master
- Posts: 4708
- Joined: Tue Jul 15, 2003 9:26 pm
- Location: House of Wonder, Waterdeep
mpmadd $n exp -VALUE should work.
Though... I am not sure if it will actually "level down" characters correctly.
An alternative option would be to use a spell, like enervation or energy drain. You can use mpaffect to cast it without the echoes and overcome the target's resistance automatically, as in: mpaffect enervation $n.
Though... I am not sure if it will actually "level down" characters correctly.
An alternative option would be to use a spell, like enervation or energy drain. You can use mpaffect to cast it without the echoes and overcome the target's resistance automatically, as in: mpaffect enervation $n.