Alex
358bd60716
Add getskillname(skill_id) to Perl/Lua.
2020-04-06 01:36:46 -04:00
Alex
4c348baabd
Merge pull request #1020 from KinglyKrab/getcharnamebyid
...
Added getcharnamebyid(char_id) to Perl/Lua.
2020-04-05 21:26:31 -04:00
Alex
035bac1044
Update embparser_api.cpp
2020-04-05 21:22:23 -04:00
Alex
5a8d467d25
Merge branch 'master' into getcharnamebyid
2020-04-05 21:21:15 -04:00
Alex
ae959be5ac
Added getcharnamebyid(char_id) to Perl/Lua.
2020-04-05 21:18:05 -04:00
Chris Miles
4157a03f32
Merge pull request #1019 from KinglyKrab/getcharidbyname
...
Add getcharidbyname(name) to Perl/Lua.
2020-04-05 20:14:00 -05:00
Alex
41d0b1a947
Add getcharidbyname(name) to Perl/Lua.
2020-04-05 20:41:49 -04:00
Chris Miles
3c71e2c91d
Merge pull request #1007 from EQEmu/feature/improved-name-generator
...
Improved Random Name Generator
2020-04-03 03:23:08 -05:00
Chris Miles
80d1601754
Merge pull request #1009 from noudess/patch-13
...
Hack to fix RoF2 perma IVU/IVA bug after zoning.
2020-04-03 03:22:50 -05:00
Chris Miles
cfcbfea3ab
Merge pull request #1010 from EQEmu/feared_proximity
...
Added proximity check for feared clients
2020-04-03 03:22:29 -05:00
Michael Cook (mackal)
7aa8db76f4
Merge pull request #1016 from noudess/patch-14
...
Update ruletypes.h
2020-04-02 14:44:52 -04:00
Paul Coene
8193b04627
Update ruletypes.h
2020-04-01 08:41:40 -04:00
Chris Miles
47e56f9381
Merge pull request #1015 from EQEmu/checkinstancebycharid
...
Add CheckInstanceByCharID(instance_id, char_id) to Perl/Lua.
2020-03-31 22:21:08 -05:00
Chris Miles
58b9b719f4
Merge pull request #1014 from EQEmu/gettaskname
...
Add gettaskname(task_id) to Perl/Lua.
2020-03-31 22:20:58 -05:00
Alex
a4bf484c74
Add CheckInstanceByCharID(instance_id, char_id) to Perl/Lua.
2020-03-31 23:19:32 -04:00
Alex
4712b56078
Add gettaskname(task_id) to Perl/Lua.
2020-03-31 23:17:25 -04:00
Chris Miles
9362890d26
Merge pull request #1013 from EQEmu/unusedtaskcode
...
Remove unused variables in resettaskactivity.
2020-03-31 22:11:37 -05:00
KimLS
6d3848b2c7
Removed make_unique from namegen, was conflicting with real make_unique on windows and we're set to cxx11 still
2020-03-31 19:55:27 -07:00
Alex
8974059577
Remove unused variables in resettaskactivity.
2020-03-31 20:01:47 -04:00
Chris Miles
963735e7dd
Merge pull request #1012 from EQEmu/getspellname
...
Add getspellname(spell_id) to Perl/Lua.
2020-03-31 18:53:20 -05:00
Chris Miles
c94a2496ca
Merge pull request #1011 from EQEmu/getitemname
...
Add getitemname(item_id) to Perl/Lua.
2020-03-31 18:51:40 -05:00
Alex
ceb8b31bc0
Add getspellname(spell_id) to Perl/Lua.
2020-03-31 19:48:44 -04:00
Alex
51b31b5e53
Add getitemname(item_id) to Perl/Lua.
2020-03-31 19:31:04 -04:00
Paul Coene
6fb6d8891d
Hack to fix RoF2 perma IVU/IVA bug after zoning.
...
This fixes the problem, but I believe someone with better knowledge of the client than I can find a more "correct" solution.
Posted as a PR per @joligario to solve it for now. Was also asked to put SE_Invisibility in there so that this "hack" is a catch all.
2020-03-31 09:22:16 -04:00
Akkadius
d4ea9bbee0
Use a better name generator
2020-03-31 02:00:09 -05:00
Uleat
3a7908b1de
Fix for bots database updates not running when invoked from world.exe [skip ci]
2020-03-30 16:45:50 -04:00
Uleat
99c1c826a8
Fix for bots guild-related view query issue
2020-03-30 08:02:45 -04:00
Chris Miles
1b888784eb
Merge pull request #1001 from alimalkhalifa/fix_double_spell_msg
...
Fix double damaging spell messages to non-attacked and non-attacker
2020-03-29 19:23:49 -05:00
Chris Miles
52a25c3b78
Merge pull request #1005 from EQEmu/editmassrespawn
...
Added command 'editmassrespawn' for mass editing of respawn times
2020-03-29 19:22:36 -05:00
Uleat
4b08ce1237
Merge branch 'master' of https://github.com/EQEmu/Server into editmassrespawn
2020-03-29 18:02:39 -04:00
Uleat
b94fdda429
Updated command 'editmassrespawn' queries to use resolved names over aliases
2020-03-29 18:02:27 -04:00
Ali Al-Khalifa
a48153baa1
Fix errant formatting
...
Mistakenly had a variable in camelCase
2020-03-30 00:26:56 +03:00
Chris Miles
e26b159efe
Merge pull request #1002 from alimalkhalifa/gitignore-enhancements
...
Enhanced .gitignore
2020-03-29 16:08:20 -05:00
Uleat
a2b381bc9e
Added command 'editmassrespawn' for mass editing of respawn times
2020-03-29 16:34:07 -04:00
Ali
60e194e32b
Fix double damaging spell messages to non-attacked and non-attacker
...
With handling for client attacker and pets thanks to @noudess
2020-03-25 15:41:09 +03:00
Ali
1cdf507b9f
[ci skip] Enhanced .gitignore
...
* Removes the generated files from both CMake and VS
2020-03-24 12:48:04 +03:00
Chris Miles
3e98e60877
Merge pull request #996 from KinglyKrab/master
...
Add countitem(item_id) to Perl/Lua.
2020-03-21 21:33:07 -05:00
Chris Miles
af5022b3db
Merge pull request #999 from EQEmu/PortFindLoopless
...
Rewrite how zone finds ports
2020-03-21 21:30:11 -05:00
KimLS
52d2469da2
Rewrite how zone finds ports
2020-03-21 17:05:28 -07:00
Akkadius
e431c56f7c
Remove tables that no longer exist
2020-03-21 18:41:36 -05:00
Alex
0ab7291625
Add countitem(item_id) to Perl/Lua.
2020-03-19 22:33:07 -04:00
KimLS
e384cf6149
Replace hard coded 12 with EFFECT_COUNT in the two spots I see it used.
2020-03-18 20:42:27 -07:00
Uleat
463c0d9e0e
Added proximity check for feared clients
2020-03-18 16:12:25 -04:00
Chris Miles
0f92287c02
Merge pull request #993 from EQEmu/7z_tweak
...
Tweaked compression arguments for 7-Zip cli command invocation
2020-03-12 22:22:55 -05:00
Uleat
6a61fd5df9
Tweaked compression arguments for 7-Zip cli command invocation
2020-03-12 23:12:44 -04:00
Alex
dac7541d89
Update README.md
...
Change the badges to the updated builds we have for appveyor.
2020-03-11 20:43:53 -07:00
Chris Miles
e7266943e2
Merge pull request #990 from alimalkhalifa/master
...
Modified eqemu_server.pl to pull latest PEQ
2020-03-11 21:20:27 -05:00
Ali
7f25f8a235
Modified eqemu_server.pl to pull latest PEQ
...
* Also added an escape to skip pulling Maps (tighter feedback loop if
developing)
2020-03-11 17:28:56 +03:00
Akkadius
240d5c2a66
Add LOS check with NPC::AICheckCloseBeneficialSpells [skip ci]
2020-03-11 01:39:08 -05:00
Akkadius
785804a936
Move tables around in schema [skip ci]
2020-03-10 19:54:26 -05:00