List of all existing LoginXML and WorldXML functions for macros and addons..
Arcadia exclusive functions were preceded by ~
symbol.
GameMaster functions were preceded by X
symbol.
Deprecated functions were preceded by -
symbol.
> NpcTrack_Initialize( string ViewName, string PlayerTexture );
> NpcTrack_SetMapID( int ID );
> NpcTrack_SearchNpc( string Name, bool CaseInsensitivity ) => int Count
> NpcTrack_SearchNpcByDBID( int DBID ) => int Count
> NpcTrack_GetNpc( int Index ) => int GUID, string Name, int MapID, int PosX, int PosZ
> NpcTrack_SearchQuestNpc( bool IgnoreLV, bool SameZone ) => int Count
> NpcTrack_SetTarget( int Index, int DBID, int R, int G, int B );
> NpcTrack_GetMax() => int NPCTrackMax
> NpcTrack_SetMax( int NPCTrackMax );
> SetTrackPlayerName( string Name )