• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

plugin idea (1 Viewer)

shroomheadofmarbles

New member
Joined
Apr 5, 2005
RedCents
can someone help create a plugin that can change your toon's size client side ie. be able to shrink and grow unlimited times this is the offset just dont know how to code the plugin

(__Guilds-0x205D0)/2)
 
#define EQPlayer__ChangeHeight I dont know what it is today.


VOID size(PSPAWNINFO pSpawn, PCHAR szLine)
{
CHAR szArg[MAX_STRING];
float a;
GetArg(szArg,szLine,1);
a = atof(szArg);
pSpawn=((PSPAWNINFO)GetCharInfo()->pSpawn);
((EQPlayer*)pSpawn)->ChangeHeight(a);
}

AddCommand("/size",size);

RemoveCommand("/size");
 
plugin idea

Users who are viewing this thread

Back
Top