No description
Find a file
Trust b830fea185 [Feature] LUA SQL Support (Linux)
Copy the luasql_ext.lua from global/lib/lua/5.1/ and place that in the root game folder with your eqemu_config.json and edit the database information to mirror your connection requirements.

Example lua use:

```lua
local mysql = require("luasql_ext");

for id, level, locked_out in mysql.rows(con,string.format("SELECT DISTINCT c.`id`, c.`level` FROM group_id g INNER JOIN character_data c ON c.id = g.character_id WHERE g.group_id = %s", group:GetID())) do
			if tonumber(level) <= dia_min_level then dia_min_level = tonumber(level) end
			if tonumber(level) >= dia_max_level then dia_max_level = tonumber(level) end
			dia_total_level = dia_total_level + tonumber(level);
			dia_member_count = dia_member_count + 1;
		end

```

```lua
local mysql = require("luasql_ext");

		for id,name in mysql.rows(con,"SELECT id from npc_types WHERE id >= 211000 and id < 212000 and disable_instance = 1") do
			disable_instance[id] = tonumber(id);
		end
```
2024-11-04 21:06:51 -05:00
abysmal Update txevu script 2023-12-27 19:36:54 -05:00
acrylia Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
airplane Start with base init of var 2024-03-05 17:45:09 -05:00
akanon Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
akheva Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
anguish [Omens] 10% chance for additional 2.0 Orb 2023-10-28 11:54:40 -04:00
arena Update 77005.lua 2020-03-06 07:59:41 -06:00
barindu Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
bazaar Fix timer call from event. Fixes #1365. 2023-01-22 12:25:24 -05:00
befallen [Cleanup] Befallen Cleanup 2023-12-31 23:25:21 -05:00
beholder [Cleanup] Butcher Updates 2024-01-01 20:19:05 -05:00
bloodfields agro to aggro 2023-08-15 18:44:46 -04:00
bothunder Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
broodlands Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
burningwood [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
butcher Disable Translocator Gethia pre-kunark (#1395) 2024-04-14 01:12:08 -04:00
cabeast Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
cabwest Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
cauldron GetClass() magic number cleanup 2023-08-15 08:14:30 -04:00
causeway Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
cazicthule Perl comments vice lua 2024-02-22 16:53:47 -05:00
chambersa mobs_died to mobs_dead 2023-08-15 19:21:26 -04:00
chambersb Merge branch 'master' into omens_trials_updates 2023-08-15 15:16:18 -04:00
chambersc [Bug] Subversion - Add Depop to pats on master pop 2024-01-08 20:11:49 -05:00
chambersd Merge pull request #1381 from ProjectEQ/true_false_cleanup 2023-08-15 18:45:12 -04:00
chamberse Merge branch 'master' into omens_trials_updates 2023-08-15 15:16:18 -04:00
chambersf [Bug] Quick fix to prevent expoloits until event_death is fixed 2023-11-05 18:05:04 -05:00
charasis [Ranger 1.5] Add return items to Ghost of Mera 2024-08-10 22:05:29 -04:00
chardok Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
chardokb Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
citymist [City of Mist] convert epic quests to Lua. Moved the files to the appropiate v0/v1 folder. 2024-02-22 10:51:20 -08:00
cobaltscar Clean up some cash handling from pre-plugin adjustments 2023-11-18 17:01:32 -05:00
codecay Merge branch 'master' into true_false_cleanup 2023-08-15 13:22:27 -04:00
commonlands Convert task ids to live task ids 2022-11-18 20:22:54 -05:00
commons Added item comment lines 2021-02-07 20:50:01 -08:00
corathus Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
crescent Update #Emissary_Tinnvin.pl 2024-08-20 20:33:16 -04:00
crushbone Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
crystal More item handin updates. Fixes #1366. 2023-01-22 13:01:03 -05:00
cshome Update Asherah the Torch Bearer's quest text (cshome) 2021-02-14 15:39:04 -05:00
dalnir Added item comment lines 2021-02-07 20:50:01 -08:00
dawnshroud Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
delvea [Updates] Dragons of Norrath Encounter Updates 2024-01-22 19:42:55 -05:00
delveb [Updates] Dragons of Norrath Encounter Updates 2024-01-22 19:42:55 -05:00
drachnidhive agro to aggro 2023-08-15 18:44:46 -04:00
dranik Cleric qglobal nil check 2023-11-05 09:49:24 -05:00
dranikcatacombsa Use expedition system for dranik expeditions 2020-12-28 18:48:50 -05:00
dranikcatacombsb Use expedition system for dranik expeditions 2020-12-28 18:48:50 -05:00
dranikcatacombsc Use expedition system for dranik expeditions 2020-12-28 18:48:50 -05:00
dranikhollowsa Use expedition system for draniksscar expeditions 2020-12-28 18:48:50 -05:00
dranikhollowsb Use expedition system for draniksscar expeditions 2020-12-28 18:48:50 -05:00
dranikhollowsc Added item comment lines 2021-02-07 20:50:01 -08:00
draniksewersa Use expedition system for dranik expeditions 2020-12-28 18:48:50 -05:00
draniksewersb Use expedition system for dranik expeditions 2020-12-28 18:48:50 -05:00
draniksewersc Use expedition system for dranik expeditions 2020-12-28 18:48:50 -05:00
draniksscar Karsor Updates 2023-09-15 14:49:45 -04:00
dreadlands Update Spire Code 2024-02-25 23:20:46 -05:00
dreadspire Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
droga [Bug Fix] Fix a goblin traitor in Droga to properly set flag for quest continuation. (#1402) 2024-07-30 20:20:59 -04:00
dulak [Bug] Quigli - General Cleanup + QGlobal nil Check 2023-11-14 15:59:27 -05:00
eastkarana [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
eastwastes Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
echo Added item comment lines 2021-02-07 20:50:01 -08:00
ecommons Convert task ids to live task ids 2022-11-18 20:22:54 -05:00
emeraldjungle [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
erudnext Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
erudnint Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
erudsxing Added item comment lines 2021-02-07 20:50:01 -08:00
everfrost nil check 2024-05-10 07:19:17 -04:00
fearplane Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
feerrott Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
feerrott2 Added HoT quest placeholders 2019-03-02 06:06:07 -08:00
felwithea Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
felwitheb Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
ferubi Ferubi Masters trash count now persists on zone shutdown via buckets. 2024-08-05 17:28:02 -04:00
fieldofbone More item handin updates. Fixes #1366. 2023-01-22 13:01:03 -05:00
firiona [War 1.5] Use language properly 2024-02-11 18:48:01 -05:00
freeporteast Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
freeportwest Shaman 1.5 spelling fixes 2024-07-27 09:05:01 -04:00
freporte Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
freportn Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
freportw [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
frontiermtns [Bug] Finrin - Race Name 2023-11-12 14:35:31 -05:00
frozenshadow More consistency in naming of return from eq.get_qglobals 2022-09-24 11:22:36 -04:00
fungusgrove Fix some qglobals item_check order issues 2022-09-24 00:40:48 -04:00
gfaydark Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
global [Feature] LUA SQL Support (Linux) 2024-11-04 21:06:51 -05:00
greatdivide Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
griegsend Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
grimling Added item comment lines 2021-02-07 20:50:01 -08:00
grobb Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
growthplane Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
guildhall [Bug] Need to add checks for Zeflmin Turning only on Hate and Sky items as they are still for sale in the world and used for port spells. 2024-04-21 19:12:46 -04:00
guildlobby [Bug Fix] Fix all MQ based Item_lib.check_turn_in calls 2024-01-22 22:19:28 -05:00
gukbottom Added item comment lines 2021-02-07 20:50:01 -08:00
guke Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
gukg Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
gukta Finzalizing. Hope this works... 2015-03-14 16:18:39 -04:00
guktop [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
gunthak Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
gyrospireb Finzalizing. Hope this works... 2015-03-14 16:18:39 -04:00
halas Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
halloween_event [Bug] More Halloween syntax fixes 2023-10-28 18:14:55 -04:00
harbingers Some nil checks on globals 2024-04-18 21:39:52 -04:00
hateplaneb Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
hatesfury Added item comment lines 2021-02-07 20:50:01 -08:00
highkeep More magic number cleanup 2023-08-15 07:40:18 -04:00
highpass Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
highpasshold Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
hohonora Merge branch 'master' into true_false_cleanup 2023-08-15 13:22:27 -04:00
hohonorb Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
hole Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
hollowshade Update Sergeant_Tylah.lua 2022-09-18 08:53:13 -06:00
iceclad Fix echo call in iceclad 2024-01-13 10:24:35 -05:00
ikkinz Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
illsalin agro to aggro 2023-08-15 18:44:46 -04:00
inktuta More magic number cleanup 2023-08-15 07:40:18 -04:00
innothule Update Lynuga.lua 2021-02-14 21:53:23 -06:00
innothuleb Added item comment lines 2021-02-07 20:50:01 -08:00
jaggedpine Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
kael [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
kaesora Added item comment lines 2021-02-07 20:50:01 -08:00
kaladima [Bug Fix] Fix all MQ based Item_lib.check_turn_in calls 2024-01-22 22:19:28 -05:00
kaladimb Clean up some cash handling from pre-plugin adjustments 2023-11-18 17:01:32 -05:00
karnor Added item comment lines 2021-02-07 20:50:01 -08:00
katta Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
kedge Delete a_crimson_sailfin.lua 2021-03-07 09:45:54 -06:00
kerraridge SK 1.0 - Allow player to get seal if faction is higher than 42. 2023-11-21 19:02:47 -05:00
kithicor A few more quest::moveto temp blocks 2023-10-29 20:58:48 -04:00
kodtaz Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
kurn Added item comment lines 2021-02-07 20:50:01 -08:00
lakeofillomen Some nil checks on globals 2024-04-18 21:39:52 -04:00
lakerathe [Monk Epic] Fix up a fallen student script 2024-01-15 16:59:40 -05:00
lavastorm Expansion routing for Lavastorm v0 and v1 2024-02-20 14:03:06 -08:00
letalis Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
lfaydark [Bug] Sanity Check for nil qglobal 2023-09-26 20:07:01 -04:00
lua_modules [Tooling] Add JSON encode/decode module to lua 2024-08-15 18:52:11 -04:00
maiden Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
mirb More magic number cleanup 2023-08-15 07:40:18 -04:00
mischiefplane Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
mistmoore Convert task ids to live task ids 2022-11-18 20:22:54 -05:00
misty Clean up some cash handling from pre-plugin adjustments 2023-11-18 17:01:32 -05:00
mistythicket Clean up some cash handling from pre-plugin adjustments 2023-11-18 17:01:32 -05:00
mmcc [Cleanup] Few missed magic numbers 2023-08-25 21:37:52 -04:00
mseru Added item comment lines 2021-02-07 20:50:01 -08:00
nadox Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
najena [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
natimbi [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
necropolis [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
nedaria Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
nektulos Convert task ids to live task ids 2022-11-18 20:22:54 -05:00
neriaka Clean up some cash handling from pre-plugin adjustments 2023-11-18 17:01:32 -05:00
neriakb Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
neriakc Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
netherbian Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
nexus Update Spire Code 2024-02-25 23:20:46 -05:00
nightmareb Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
northkarana Update Spire Code 2024-02-25 23:20:46 -05:00
northro Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
nro Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
nurga convert a_sleeping_ogre.pl to a_sleeping_ogre.lua. Quest is same in both version of the zone. 2024-02-20 11:39:06 -08:00
oasis Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
oceanoftears Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
oggok Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
oot Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
overthere Proper quest call for experience 2024-07-07 21:27:43 -04:00
paineel Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
paludal Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
paw comments. 2024-02-19 18:22:10 -08:00
permafrost Update Lady_Vox.pl 2024-02-16 16:52:07 -05:00
plugins [Performance] Use HasItemOnCorpse in hasitem plugins 2024-02-24 01:26:54 -06:00
poair Typo 2023-10-23 20:38:43 -04:00
podisease [Grimror] Fix alternate access for codecay 2024-02-02 19:55:37 -05:00
poeartha Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
poearthb Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
pofire Added item comment lines 2021-02-07 20:50:01 -08:00
poinnovation Update Manaetic_Prototype_XI.lua 2024-03-10 01:29:44 -05:00
pojustice [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
poknowledge Update player.pl 2024-02-19 13:50:21 -06:00
ponightmare Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
postorms Update #Darkened_Chanting_Woodspirit.lua 2024-03-25 07:47:18 -06:00
potactics Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
potimea PoTimeA magic number cleanup 2022-07-27 15:01:20 -04:00
potimeb Declare locally scoped variable in potime script. 2023-09-29 22:47:57 -04:00
potorment Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
potranquility Fix lua turn-in 2024-08-03 16:52:15 -04:00
povalor Update #Aerin-Dar.lua 2021-02-24 18:13:46 -06:00
powater Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
provinggrounds Update Projection_of_Tactics.lua 2023-08-16 13:14:18 -04:00
qcat Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
qey2hh1 Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
qeynos Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
qeynos2 Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
qeytoqrg Merge branch 'master' into true_false_cleanup 2023-08-15 13:22:27 -04:00
qinimi Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
qrg Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
qvic Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
rathemtn Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
riftseekers [Cleanup] Queen Syntax Cleanup 2023-10-28 14:01:14 -04:00
rivervale Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
riwwi Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
rujd Incorrectly named register events 2024-01-30 09:00:39 -05:00
rujg Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
runnyeye [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
scarlet Globals nil check on #Disciple_of_Sun 2023-12-06 21:29:07 -05:00
sebilis Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
shadeweaver Clean up Elefan and Zimloro quests 2024-03-09 12:25:45 -05:00
shadowhaven Revert some text changes that were probably wrong on Alla's 2024-03-09 13:19:09 -05:00
shadowrest burried -> buried 2015-07-06 10:31:12 -07:00
sharvahl Fix mysterious_voice (#1393) 2024-04-20 20:17:32 -04:00
sirens nil check on ENC epic in sirens 2024-07-07 21:25:52 -04:00
skyfire Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
skyshrine [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
sleeper Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
sncrematory Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
snlair Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
snplant Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
snpool Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
soldunga Added item comment lines 2021-02-07 20:50:01 -08:00
soldungb Update Lord_Nagafen.pl 2023-02-19 11:56:19 -05:00
soldungc [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
solrotower Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
soltemple Added item comment lines 2021-02-07 20:50:01 -08:00
southkarana [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
southro Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
sro Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
sseru [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
ssratemple Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
steamfont Change Cargo Clockwork to use databuckets and waypoints 2023-11-19 18:01:20 -05:00
steamfontmts Change Yendar back to $client method. Original problem was a case change. 2023-11-12 08:56:52 -05:00
stillmoona Fix errant whitespace 2023-10-02 20:48:11 -04:00
stillmoonb [Bug] Typo 2024-04-19 10:28:35 -04:00
stonebrunt Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
swampofnohope Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
tacvi Merge branch 'master' into true_false_cleanup 2023-08-15 13:22:27 -04:00
takc Merge branch 'master' into true_false_cleanup 2023-08-15 13:22:27 -04:00
templeveeshan Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
tenebrous Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
thedeep Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
thegrey Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
thenest Vish Updates 2024-08-16 17:25:10 -04:00
thuledream Added HoT quest placeholders 2019-03-02 06:06:07 -08:00
thundercrest [Bug] On yar`lir's death adds should depop 2024-05-13 09:45:38 -04:00
thurgadina More item handin updates. Fixes #1366. 2023-01-22 13:01:03 -05:00
thurgadinb Added item comment lines 2021-02-07 20:50:01 -08:00
timorous Faydedar Bug Fix 2023-08-22 12:07:25 -04:00
tipt Fix timer error 2024-02-08 07:32:48 -05:00
torgiran Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
tox Update Spire Code 2024-02-25 23:20:46 -05:00
toxxulia Convert task ids to live task ids 2022-11-18 20:22:54 -05:00
trakanon [DoN] Modern Tradeskill Tasks 2024-01-22 18:01:55 -05:00
tutoriala Updated Task ID in tutoriala per Live 2023-12-25 21:46:53 -05:00
tutorialb Update player.pl 2024-09-30 22:20:44 -04:00
twilight Added item comment lines 2021-02-07 20:50:01 -08:00
txevu agro to aggro 2023-08-15 18:44:46 -04:00
umbral Class name in Umbral chest script 2023-11-12 08:30:58 -05:00
unrest Convert task ids to live task ids 2022-11-18 20:22:54 -05:00
uqua Magic Number cleanup - First pass 2023-08-13 17:16:42 -04:00
utility Adjusted itemcomment README/warning fix 2021-02-07 20:48:21 -08:00
veeshan Added item comment lines 2021-02-07 20:50:01 -08:00
veksar Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
velketor [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
vergalid Finzalizing. Hope this works... 2015-03-14 16:18:39 -04:00
vexthal Merge branch 'master' of github.com:ProjectEQ/projecteqquests into true_false_cleanup 2023-08-15 12:30:38 -04:00
vxed Vxed timer 2024-02-08 19:35:18 -05:00
wakening qglobal nil check 2024-03-05 13:57:00 -05:00
wallofslaughter [Bug] Start Timer should be Set Timer 2023-11-27 00:24:35 -05:00
warrens [Cleanup] :Race to :GetRaceName 2023-11-12 14:45:35 -05:00
warslikswood Update Lurking_Hopeful.pl 2023-11-17 06:47:02 -05:00
westkorlach Replace == bool and ~= bool 2023-08-15 11:39:43 -04:00
westwastes Typo 2023-12-30 22:37:31 -05:00
yxtta [Cleanup] Butcher Updates 2024-01-01 20:19:05 -05:00
.drone.yml Update .drone.yml 2023-04-27 23:45:45 -05:00
.editorconfig Add .editorconfig to be a guideline for basic formatting 2024-04-13 14:21:59 -04:00
.gitignore Changed table.getn(var) calls to #var Closes #1370 2023-01-22 13:03:50 -08:00
.travis.yml Remove unneeded setting I copy and pasted from an example 2020-01-23 23:49:17 -05:00
check_all Fix client_functions.pl plugin syntax 2017-08-23 20:36:37 -05:00
ci.sh It's a lot faster this way [skip ci] 2020-01-24 14:50:38 -05:00
convert Fix client_functions.pl plugin syntax 2017-08-23 20:36:37 -05:00
README.md Add basic README 2023-08-15 14:57:46 -04:00


ProjectEQ Quest Repository

Downloads Contributors Forks Stargazers Issues

About The Project

Primary quest repository for EQEmu.

Built With

  • Perl
  • LUA

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request and it will be reviewed.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • LUA is the preferred language moving forward.
  • For larger events that encompass a number of npcs and functions, please consider creating the event as an encounter.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request