Commit graph

607 commits

Author SHA1 Message Date
Emagi
b105a4058a - start_alignment added to starting_zones to enforce an alignment based on race/class/choice
- characters now has an alignment column to distinguish between deity/alignment (DoF we call alignment deity)
- added new rule R_World, EnforceRacialAlignment default is 1, (true).  When 0, will allow you to bypass the hard coded race restrictions in the code for good/evil/neutral
- Captain Varlos script updated to use GetAlignment and not GetDeity for the send off to the zone after far journey
- DB Updates:
alter table starting_zones add column start_alignment tinyint(3) signed not null default 0;
update starting_zones set start_alignment = 1 where choice = 1 or choice = 4 or choice = 32;
alter table characters add column alignment tinyint(3) signed not null default 0;
2022-06-26 18:30:34 -04:00
devn00b
01fed357d2 EQ2World EXE Update 2022-06-19 22:22:21 +00:00
devn00b
d7caa38cd3 Cleanup of new gate code. Added messages when a gate fails due to location disabled. Modified the call to home lua to work as expected. 2022-06-18 12:31:13 -07:00
devn00b
9d9a5ec294 Fixes to messages to client from gate/bind. Messages are now private and match live..mostly. 2022-06-18 10:36:11 -07:00
devn00b
688104e592 EQ2World EXE Update 2022-06-17 18:23:32 -07:00
devn00b
4fba03b55f EQ2World EXE Update 2022-06-17 03:45:20 +00:00
devn00b
96c8cc73a5 EQ2World EXE Update 2022-06-15 16:48:27 -07:00
devn00b
5672520310 Code cleanup. Set Recall Point now checks if bind location is permitted (city zones), and cancells on combat 2022-06-15 12:57:25 -07:00
devn00b
38fbba1845 EQ2World EXE Update 2022-06-14 14:04:56 -07:00
devn00b
2471b605f0 EQ2World EXE update 2022-06-11 22:57:09 +00:00
Devn00b
c4c7175a7a EXE Update for LS 2022-06-05 20:04:14 -07:00
devn00b
6b9f370148 Update lua scripts from content team 2022-06-05 13:50:31 -07:00
devn00b
eff4ec591c EXE Updates. 2022-06-05 19:37:36 +00:00
Devn00b
45c1c77381 EXE Update 2022-04-23 09:17:22 -07:00
devn00b
f2dce0a7c3 EXE update 2022-04-19 23:12:06 +00:00
devn00b
112ba89e5d EXE Update 2022-04-17 00:27:14 +00:00
Devn00b
199d9ff357 Exe Update 2022-04-02 19:54:34 -07:00
devn00b
205b56ecdd EXE Update 2022-02-13 18:56:24 +00:00
Image
ca1244046a Exe Update 2021-11-16 21:27:34 -05:00
Image
2213bee37d Exe Update 2021-11-10 21:06:47 -05:00
Image
ad039b5250 exe update 2021-10-26 14:25:46 -04:00
Image
40dce167d2 Exe Update 2021-10-23 20:21:41 -04:00
Image
477b4a95b3 Exe Update 2021-10-10 08:43:35 -04:00
Image
3918fd946c Exe Update 2021-10-06 22:30:43 -04:00
Image
4fd44bf34a Exe Update 2021-10-01 23:43:34 -04:00
Image
1b92d3f29b Login Exe Update 2021-10-01 23:35:49 -04:00
Image
53ced1811b World Update Exe 2021-10-01 23:35:10 -04:00
Image
6ea88255f6 Exe Update 2021-10-01 23:21:40 -04:00
Image
f94fb6cf3d Exe Update 2021-09-27 15:37:26 -04:00
Image
a5c5abdae3 Exe Update 2021-09-24 23:17:36 -04:00
Image
a1dfaa8459 Exe Update 2021-09-24 23:02:40 -04:00
Image
9b7deb7f82 Exe Update 2021-09-23 14:17:25 -04:00
Image
227e504a7f Exe Update 2021-09-22 23:26:55 -04:00
Image
f5979a4a75 Exe Updates 2021-09-22 21:10:33 -04:00
Image
eb493fc8fb Last Exe Update for today ugh! 2021-09-17 10:12:48 -04:00
Image
78df699877 Exe Update 2021-09-17 10:09:38 -04:00
Image
30aa70a26e Exe Update 2021-09-17 10:08:47 -04:00
Image
92f308b0f2 Exe Update 2021-09-17 09:47:28 -04:00
Image
157b7bc86c Exe Update 2021-09-17 09:36:26 -04:00
Image
f651a90fbc Exe Update 2021-09-15 23:15:23 -04:00
Image
2e2367decf Exe Update 2021-09-11 15:53:32 -04:00
Image
b44798c903 Exe Update 2021-09-06 14:25:40 -04:00
Image
af0f23f9cd Exe Update 2021-09-03 21:19:13 -04:00
Image
7bca429df2 Exe Update 2021-09-03 20:47:31 -04:00
Image
d038cce055 Exe Updates 2021-09-03 14:39:30 -04:00
Image
211d24cbdf Exe Update 2021-08-30 20:51:54 -04:00
Image
e9c2ed973b Exe Update 2021-08-28 09:03:51 -04:00
Image
1149f3aee0 Exe Update 2021-08-22 14:57:46 -04:00
Image
c867304727 Exe Update 2021-08-17 22:38:06 -04:00
Image
a4495ced4a operand fix 2021-08-11 22:55:56 -04:00