Ali
6896ef650e
[ci skip] Updated installer to support powershell older than 3.0
2020-05-25 16:19:33 +03:00
Akkadius
86ef1b12e2
Strawberry Perl OOB has issue with getstore so lets use something else [skip ci]
2020-05-23 16:50:09 -05:00
Akkadius
b585d9b062
Use wget again for windows [skip ci]
2020-05-23 16:29:04 -05:00
Ali
2c2c09531f
[ci skip] Revert back to using wget.exe for windows installs
2020-05-21 15:16:50 +03:00
Chris Miles
19107e5ace
Merge pull request #1037 from alimalkhalifa/win64
...
Win64 eqemu_server.pl
2020-05-19 01:24:30 -05:00
Chris Miles
852a8e1617
Update eqemu_server.pl [skip ci]
2020-05-19 01:17:02 -05:00
Chris Miles
4180ef58ef
Update eqemu_server.pl [skip ci]
2020-05-19 00:58:19 -05:00
Noudess
fb1228946a
Add code to patchers to put support for Expendable flag on breakable fishing
2020-05-11 14:50:17 -04:00
Chris Miles
5dbd2c38ed
Update script [skip ci]
2020-05-11 04:51:59 -05:00
Chris Miles
f785dc232b
More tweaks [skip ci]
2020-05-11 03:37:09 -05:00
Chris Miles
d534d345d5
More tweaks [skip ci]
2020-05-11 03:35:16 -05:00
Chris Miles
51b98ec724
Lots of tweaks for overhauls [skip ci]
2020-05-11 03:21:46 -05:00
Chris Miles
2c13f2e928
Update server script [skip ci]
2020-05-11 01:13:59 -05:00
Chris Miles
496a958def
Update eqemu_server.pl
2020-05-11 00:28:24 -05:00
Chris Miles
39cd5bb9a8
Fix issue where powershell progress output was dramatically slowing down requests [skip ci]
2020-05-10 23:07:48 -05:00
Michael Cook (mackal)
0e6a0b5a70
Add Item SubType to data structures and DB
2020-05-09 22:37:35 -04:00
Ali
6c3ae4580f
[skip ci] Win64 eqemu_server.pl
...
Changed binaries to x64 and got rid of wget.exe for windows, switched to
native WebClient
2020-04-17 18:53:35 +03:00
Chris Miles
a031c20e7e
Update peq-dump.sh [skip ci]
2020-04-11 16:44:19 -05:00
Akkadius
b5b473f25d
Update peq dump [skip ci]
2020-04-10 03:21:33 -05:00
Akkadius
499fe153ab
Tweak peq dump [skip ci]
2020-04-10 02:56:45 -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
Akkadius
e431c56f7c
Remove tables that no longer exist
2020-03-21 18:41:36 -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
e451dad94e
Dump tweaks [skip ci]
2020-03-10 19:42:52 -05:00
Akkadius
f3d8271066
Slightly adjust manifest criteria [skip ci]
2020-03-10 13:41:53 -05:00
Akkadius
431a325414
Update manifest [skip ci]
2020-03-10 00:22:39 -05:00
Akkadius
c42d6dcd1b
Add 7zip compression; tweak dump settings
2020-03-10 00:14:28 -05:00
Akkadius
fa12b146a3
Add "all" .sql files [skip ci]
2020-03-09 23:05:01 -05:00
Akkadius
e7fab67d8a
Finalize peq-dump.sh script [skip ci]
2020-03-09 22:57:27 -05:00
Akkadius
6438a37fb5
Split up state table dump
2020-03-09 16:31:43 -05:00
Akkadius
899e2d3397
Add innodb conversion script; will hook up in manifest later
2020-03-09 16:31:30 -05:00
Akkadius
53be04c39c
Don't lock tables by default; move tables around in schema; add peq-dump.sh script
2020-03-09 15:51:11 -05:00
Chris Miles
8d252dfd9a
Implement database dump service
2020-03-09 03:00:07 -05:00
JJ
4915e86aba
Slight tweak (field name) to #983 "Override LEVEL and INT aggro blocking".
...
If you already ran the previous SQL, use this instead:
ALTER TABLE `npc_types` CHANGE `always_aggros_foes` `always_aggro` TINYINT(1) NOT NULL DEFAULT '0';
2020-03-05 22:31:54 -05:00
Noudess
ac3b4ade10
Implement new always_aggro_foes field and functionality for mobs.
2020-03-05 10:44:01 -05:00
Uleat
fdc38315d3
Updated eqemu_server.pl console messages for Applying/Has update messages [skip ci]
2020-02-19 07:52:10 -05:00
Uleat
e7c000813f
Merge branch 'master' of https://github.com/EQEmu/Server into eqemu_server_db_updates
2020-02-19 02:08:11 -05:00
Michael Cook (mackal)
6fb0042e3f
Add packet struct and ops for AdvancedLoreText
...
Just stuff if people want to start working on it
2020-02-18 15:50:01 -05:00
Uleat
78756f27b6
Merge branch 'master' of https://github.com/EQEmu/Server into eqemu_server_db_updates
2020-02-06 16:23:25 -05:00
Michael Cook (mackal)
2f5909d4cb
Implement AA timers reset on death
...
This is a field in the packet, live only uses this for Lay on Hands
Currently I didn't add this to the packet since it has 0 effect on the
client.
We could move this field to aa_ranks which would give more flexibility
for custom servers, but no one said they wanted it there.
2020-02-06 14:20:18 -05:00
Michael Cook (mackal)
501204a4d2
Add hot_zone filtering for global loot
...
We do this in GlobalLootEntry::PassesRules since we want to check if the
hot zone status changes during run time
Value can be null, if null it's not checked. If the value is 0 the zone
must not be a hot zone (I guess one might want that) and if it's not 0,
the zone must be a hot zone
2020-02-06 01:52:35 -05:00
Uleat
916c88939c
Added missing 'return'
2020-02-05 21:05:51 -05:00
Uleat
86b6f543b9
Reworked the update cycle of eqemu_server.pl to process each update cumulatively [skip ci]
2020-02-04 19:07:55 -05:00
Uleat
00f118cfb4
Removed bot rule and command update code from setup because of auto-injection/removal feature added to server code [skip ci]
2020-02-03 08:36:14 -05:00
Uleat
a7633f4ddf
Massaged database update code [skip ci]
2020-02-03 08:18:55 -05:00
hg
371265d143
Make guild consent persistent for summoned corpses
...
Live drops group/raid consent but not guild when moving corpse to another zone
Store guild consent id in db for character corpses and keep it updated
2020-01-28 19:41:27 -05:00
Akkadius
c82d08cf11
Make sure character soft deletes do not reserve name once deleted, add optional retro script to run for servers who had soft deletes running prior to this commit
2020-01-26 16:31:15 -06:00
Akkadius
c6ba29f2e5
Revert commit until further testing [skip ci]
2020-01-25 18:41:15 -06:00
Akkadius
6514ccc41c
Bot updates are killing running regular updates afterwards [skip ci]
2020-01-25 18:30:52 -06:00