• 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] Set speed for Eqemu

Xabob2

New member
Joined
Jan 28, 2005
RedCents
10¢
Rich (BB code):
 VOID setspeed(PSPAWNINFO pChar, PCHAR szLine)
 {
 		char szString[MAX_STRING] = {0};
 		int speed = atoi(GetArg(szString, szLine, 1));
 		sprintf(szLine, "%i", speed);
 		WriteChatColor(szLine, CONCOLOR_BLUE);
 		pChar->RunSpeed = (byte)speed;
 	
 }
 
[EqEmu] Set speed for Eqemu

Users who are viewing this thread

Back
Top
Cart