7314 Commits

Author SHA1 Message Date
Justin Wienckowski
6a31af81ee Add GM:MinStatusToLevelTarget rule, which determines the GM status needed to use the #level command on your target. 2019-06-16 00:43:18 -07:00
James Lavoy
2a308b1f14 moderning and updating installer script
fixing tabs

adding perl-json

adding sodium

adding openssl

removing debian stuff, refactoring rhel stuff

changing some fedora stuff

more fedora crap

dnf doesn't like newlines in group install?
2019-06-15 21:08:13 -06:00
Uleat
8681d0acf7
Merge pull request #855 from KinglyKrab/master
New Perl/Lua buff functionality.
2019-06-13 19:17:53 -04:00
Kinglykrab
7d1362732d New Perl/Lua buff functionality.
- Mob::FindBuffBySlot(slot)
	This allows you to find buffs by a specific slot.
	Example: https://i.imgur.com/VG68cxs.png
	Perl Example: https://pastebin.com/8HvMAC4h

- Mob::BuffCount()
	This will find the active number of buffs an NPC/client has.
	Example: https://i.imgur.com/jrLRBwV.png
	Perl Example: https://pastebin.com/Wmg16wwp
2019-06-13 18:20:33 -04:00
Akkadius
86ed2c1e76 Pets shouldn't be scanning for aggro 2019-06-12 01:50:01 -05:00
Akkadius
d817f08373 Fix issue with pets causing players to be aggroed and ignoring distance checks 2019-06-12 01:27:55 -05:00
Akkadius
882e3742d9 Make sure AC / Corrup and PhR do not auto scale unles auto scale criteria is met 2019-06-11 15:26:01 -05:00
Akkadius
660416065e Fix scaling and display for cor / phr 2019-06-11 15:19:27 -05:00
Chris Miles
79d8a6329c
Merge pull request #854 from EQEmu/feature/file-load-tweaks
Feature/file load tweaks
2019-06-10 00:48:45 -05:00
Akkadius
a2dd1fc753 Update eqemu_server.pl 2019-06-10 00:40:11 -05:00
Akkadius
ce41cf9cd5 Load mail_opcodes.conf dynamically 2019-06-10 00:29:24 -05:00
Akkadius
c0e07cec01 Loader adjustments 2019-06-10 00:01:18 -05:00
Akkadius
3c8ecd6715 Cleanup files if exist 2019-06-09 23:47:15 -05:00
Akkadius
b6e592db13 Remove more defaults 2019-06-09 23:38:42 -05:00
Akkadius
94cce09253 Remove perl defaults 2019-06-09 23:36:54 -05:00
Akkadius
f6a96ae941 Remove no longer used html template files 2019-06-09 23:36:19 -05:00
Michael Cook (mackal)
290133803e Add a hard off for NPC scaling for Merc/Bot
They don't need it. We may want to add this to actually be in the DB for
normal NPCs in the future.
2019-06-10 00:36:18 -04:00
Michael Cook (mackal)
4627bfe271 Mercs shouldn't do global loot (I think) 2019-06-10 00:30:04 -04:00
Uleat
c3e10a7409
Merge pull request #853 from dencelle/master
fixed opcode for deleteing a item out of a player's inventory slot
2019-06-09 19:11:06 -04:00
dencelle
65e429a596 fixed opcode for deleteing a item out of a player's inventory slot 2019-06-09 22:36:23 +00:00
Michael Cook (mackal)
63933f53c8
Merge pull request #851 from fryguy503/lua_stand_crouch
LUA/PERL - IsStanding() and IsCrouching() - Returns as bools
2019-06-08 14:09:44 -04:00
Trust
d23a6e646e LUA/PERL - IsStanding() and IsCrouching() - Returns as bools 2019-06-08 04:48:06 +00:00
Uleat
2690e4de4d Redirected bots binaries remote to appveyor artifact repo (thanks Akkadius!) [skip ci] 2019-05-27 20:27:23 -04:00
Chris Miles
1122d29e19
Update system_tables.txt 2019-05-26 03:37:52 -05:00
Akkadius
b2aa696a3a Add get_zone_attributes back in 2019-05-25 23:11:21 -05:00
Akkadius
40b63f74ee Add logging calls 2019-05-25 18:46:07 -05:00
Akkadius
9c931ced4e Allow local admin login 2019-05-20 00:49:05 -05:00
KimLS
52276d06b0 Remove c++17 construct, a bridge too far for now 2019-05-17 00:29:51 -07:00
KimLS
597c4e8c60 Rename websocket_server so it no longer shares a name with its own type 2019-05-17 00:22:32 -07:00
KimLS
5b41060588 Swap out recast for our own submod 2019-05-17 00:18:32 -07:00
KimLS
c737504645 Subscription changes 2019-05-17 00:09:38 -07:00
KimLS
e277e55718 Merge remote-tracking branch 'origin/master' into feature/eqemu-api-data-service-netstats-ws 2019-05-16 14:38:12 -07:00
KimLS
5936d865b5 Apply patches to recast 2019-05-16 14:37:52 -07:00
KimLS
f2d47927b8 Update cmake to point at our static recast, need to apply our patches to it now 2019-05-16 14:28:15 -07:00
KimLS
4836db73d7 Recast navigation 2019-05-16 14:24:08 -07:00
KimLS
e00cd4afd9 Remove recast module 2019-05-16 14:13:13 -07:00
KimLS
ebca112769 Implement a basic websockets server 2019-05-16 00:12:21 -07:00
KimLS
5bfcef600f Removed submodule 2019-05-14 13:06:46 -07:00
KimLS
845dd339b2 Remove websocketpp 2019-05-14 13:04:36 -07:00
KimLS
09b91f5229 Change hash from enum to int, older gcc versions have trouble with that 2019-05-12 21:09:06 -07:00
KimLS
0eeb73b436 Fix for lvalue ref trying to bind to a rvalue 2019-05-11 00:10:47 -07:00
Alex
ad790ac8ef
Merge pull request #840 from noudess/master
Roambox patch for navmesh and large roamboxes in hilly zones
2019-05-02 18:38:00 -07:00
Akkadius
d7abf3f26c Change compression level in deflate 2019-05-01 16:23:24 -05:00
Akkadius
6739eea78b Change NPC scaling classification order check 2019-05-01 15:26:16 -05:00
Uleat
cd3125ced0 Added safety to SuspendMinion spell index dereference 2019-04-28 21:20:52 -04:00
Uleat
72e0320509 Fix for loginserver crashes 2019-04-25 01:11:56 -04:00
Chris Miles
15ff0bf5c3
Merge pull request #843 from noudess/RandomizeFeatures
Expose RandomizeFeatures which supercedes plugin::RandomFeatures in functionality
2019-04-24 16:53:33 -05:00
Paul Coene
a402f01514
Update perl_mob.cpp 2019-04-24 17:26:17 -04:00
Paul Coene
dfe4bb5b78
Update lua_mob.cpp 2019-04-24 10:32:09 -04:00
Paul Coene
c24bfaf35f
Update lua_mob.h 2019-04-24 10:30:24 -04:00