• 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 --->

Name change? (1 Viewer)

swordsamurai

New member
Joined
Jul 14, 2007
RedCents
Ive heard there is a name change macro is this true and this is my very first time using any kind of macro so ill need lots of help on how to do any of it hehe . TY for all ur help
 
There is no name change macro.

You might be thinking of a plugin which allowed to do some funky things with names, I think it was about 2 years ago. Needless to say it was fixed pretty quickly.


Try this old but still useful method for changing your name:

Have someeone else petition your name as being offensive in Swahili (or some other language), or being from a book or some obscure movie.
 
Rich (BB code):
|Name Change Macro
|By Marburyisgod

#turbo

Sub main

  /call PCcheck
  /call GMcheck
  /surname <name>
 /return

Sub PCcheck 
  :loopstart1 
  /if (${Spawn[pc noalert 2].ID}) {         
  /echo Player Nearby!!!  
  /echo pausing the macro...  
  /delay 10s 
  /goto :loopstart1 
} 
/return

Sub GMcheck 
  /if (${Spawn[gm].ID}) { 
  /echo Gm detected 
  /beep 
  /beep 
  /beep 
  /keypress 9 
  /endmac 
  /unload 
  /q 
} 
/return


Simple code, this will change your surname once every 7 days as Sony allows you. Even has player and GM check, I can add health checks for potions.
 
Name change?

Users who are viewing this thread

Back
Top