KimLS
|
8293225ecc
|
Merge remote-tracking branch 'origin/feature/eqemu-api-data-service-netstats-ws' into unstable
|
2019-06-24 17:45:37 -07:00 |
|
KimLS
|
e06a845921
|
Idle wip
|
2019-06-24 17:45:31 -07:00 |
|
KimLS
|
aa4aced94d
|
Zlib ng optional dependency
|
2019-06-24 17:35:33 -07:00 |
|
KimLS
|
0e0027ca20
|
Decoupling eventloop singleton from the event loop (for now not complete but later we will)
|
2019-06-24 00:15:02 -07:00 |
|
KimLS
|
5c7ab59fd3
|
More cmake streamlining
|
2019-06-23 19:39:17 -07:00 |
|
Akkadius
|
89691d6c32
|
Change websocket listener verbiage
|
2019-06-23 21:33:24 -05:00 |
|
KimLS
|
120cf6a4b8
|
Add mbedtls as an alternative to OpenSSL, plan to implement TLS connections later
|
2019-06-23 17:04:33 -07:00 |
|
Akkadius
|
09b633e374
|
Merge branch 'master' into feature/eqemu-api-data-service-netstats-ws
|
2019-06-23 22:51:21 +00:00 |
|
Akkadius
|
18fa056a38
|
Merge branch 'master' into feature/eqemu-api-data-service-netstats-ws
|
2019-06-23 17:26:11 -05:00 |
|
Uleat
|
2e9cf7dbd7
|
Added bot owner option 'stats update'
|
2019-06-22 22:53:35 -04:00 |
|
KimLS
|
3ddfed8bb6
|
Change to make cmake files a little more straight forward
|
2019-06-22 19:42:20 -07:00 |
|
KimLS
|
586eb9e5c1
|
Fix for bad cmakefile
|
2019-06-22 19:05:54 -07:00 |
|
KimLS
|
32227d19ce
|
Merge fix
|
2019-06-22 18:59:34 -07:00 |
|
KimLS
|
c233379894
|
Changes to packet, fixes for lua compile issue
|
2019-06-22 17:00:15 -07:00 |
|
KimLS
|
a51a1d7106
|
Change out luabind as in the PR
|
2019-06-22 16:23:14 -07:00 |
|
KimLS
|
6d05903170
|
Use builtin find lua
|
2019-06-22 16:15:59 -07:00 |
|
Uleat
|
c9d4bb178f
|
Added level to NPC spell list logging .. and some additional debug logging for same
|
2019-06-22 19:05:41 -04:00 |
|
KimLS
|
4ae0f2a1d7
|
Remove old non-compliant win32 defines.
|
2019-06-22 16:00:06 -07:00 |
|
Uleat
|
5d138891d8
|
Fix for insufficient spell mana logging
|
2019-06-22 06:42:06 -04:00 |
|
Uleat
|
a8d3ba41a7
|
Fix for non-BOTS compile failure
|
2019-06-21 18:36:33 -04:00 |
|
Uleat
|
2cd910ad86
|
Added ping() call to botdb
|
2019-06-21 07:58:47 -04:00 |
|
Uleat
|
e903b06c22
|
Added const cast Entity::CastToBot()
|
2019-06-21 06:00:58 -04:00 |
|
Uleat
|
ca874cb861
|
Fix for NukeItem not taking items from general bags properly
|
2019-06-20 22:09:49 -04:00 |
|
Uleat
|
a2a13e9779
|
Revert "fixed opcode for deleteing a item out of a player's inventory slot"
This reverts commit 65e429a59665b49cfcfb80b0d3e9a486080d906e.
|
2019-06-20 19:37:08 -04:00 |
|
Uleat
|
104edee427
|
Fix for fishing not working correctly (thanks mackal!)
|
2019-06-19 23:20:43 -04:00 |
|
Uleat
|
6256660972
|
Fix for possible memory leak with mercenaries and bots
|
2019-06-19 20:01:57 -04:00 |
|
Uleat
|
0541eec8bf
|
Fix for thrown weapons hitting self
|
2019-06-19 17:47:24 -04:00 |
|
Uleat
|
c74c46263a
|
Merge pull request #861 from KinglyKrab/master
Export Mob::GetItemStat(item_id, identifier) to Lua.
|
2019-06-16 21:09:49 -04:00 |
|
Kinglykrab
|
51c51b0d72
|
Export Mob::GetItemStat(item_id, identifier) to Lua.
|
2019-06-16 19:56:07 -04:00 |
|
Uleat
|
f4e609ef0a
|
Merge pull request #860 from KinglyKrab/master
New Perl/Lua buff functionality.
|
2019-06-16 19:51:43 -04:00 |
|
Kinglykrab
|
9356b5dc7f
|
New Perl/Lua buff functionality.
- Client::FindMemmedSpellBySlot(slot)
This allows you to find memmed spells by a specific slot.
Example: https://i.imgur.com/06OFT3c.png
Perl Example: https://pastebin.com/BCr6KqSS
- Client::MemmedCount()
This will find the number of memmed spells the client has.
Example: https://i.imgur.com/cY26DEl.png
Perl Example: https://pastebin.com/T3ahSUgi
|
2019-06-16 12:53:23 -04: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 |
|