Chris Miles
f8571a57dd
Create LICENSE
2017-10-06 17:50:57 -05:00
Paul Coene
5285e8a163
Rooted mobs cast spells instead of doing nothing.
2017-10-02 14:40:21 -04:00
Michael Cook (mackal)
f8a4f2e6bd
Merge pull request #662 from noudess/master
...
Rule to dictate if you can teach yourself lang.
2017-09-24 18:07:41 -04:00
Paul Coene
c7ad873581
Rule to dictate if you can teach yourself lang.
2017-09-24 16:33:08 -04:00
Michael Linder
78759add4a
Ignore bots during group position update. Fixes zone.exe crash when a client gets too far away from their bots.
2017-09-20 19:06:09 -05:00
Michael Linder
48b674a13d
During bot spawn, set bot to targetable. Fixes issue #657 .
2017-09-20 19:04:59 -05:00
Michael Cook (mackal)
8c9b852586
Fix food/drink to match live
2017-09-19 02:01:06 -04:00
Michael Cook (mackal)
9634bef7fc
Identify Stackable and Lore in OP_AdventureMerchantResponse
...
Thanks eqmule!
2017-09-17 21:33:58 -04:00
Akkadius
0cf5a7aec3
Merge pull request #650 from noudess/master
...
Add fix for GetGroundZ and fix some constant references.
2017-09-17 11:19:48 -05:00
Paul Coene
59152a9d77
Fix some constants.
2017-09-17 12:11:02 -04:00
Akkadius
e3972cc9e6
Update another Z Offset location for pathing
2017-09-17 10:16:13 -05:00
Akkadius
2a4d6523b1
Fix some zone entrance ghosting
2017-09-17 10:12:41 -05:00
Akkadius
6d8b96068d
Add model/race offset to FixZ calc (KLS)
2017-09-17 09:55:42 -05:00
Akkadius
e88cd61097
Fix 95% of food/water consumption issues, if there are additional modifiers for race/class combos - those will need to be applied
...
Mods properly calculated
Stages should be put in place if not already:
https://wiki.project1999.com/Food_and_drink#Stages_of_Hunger_and_Thirst
Values stored in the database are 0-6000, previously we capped it at 6000 but previous math would have normal values in the 60k+ range in order for food to be consumed at a reasonable rate. We are now using more native logic where 1 = 1 minute, following logic:
(Minutes)
0 - 5 - This is a snack.
6 - 20 - This is a meal.
21 - 30 - This is a hearty meal.
31 - 40 - This is a banquet size meal.
41 - 50 - This meal is a feast!
51 - 60 - This is an enduring meal!
61 - X - This is a miraculous meal!
2017-09-17 09:48:10 -05:00
Akkadius
b71f3031bc
[Windows] World process window title now updates with server name and amount of clients connected
2017-09-17 05:34:44 -05:00
Michael Cook (mackal)
240f04eda7
Implement fleeing stun
2017-09-04 02:10:10 -04:00
Michael Cook (mackal)
7b4c130e0a
Switch local saved "animation" to signed
...
This variable is really the SpeedRun but packed as an int ...
2017-09-03 15:02:36 -04:00
Michael Cook (mackal)
7e3fdee86c
Fix Life Burn from killing you
2017-09-03 02:04:25 -04:00
Michael Cook (mackal)
4e7870c634
Don't set reuse timer in UseDiscipline in case CastSpell fails
2017-08-30 15:17:02 -04:00
Michael Cook (mackal)
487dcc4459
Tweak down spellend_timer for delaytimer
...
400 ms is far too aggressive for normal game play
Set to 10 ms to hopefully not get in the way of legitimate game play
Also, why do we even do this? As far as I can tell, we need this to be
less than the users ping to not cause issues. What are the actual
reasons we do this and what can we do differently to solve them?
2017-08-30 14:35:01 -04:00
Michael Cook (mackal)
2146489740
Add rest of the avoidance skills to AA bonus
2017-08-26 00:15:01 -04:00
Michael Cook (mackal)
3746128014
Fix SE_IncreaseBlockChance stacking
2017-08-26 00:12:47 -04:00
Michael Cook (mackal)
ca32e35ef6
More Zone struct commments
2017-08-26 00:12:34 -04:00
Akkadius
c37e83e235
Remove some leftover debugging XD
2017-08-24 04:15:55 -05:00
Akkadius
00604722bb
[Perl] Fix perl for later Linux releases v5.24.1
2017-08-24 04:13:52 -05:00
Akkadius
808654743c
[Position Updates] Bulk updates when player has moved far enough - eliminates client ghosting on rez/gates/summon as well as npc ghosting
2017-08-22 02:13:56 -05:00
Akkadius
bb2d8f6a4d
[Position Updates] Always send position updates to group members - even when in raid
2017-08-22 00:48:55 -05:00
Akkadius
7a263c032d
[Readability] Clean up some of the raid command code to be more understandable
2017-08-21 21:44:28 -05:00
Akkadius
ad7dfc31a9
[HP Updates] Resolved an issue when a player is swapped to a group in a raid - mana and endurance shows empty to group members
2017-08-21 21:01:35 -05:00
Akkadius
0663e9cb6f
[HP Updates] Resolve issue where clicking self in raid window would make characters health bar go down significantly
2017-08-21 19:49:19 -05:00
Akkadius
b0a3e9205f
[FixZ] Smooth out close combat npc/pet hopping
2017-08-21 02:42:50 -05:00
JJ
b22a88eccc
Fix sql in manifest [skip ci]
2017-08-19 16:40:49 -04:00
Akkadius
dd8d23be62
Merge branch 'master' into eqemu_config_json
2017-08-18 21:18:54 -05:00
Akkadius
4d3dda23f8
Make #repop work almost instantly
2017-08-18 20:53:26 -05:00
Akkadius
718a2c2205
FixZ on NPC initial spawn to keep NPC's from hopping
2017-08-18 20:23:16 -05:00
Michael Cook (mackal)
bb8c6da0b4
Update comment [skip ci]
2017-08-08 14:03:04 -04:00
Michael Cook (mackal)
d5699fb68d
Flush out RoF2 NewZone_Struct
2017-08-04 16:43:45 -04:00
regneq
519c049902
Merge pull request #8 from EQEmu/master
...
merge from eqemu
2017-08-04 09:06:08 -07:00
Michael Cook (mackal)
28fca1f8dc
More OP_SpawnAppearance types
2017-08-01 20:14:10 -04:00
Michael Cook (mackal)
935dc7d8fb
Add more OP_SpawnAppearance types (RoF2 at least)
2017-08-01 19:57:30 -04:00
Michael Cook (mackal)
771c3b175e
Fix AffectedBySpellExcludingSlot
2017-08-01 13:09:18 -04:00
Akkadius
b468945eb7
Merge pull request #649 from noudess/master
...
Fix roam boxes to use dest Z to better integrate with FixZ changes.
2017-07-31 12:30:59 -05:00
Paul Coene
3554211233
Merge remote-tracking branch 'upstream/master'
2017-07-31 09:22:15 -04:00
Paul Coene
0fc72875b2
Modify roam boxes to correctly modify and use destination Z
2017-07-31 09:21:49 -04:00
Michael Cook (mackal)
2286203123
Fix invis in spawn structs
2017-07-29 23:31:47 -04:00
Michael Cook (mackal)
210655ddc7
More SpawnStruct comments
2017-07-29 19:15:27 -04:00
Michael Cook (mackal)
034ebab064
Fix some comments
2017-07-29 18:47:35 -04:00
Michael Cook (mackal)
e32b6c55e4
Add enum GravityBehavior (FlyMode) from MQ2
2017-07-29 18:23:42 -04:00
Michael Cook (mackal)
4f016de277
More comments to RoF2 Spawn Struct
2017-07-29 18:15:56 -04:00
Michael Cook (mackal)
02b7e3fafb
Comment spawn struct for RoF2
...
These should change anything, just useful comments for clean up
2017-07-29 15:37:35 -04:00