User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:00, 9 January 2013 (diff | hist) . . (+49) . . LUA:AllFunctions
- 15:59, 9 January 2013 (diff | hist) . . (+677) . . N LUA:SetTradeskillClass (Created page with "= LUA Functions: SetTradeskillClass() = Sets the tradeskill class of the gicen spawn ==== Syntax ==== SetTradeskillClass(param1, param2) ==== Parameters ==== ; Required - ''pa...")
- 21:41, 8 January 2013 (diff | hist) . . (+1,017) . . N LUA:SendOptionWindow (Created page with "= LUA Functions: SendOptionWindow() = Sends the option window to the given client ==== Syntax ==== SendOptionWindow(param1, param2, param3, [param4]) ==== Parameters ==== ; Re...") (current)
- 21:35, 8 January 2013 (diff | hist) . . (+721) . . N LUA:CreateOptionWindow (Created page with "= LUA Functions: CreateOptionWindow() = Creates an option window ==== Syntax ==== CreateOptionWindow() ==== Parameters ==== ; None ==== Usage ==== <pre> function hailed(NPC, ...") (current)
- 21:32, 8 January 2013 (diff | hist) . . (+1,462) . . N LUA:AddOptionWindowOption (Created page with "= LUA Functions: AddOptionWindowOption() = Adds an option to the given option window. ==== Syntax ==== AddOptionWindowOption(param1, param2, param3, param4, param5, [param6], [...")
- 21:13, 8 January 2013 (diff | hist) . . (+149) . . LUA:AllFunctions
- 16:19, 17 October 2012 (diff | hist) . . (-79) . . LUA:GetHP (current)
- 16:19, 17 October 2012 (diff | hist) . . (-21) . . LUA:GetPower (current)
- 16:18, 17 October 2012 (diff | hist) . . (+26) . . N LUA:GetCurrentPower (moved LUA:GetCurrentPower to LUA:GetPower) (current)
- 16:18, 17 October 2012 (diff | hist) . . (0) . . m LUA:GetPower (moved LUA:GetCurrentPower to LUA:GetPower)
- 16:17, 17 October 2012 (diff | hist) . . (0) . . m LUA:GetHP (moved LUA:GetCurrentHP to LUA:GetHP)
- 16:17, 17 October 2012 (diff | hist) . . (+23) . . N LUA:GetCurrentHP (moved LUA:GetCurrentHP to LUA:GetHP) (current)
- 16:16, 17 October 2012 (diff | hist) . . (+856) . . N LUA:GetGroup (Created page with "= LUA Functions: GetGroup() = Returns a lua table (array) of all the spawns in the given spawns group. ==== Syntax ==== var = GetGroup(param1) ==== Parameters ==== ; Require...") (current)
- 15:34, 17 October 2012 (diff | hist) . . (+524) . . N LUA:GetGender (Created page with "= LUA Functions: GetGender() = Returns the current gender id for the given spawn. ==== Syntax ==== var = GetGender(param1) ==== Parameters ==== ; Required - ''param1'' (Spaw...") (current)
- 15:25, 17 October 2012 (diff | hist) . . (+804) . . N LUA:GetFactionAmount (Created page with "= LUA Functions: GetFactionAmount() = Returns the current amount of faction the given spawn has with the given faction. ==== Syntax ==== var = GetFactionAmount(param1, param2) ...") (current)
- 18:18, 16 October 2012 (diff | hist) . . (+92) . . LUA:GetCurrentZoneSafeLocation (current)
- 18:16, 16 October 2012 (diff | hist) . . (+515) . . N LUA:GetCurrentZoneSafeLocation (Created page with "= LUA Functions: GetCurrentZoneSafeLocation() = Returns the safe location for the zone that the given spawn is in. ==== Syntax ==== x,y,z = GetCurrentZoneSafeLocation(param1) ...")
- 17:58, 16 October 2012 (diff | hist) . . (+457) . . N LUA:GetCoinMessage (Created page with "= LUA Functions: GetCoinMessage() = Returns a string in the "x Platinum x Gold x Silver x Copper" format for the given amount of coins. ==== Syntax ==== var = GetCoinMessage(pa...") (current)
- 17:46, 16 October 2012 (diff | hist) . . (+443) . . N LUA:GetClassName (Created page with "= LUA Functions: GetClassName() = Returns the class name for the given spawn. ==== Syntax ==== var = GetClassName(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn)...") (current)
- 17:43, 16 October 2012 (diff | hist) . . (+448) . . N LUA:GetAgiBase (Created page with "= LUA Functions: GetAgiBase() = Returns the base agility of the given spawn. ==== Syntax ==== var = GetAgiBase(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) : ...") (current)
- 17:39, 16 October 2012 (diff | hist) . . (+332) . . N LUA:Gate (Created page with "= LUA Functions: Gate() = Sends the given player to their bind point. ==== Syntax ==== Gate(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) : ''param1'' is the pl...") (current)
- 17:35, 16 October 2012 (diff | hist) . . (+407) . . N LUA:FaceTarget (Created page with "= LUA Functions: FaceTarget() = Forces a spawn to turn towards another spawn. ==== Syntax ==== FaceTarget(param1, param2) ==== Parameters ==== ; Required - ''param1'' (Spawn)...") (current)
- 21:55, 15 October 2012 (diff | hist) . . (+776) . . N LUA:Emote (Created page with "= LUA Functions: Emote() = Causes the given spawn to send a chat emote. ==== Syntax ==== Emote(param1, param2 [param3], [param4]) ==== Parameters ==== ; Required - ''param1''...") (current)
- 21:44, 15 October 2012 (diff | hist) . . (+437) . . N LUA:Despawn (Created page with "= LUA Functions: Despawn() = Removes the given spawn from the world. ==== Syntax ==== Despawn(param1, [param2]) ==== Parameters ==== ; Required - ''param1'' (Spawn) : ''param''...") (current)
- 21:39, 15 October 2012 (diff | hist) . . (+287) . . N LUA:CreateConversation (Created page with "= LUA Functions: CreateConversation() = Creates a new conversation. ==== Syntax ==== conversation = CreateConversation() ==== Usage ==== <pre> function hailed(NPC, Spawn) ...") (current)
- 21:35, 15 October 2012 (diff | hist) . . (+527) . . N LUA:CloseItemConversation (Created page with "= LUA Functions: CloseItemConversation() = Forces the dialog between the player and the item to close. ==== Syntax ==== CloseItemConversation(param1, param2) ==== Parameters ...") (current)
- 21:30, 15 October 2012 (diff | hist) . . (+503) . . N LUA:CloseConversation (Created page with "= LUA Functions: CloseConversation() = Closes the dialog between the spawn and a player. ==== Syntax ==== CloseConversation(param1, param2) ==== Parameters ==== ; Required - ...") (current)
- 21:25, 15 October 2012 (diff | hist) . . (+412) . . N LUA:Charm (Created page with "= LUA Functions: Charm() = Puts a spawn under the control of another spawn. ==== Syntax ==== Charm(param1, param2) ==== Parameters ==== ; Required - ''param1'' (Spawn), ''para...") (current)
- 21:21, 15 October 2012 (diff | hist) . . (+649) . . N LUA:CastSpell (Created page with "= LUA Functions: CastSpell() = Makes a spawn cast the given spell on the given target. ==== Syntax ==== CastSpell(param1, param2, param3, [param4]) ==== Parameters ==== ; Req...") (current)
- 21:13, 15 October 2012 (diff | hist) . . (+333) . . N LUA:Bind (Created page with "= LUA Functions: Bind() = Sets the bind point of the player to his/hers current location. ==== Syntax ==== Bind(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) :...")
- 20:59, 15 October 2012 (diff | hist) . . (+425) . . N LUA:Attack (Created page with "= LUA Functions: Attack() = Forces a NPC to attack a player. ==== Syntax ==== Attack(param1, param2) ==== Parameters ==== ; Required - ''param1'' (Spawn), ''param2'' (Spawn) ...")
- 20:54, 15 October 2012 (diff | hist) . . (+566) . . N LUA:ApplySpellVisual (Created page with "= LUA Functions: ApplySpellVisual() = Makes the given spawn play the given spell animation. ==== Syntax ==== ApplySpellVisual(param1, param2) ==== Parameters ==== ; Required ...")
- 20:41, 15 October 2012 (diff | hist) . . (+1,330) . . N LUA:AddTimer (Created page with "= LUA Functions: AddTimer() = Adds a timer to the given spawn that will call the given function when the time runs out. ==== Syntax ==== AddTimer(param1, param2, param3, [param...")
- 20:20, 15 October 2012 (diff | hist) . . (0) . . LUA:AddStepProgress
- 20:19, 15 October 2012 (diff | hist) . . (+570) . . N LUA:AddStepProgress (Created page with "= LUA Functions: AddStepProgress() = Advances the players quest step. ==== Syntax ==== AddStepProgress(param1, param2, param3, param4) ==== Parameters ==== ; Required - ''par...")
- 20:13, 15 October 2012 (diff | hist) . . (+14) . . LUA:AddSpellBookEntry
- 20:12, 15 October 2012 (diff | hist) . . (+525) . . N LUA:AddSpellBookEntry (Created page with "= LUA Functions: AddSpellBookEntry() = Adds a spell to the given player ==== Syntax ==== AddSpellBookEntry(param1, param2, param3) ==== Parameters ==== ; Required - ''param1'...")
- 20:06, 15 October 2012 (diff | hist) . . (+594) . . N LUA:AddSpellBonus (Created page with "= LUA Functions: AddSpellBonus() = Adds to the stats of the given spawn. ==== Syntax ==== AddSpellBonus(param1, param2, param3) ==== Parameters ==== ; Required - ''param1'' (...")
- 19:59, 15 October 2012 (diff | hist) . . (+654) . . N LUA:AddSpawnAccess (Created page with "= LUA Functions: AddSpawnAccess() = Adds access to a private spawn for the given spawn. ==== Syntax ==== AddSpawnAccess(param1, param2) ==== Parameters ==== ; Required - ''pa...")
- 17:01, 15 October 2012 (diff | hist) . . (+133) . . LUA:AddSkillBonus
- 16:55, 15 October 2012 (diff | hist) . . (+542) . . N LUA:AddSkillBonus (Created page with "= LUA Functions: AddSkillBonus() = Adds a bonus to the given skill ==== Syntax ==== AddSkillBonus(param1, param2, param3) ==== Parameters ==== ; Required - ''param1'' (Spawn)...")
- 16:40, 15 October 2012 (diff | hist) . . (+1,339) . . N LUA:AddPrimaryEntityCommand (Created page with "= LUA Functions: AddPrimaryEntityCommand() = Returns the current '''current hit points''' of ''param''. The parameter can be either a player or the NPC currently being interacted...")
- 16:12, 15 October 2012 (diff | hist) . . (+143) . . LUA:AddQuestStep
- 17:15, 11 October 2012 (diff | hist) . . (+101) . . LUA:AddQuestStep
- 16:18, 11 October 2012 (diff | hist) . . (+488) . . LUA:AddQuestSelectableRewardItem
- 15:38, 11 October 2012 (diff | hist) . . (+541) . . LUA:AddQuestRewardItem
- 15:29, 11 October 2012 (diff | hist) . . (+406) . . LUA:AddQuestRewardFaction
- 15:21, 11 October 2012 (diff | hist) . . (+627) . . LUA:AddQuestRewardCoin
- 15:11, 11 October 2012 (diff | hist) . . (-1,172) . . LUA:AddQuestPrereqQuest
- 15:04, 11 October 2012 (diff | hist) . . (+527) . . N LUA:AddQuestPrereqModelType (Created page with "= LUA Functions: AddQuestPrereqModelType() = Adds a model type prerequisite to the given quest. ==== Syntax ==== AddQuestPrereqModelType(param1, param2) ==== Parameters ==== ;...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)