The Gua engine is version 24 . Here is a list of all it commands
/*--------------------------------------------*\
| GUAENGINE
| Scripted by Gastricpenguin
| Copywrite 2009
| http://www.mmowned.com/
\*--------------------------------------------*/
GuaEngine Command List
Core Functions [Do not require prefix]
RegisterUnitEvent(entry, event, "function")
RegisterGameObjectEvent(entry, event, "function")
RegisterQuestEvent(entry, event, "function")
RegisterUnitGossipEvent(entry, event, "function")
RegisterItemGossipEvent(entry, event, "function")
RegisterGOGossipEvent(entry, event, "function")
WorldMessage("string")
WideScreenMessage("string")
Query(1 or 0, field#,"string") -- 0: World DB, 1: Char DB
Execute(1 or 0, "string") -- 0: World DB, 1: Char DB
ReloadTable("string")
Unit Functions
SpawnCreature(entry, x, y, z, o, faction, duration, equip1, equip2, equip3)
EquipWeapons(item, item, item)
GetPlayersInRange() -- DEPRECATED, DO NOT USE
BuffInRangePlayers(spell)
Player Functions
GetLowGUID()
GetMoney()
CanRemoveCoinage(gold, silver, copper)
CanRemoveGold(gold)
CanRemoveSilver(silver)
RemoveCoinage(gold, silver, copper)
RemoveGold(gold)
RemoveSilver(silver)
AddCoinage(gold, silver, copper)
SendVendorList(pUnit)
Mount(model)
Dismount()
GiveXp(xp)
AddHonor(honor)
IsHorde()
IsAlliance()
IsOnQuest(quest)
TogglePvPFlag()
ToggleFFAPvPFlag()
RecalculateHonor()
SoftDisconnect()
LevelUp(# of levels)
GameObject Functions
GetName()
GetMapId()
GetCreatureNearestCoords()
GetGameObjectNearestCoords()
GetClosestPlayer()
GetZoneId()
GetItemCount()
GetSpawnX()
GetSpawnY()
GetSpawnZ()
GetSpawnO()
GetInRangePlayersCount()
GetEntry()
GetX()
GetY()
GetZ()
GetO()
GetInRangePlayers()
GetInRangeGameObjects()
GetInstanceID()
GetUInt64Value()
GetUInt32Value()
GetFloatValue()
GetGUID()
Teleport(target, entry, x, y, z)
AddItem(target, id, count)
Despawn()
IsInWorld()
IsInBack()
IsInFront()
PlaySoundToSet()
SpawnCreature(entry, x, y, z, o, faction, duration, equip1, equip2, equip3)
SpawnGameObject(entry, x, y, z, o, duration, scale)
CalcDistance()
SetOrientation()
RemoveFromWorld()
CalcRadAngle()
SetUInt32Value()
SetUInt64Value()
SetFloatValue()
ModUInt32Value()
CastSpell()
FullCastSpell()
CastSpellOnTarget()
FullCastSpellOnTarget()