Image
f7be056485
Exe Update
2020-05-10 18:18:23 -04:00
Image
42c26f4150
MovementMgr now takes in Spawn not Entity, also protected the command queue with a mutex due to cross thread contamination
2020-05-10 18:18:17 -04:00
Image
776beabac0
Exe Update
2020-05-10 14:09:13 -04:00
Image
7f24a9e0d9
Limit bug reports on spell range being 0 to a single report per startup of world
2020-05-10 14:09:08 -04:00
Image
3ef309619f
AFK Visual for players now works for newer clients (1188+)
2020-05-10 14:08:41 -04:00
Image
9ed978edbd
Exe Update
2020-05-10 11:03:54 -04:00
Image
6b7c210fc1
resolve constant sheething of weapons in combat -- outstanding problem weapon swinging
2020-05-10 11:03:44 -04:00
Image
25d9c9d93f
potential crash fix
2020-05-10 11:03:14 -04:00
Image
96d9076725
Exe Update
2020-05-09 23:31:53 -04:00
Image
c0632906b6
Fixed issues with some LUA movement scripts, also mobs engaged in combat should stop more abruptly and not run past you
2020-05-09 23:31:48 -04:00
Image
fb1807382e
Exe Update
2020-05-09 20:57:27 -04:00
Image
cbcac95674
Added Spawn Proximity code
...
Fix #107
LUA AddSpawnProximity added:
Argument 1 is spawn to add the proximity
Argument 2 is spawn id OR location id
Argument 3 is 0 for spawn id OR 1 for location id
Argument 4 is distance
Argument 5 is in range function
Argument 6 is out of range function
AddSpawnProximity(NPC,locationid,1,15,"InRange","OutRange")AddSpawnProximity(NPC,spawnid,0,15,"InRange","OutRange")
created 'prespawn' LUA function, AddSpawnProximity can be called before the spawn is added
2020-05-09 20:57:21 -04:00
Image
d8c99e2229
guild create command crashed worldserver, also guild name was passing 'create' as part of the guild name
...
Fix #108
2020-05-09 20:54:46 -04:00
Image
e8c8aaf370
Exe Update
2020-05-09 13:24:15 -04:00
Image
9134eadf80
LUA SetFactionID and GetFactionID support for Spawn
...
Partially addresses issue #107
2020-05-09 13:24:10 -04:00
Image
b1b090d2fa
Fix for Tainted quest in Queens Colony duplicating parchment scrap
2020-05-09 13:06:05 -04:00
Image
6f19ef4770
Exe Update
2020-05-09 11:42:08 -04:00
Image
3f751b18f0
Fix a crash on zone startup if the EQ2Map isn't present
2020-05-09 11:42:03 -04:00
Image
b7e44ec5f3
Exe Update
2020-05-09 09:05:38 -04:00
Image
c4ad6568d5
Created HaltMovement to send a client update of no further forward movement, used for fear and mez currently
...
Fixes #106
2020-05-09 09:05:22 -04:00
Image
17a8823e46
AE spells will not hit Mezzed targets unless directly targetted
...
Fixes #105
2020-05-09 09:04:54 -04:00
Image
62919d9962
neatz Mesmerize spell fix
2020-05-09 08:22:12 -04:00
Image
d98db1aa33
Exe Update
2020-05-08 14:45:30 -04:00
Image
47926d6430
Fixed an issue in combat where mobs seemed to grow/shrink unexpectedly
2020-05-08 14:45:24 -04:00
root
e4ce4bca87
Update lua to EQ2EMu current.
2020-05-08 11:07:44 -07:00
Image
8c5d683048
Exe Update
2020-05-08 13:34:40 -04:00
Image
d2882be847
If Merchant or Mender have a secondary command id of hail (9, 1262,1265,1267) then automatically hail npc/spawn
2020-05-08 13:32:33 -04:00
Image
a34a5f7aee
Exe Update
2020-05-08 00:05:14 -04:00
Image
aaf8695bd6
linux fix
2020-05-08 00:05:06 -04:00
Image
ae51e035fe
Database updates for spawn db pulls to get expansion_flag
...
Completes fix #104
2020-05-07 23:52:58 -04:00
Image
1731b7cdf7
support for spawn set expansion_flag decimalbit
...
/spawn set expansion_flag 1234 - partial fix issue #104
2020-05-07 23:52:40 -04:00
Image
d065919cf8
Support for SetZoneExpansionFlag(Zone,decimalbits) and GetZoneExpansionFlag(Zone)
...
Partial fix for issue #104
2020-05-07 23:51:57 -04:00
Image
29a98cfcb5
Rules Global Expansion Flag
...
Partial code for Issue #104
2020-05-07 23:50:08 -04:00
Image
8d06858971
Zone based expansion flag and preinit_zone_script LUA function for ZoneScripts
...
Part of Issue #104
2020-05-07 23:49:41 -04:00
Image
f1c2955003
Fix for chests and other spawns/widgets/objects having HP of 0 showing up as corpses
2020-05-07 23:31:18 -04:00
Image
3662af48cb
Exe Update
2020-05-07 18:05:28 -04:00
Image
4686e2603a
Fixed deadlock issues with m_Update
2020-05-07 18:05:22 -04:00
Image
346c4c703c
removed LUA directory, LUA scripts all reside in server directory
2020-05-07 13:29:56 -04:00
Image
c3b8843993
Removed configs directory samples are all part of server directory
2020-05-07 12:28:50 -04:00
Image
2134a6c110
Removed distrib directory, out of date
2020-05-07 12:28:02 -04:00
Image
8b343cc5d3
Dropping structs directory, all updated structs reside in server directory
2020-05-07 12:25:33 -04:00
Image
ecd121cf0b
Exe Update
2020-05-07 08:26:06 -04:00
Image
45d9add083
keep doing client process while waiting for map to load
2020-05-07 08:26:01 -04:00
Image
eb06006c75
nix fix
2020-05-07 08:25:43 -04:00
Image
7473b81a9f
Exe Update
2020-05-07 08:15:00 -04:00
Image
ce1632941d
Integrate SPGrid loading process into Map class, this is a temporary solution until we embed gridids to Map class
2020-05-07 08:14:54 -04:00
Image
7c7243a333
Exe Update
2020-05-06 22:43:44 -04:00
Image
6551fcff6d
Not all spells are set for encounter, using icon backdrop 312 since thats green AE encounter
...
Fix #41
2020-05-06 22:43:38 -04:00
Image
b4e35fe356
Exe Update
2020-05-06 21:44:49 -04:00
Image
513c4baeed
LUA potential mem leak fix and potential crash culprit on conversations
2020-05-06 21:44:42 -04:00