User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 23:23, 23 June 2014 (diff | hist) . . (+137) . . Players:How To Connect (→Getting a copy of Everquest 2)
- 23:22, 23 June 2014 (diff | hist) . . (0) . . Players:How To Connect (→What to expect)
- 23:21, 23 June 2014 (diff | hist) . . (+125) . . Players:Compatible Clients
- 12:15, 11 June 2014 (diff | hist) . . (+9) . . LUA:AddControlEffect (→Syntax)
- 12:15, 11 June 2014 (diff | hist) . . (+3) . . LUA:AddControlEffect (→Parameters)
- 18:57, 27 March 2014 (diff | hist) . . (+169) . . LUA:RemoveControlEffect (current)
- 18:56, 27 March 2014 (diff | hist) . . (+110) . . LUA:AddControlEffect
- 18:54, 27 March 2014 (diff | hist) . . (+93) . . LUA:AddControlEffect (→Notes)
- 21:59, 17 March 2014 (diff | hist) . . (+57) . . LUA:AddProc (→LUA Functions: AddProc())
- 21:58, 17 March 2014 (diff | hist) . . (+1) . . LUA:AddProc (→Parameters)
- 21:58, 17 March 2014 (diff | hist) . . (+10) . . LUA:AddProc (→LUA Functions: AddProc())
- 21:58, 17 March 2014 (diff | hist) . . (+184) . . LUA:AddProc
- 21:56, 17 March 2014 (diff | hist) . . (+128) . . LUA:Interrupt (current)
- 21:51, 17 March 2014 (diff | hist) . . (+543) . . N LUA:CopySpawnAppearance (Created page with "= LUA Functions: CopySpawnAppearance() = Copies the appearance details from one spawn to another. ==== Syntax ==== CopySpawnAppearance(param1, param2) ==== Parameters ==== ; ...") (current)
- 21:49, 17 March 2014 (diff | hist) . . (+396) . . N LUA:GetSpellTriggerCount (Created page with "= LUA Functions: GetSpellTriggerCount() = Returns the number of triggers remaining on a spell. ==== Syntax ==== GetSpellTriggerCount() ==== Parameters ==== ''None'' ==== Usa...") (current)
- 21:47, 17 March 2014 (diff | hist) . . (+440) . . N LUA:RemoveTriggerFromSpell (Created page with "= LUA Functions: RemoveTriggerFromSpell() = Removes one or more triggers from a spell. ==== Syntax ==== RemoveTriggerFromSpell(param1) ==== Parameters ==== ; Optional - ''par...") (current)
- 21:45, 17 March 2014 (diff | hist) . . (+595) . . N LUA:SetSpellTriggerCount (Created page with "= LUA Functions: SetSpellTriggerCount() = Sets the amount of triggers on a spell. ==== Syntax ==== SetSpellTriggerCount(param1, param2) ==== Parameters ==== ; Required - ''pa...") (current)
- 21:42, 17 March 2014 (diff | hist) . . (+214) . . LUA:AllFunctions (→EQ2Emulator: All LUA Functions)
- 21:36, 17 March 2014 (diff | hist) . . (+64) . . LUA:RemoveControlEffect
- 21:30, 17 March 2014 (diff | hist) . . (+68) . . LUA:AddControlEffect (→Notes)
- 22:09, 21 January 2014 (diff | hist) . . (+39) . . LUA:AddProc
- 21:34, 16 January 2014 (diff | hist) . . (+35) . . LUA:CureByControlEffect (→LUA Functions: CureByControlEffect()) (current)
- 21:33, 16 January 2014 (diff | hist) . . (+8) . . LUA:CureByControlEffect (→Syntax)
- 21:32, 16 January 2014 (diff | hist) . . (+1,132) . . N LUA:CureByControlEffect (Created page with "= LUA Functions: CureByControlEffect() = Cures detriments determined by the type of detriment. ==== Syntax ==== CureByType(param1, param2, param3, param4, param5) ==== Parame...")
- 21:29, 16 January 2014 (diff | hist) . . (+992) . . N LUA:CureByType (Created page with "= LUA Functions: CureByType() = Cures detriments determined by the type of detriment. ==== Syntax ==== CureByType(param1, param2, param3, param4, param5) ==== Parameters ====...") (current)
- 21:11, 16 January 2014 (diff | hist) . . (+84) . . LUA:AllFunctions (→EQ2Emulator: All LUA Functions)
- 04:49, 20 December 2013 (diff | hist) . . (-8) . . Admins:Linux Server:Ubuntu (→Download the source)
- 04:48, 20 December 2013 (diff | hist) . . (+42) . . Admins:Linux Server:Ubuntu
- 00:40, 20 December 2013 (diff | hist) . . (+3) . . Admins:Linux Server:Ubuntu (→Compile it)
- 00:40, 20 December 2013 (diff | hist) . . (+6) . . Admins:Linux Server:Ubuntu (→Compile it)
- 00:33, 20 December 2013 (diff | hist) . . (-14) . . Admins:Linux Server:Ubuntu (→Setting it up)
- 00:28, 20 December 2013 (diff | hist) . . (0) . . Admins:Linux Server:Ubuntu (→Setting it up)
- 00:16, 20 December 2013 (diff | hist) . . (+114) . . Admins:Linux Server:Ubuntu (→NOTE)
- 00:15, 20 December 2013 (diff | hist) . . (+591) . . Admins:Linux Server:Ubuntu
- 00:03, 20 December 2013 (diff | hist) . . (-145) . . Admins:Linux Server:Ubuntu (→Setting it up)
- 00:01, 20 December 2013 (diff | hist) . . (-20) . . Admins:Linux Server:Ubuntu (→Download the source)
- 23:59, 19 December 2013 (diff | hist) . . (+160) . . Admins:Linux Server:Ubuntu
- 23:56, 19 December 2013 (diff | hist) . . (-50) . . Admins:Linux Server:Ubuntu
- 00:25, 13 December 2013 (diff | hist) . . (+474) . . N LUA:GetItemSkillReq (Created page with "= LUA Functions: GetItemSkillReq() = Returns the skill id req (1 or 2) from an item. ==== Syntax ==== GetItemSkillReq(param1, param2) ==== Parameters ==== ; Required - ''para...") (current)
- 00:23, 13 December 2013 (diff | hist) . . (+597) . . N LUA:SetItemCount (Created page with "= LUA Functions: SetItemCount() = ==== Syntax ==== SetItemCount(param1, param2, param3) ==== Parameters ==== ; Required - ''param1'' (Item), ''param2'' (Player), ''param3'' (...") (current)
- 00:19, 13 December 2013 (diff | hist) . . (+367) . . N LUA:GetItemCount (Created page with "= LUA Functions: GetItemCount() = Returns the count of an item. ==== Syntax ==== GetItemCount(param1) ==== Parameters ==== ; Required - ''param1'' (Item) : ''param1'' is the ...") (current)
- 00:17, 13 December 2013 (diff | hist) . . (-140) . . LUA:Resurrect (→Syntax) (current)
- 00:16, 13 December 2013 (diff | hist) . . (+1,132) . . N LUA:Resurrect (Created page with "= LUA Functions: Resurrect() = Resurrects a dead player. ==== Syntax ==== Resurrect(param1, param2, param3, param4, param5, param6, param7) [float] hp_perc, [float] power_perc,...")
- 00:01, 13 December 2013 (diff | hist) . . (+466) . . N LUA:LastSpellAttackHit (Created page with "= LUA Functions: LastSpellAttackHit() = Checks to see if the last SpellDamage() call in the spellscript hit successfully. ==== Syntax ==== LastSpellAttackHit() ==== Parameter...") (current)
- 21:32, 12 December 2013 (diff | hist) . . (+405) . . N LUA:IsHeroic (Created page with "= LUA Functions: IsHeroic() = Returns a true/false if a spawn is heroic. ==== Syntax ==== IsHeroic(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) : ''param1'' is...") (current)
- 21:29, 12 December 2013 (diff | hist) . . (+39) . . LUA:SpellHeal (→Usage) (current)
- 21:28, 12 December 2013 (diff | hist) . . (+1) . . LUA:SpellHeal (→Syntax)
- 21:27, 12 December 2013 (diff | hist) . . (-1) . . LUA:AllFunctions (→EQ2Emulator: All LUA Functions)
- 21:27, 12 December 2013 (diff | hist) . . (+227) . . LUA:AllFunctions (→EQ2Emulator: All LUA Functions)
- 14:51, 7 December 2013 (diff | hist) . . (+431) . . LUA:SpellDamage (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)