View Single Post
01-09-11, 07:01 PM   #2
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 154
For simple cases, you could have your addon communicate with itself. If you already perform checks to ignore what you send out, you could temporarily trick your mod into thinking your name is something else. Say your character's name is really "Character" and your mod saves this name when it first starts. When testing, replace the saved real name with "TEST" or some other impossible name. Once that's done, any communication you send will look like it came from some other character named "Character" and your mod should accept it.

If your mod does anything too complex for this though, pressuring guild-mates is probably the only other way to test.
  Reply With Quote