Hier mal die Einstellung der Datei UserSettings.lua von PlayerVerification:
----------------------------------------------------------------------------------------
-- Addon PlayerVerification
--
-- Author: Smaragdsoftware Oesterle, http://rom.smaragdsoftware.de
-- Copyright: Smaragdsoftware Oesterle
--
-- This files allows to set for every login user a specified password code.
-- This code will die displayed in guild chat while loggin into the game.
-- The syntax has to be defined by the guild.
-- There is no limit to verify characters.
-- The code SHOULD NOT be your login password !!!
--
-- Last Update: 02.07.2010
--
----------------------------------------------------------------------------------------
PlayerVerificationConfig_CodeList = {
["ExampleName"] = "I am a undefined code to verify the player ExampleName",
["SecoundCharName"] = "undefinedPlayercode",
["1. Accountname"] = "Hallo meine ......",
["2. Accountname"] = "Guten Tag",
};
ODER SO:
----------------------------------------------------------------------------------------
-- Addon PlayerVerification
--
-- Author: Smaragdsoftware Oesterle, http://rom.smaragdsoftware.de
-- Copyright: Smaragdsoftware Oesterle
--
-- This files allows to set for every login user a specified password code.
-- This code will die displayed in guild chat while loggin into the game.
-- The syntax has to be defined by the guild.
-- There is no limit to verify characters.
-- The code SHOULD NOT be your login password !!!
--
-- Last Update: 02.07.2010
--
----------------------------------------------------------------------------------------
PlayerVerificationConfig_CodeList = {
["1. Accountname"] = "Hallo meine ......",
["2. Accountname"] = "Guten Tag",
};
ACHTUNG: niemals das Spielepasswort eingeben!!!!!
Die Einträge hinter den Accountnamen sind jedem selbst überlassen.
Und hier der Link zum Prog:
http://rom.curse.com/downloads/rom-addons/details/playerverification.aspx
Dieses AddOn ist kein Schutz gegen Hacker, ist rein zur Identifikation des Spielers in der Gilde gedacht.