TeachersPet
Well-known member
- Joined
- Jul 27, 2005
- RedCents
- 71¢
I whipped this up because I couldn't move in PoK like 2 minutes ago. Didn't remember if RG had one so I figured, like every other plugin I randomly make, I'd post it.
P.S. I promise this wasn't posted as a shameless "VOTE FOR ME" ploy.
P.P.S. You can vote for me here.
P.S. I promise this wasn't posted as a shameless "VOTE FOR ME" ploy.
P.P.S. You can vote for me here.
Rich (BB code):
// MQ2NoEncumber By: TeachersPet
#include "../MQ2Plugin.h"
PreSetup("MQ2NoEncumber");
PLUGIN_API VOID OnPulse(VOID)
{
GetCharInfo()->CurrWeight = 0;
}




