• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

[EqEmu] Plugin - Make target a banker

Redbot

💻❤️
Moderator
Joined
Oct 15, 2004
RedCents
104,068¢
Pronouns
He/Him
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:

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);
 	}
 }
 
[EqEmu] Plugin - Make target a banker

Users who are viewing this thread

Back
Top
Cart