Credit: Xabob
This is a plugin for those of you running MQ2 on EQEmu servers. Yes - I realize we have no documentation for running MQ2 on a EQemu server (let alone EQemu documentation) but that information is coming shortly from either Xabob or myself.
But I figured it's better to post it up than not. Enjoy EMU users:
This is a plugin for those of you running MQ2 on EQEmu servers. Yes - I realize we have no documentation for running MQ2 on a EQemu server (let alone EQemu documentation) but that information is coming shortly from either Xabob or myself.
But I figured it's better to post it up than not. Enjoy EMU users:
Rich (BB code):
VOID makebanker(PSPAWNINFO pChar, PCHAR szLine)
{
if (pTarget && ppTarget) {
PSPAWNINFO Target = (PSPAWNINFO)pTarget;
Target->Class = (byte)40;
WriteChatColor("Your target is now a banker!", CONCOLOR_RED);
}
else {
WriteChatColor("NO TARGET SELECTED!", CONCOLOR_RED);
}
}

