KimLS
275f9d6aaf
Changed SpecialAttacks to an array instead of a map. Basic access was causing a hotspot. Brief testing doesn't show any obvious bugs but let me know if any prop up.
2014-02-12 15:26:08 -08:00
Michael Cook
9461067fdb
Merge pull request #113 from KayenEQ/master
...
Bot fixes
2014-02-12 02:56:02 -05:00
KayenEQ
7623770613
Bot fixes for previous update.
2014-02-11 22:47:57 -05:00
KayenEQ
584278bf20
change log change test
2014-02-11 22:34:00 -05:00
KimLS
1ec0add76f
Make sure some strings coming from the client are actually null terminated.
2014-02-10 21:00:25 -08:00
sorvani
51dff22b93
fix for npcthis crash in new spawn condition case.
2014-02-10 15:13:54 -06:00
Michael Cook (mackal)
c85c4a969d
Fix corpse_list check in remove mob
2014-02-10 13:41:55 -05:00
Michael Cook (mackal)
6a8a6e530b
Some clean up related to the entity_list changes
2014-02-10 12:16:14 -05:00
Michael Cook (mackal)
ce4f4995b5
Merge with master
2014-02-10 12:04:35 -05:00
SecretsOTheP
a4260e54fe
Merge branch 'master' of https://github.com/EQEmu/Server
2014-02-10 10:39:48 -05:00
SecretsOTheP
f074ead7f6
demonstar55's entity list changes (slightly modified) and a crash fix for the #repop command used in rapid succession.
2014-02-10 10:39:12 -05:00
sorvani
b819137e35
Merge branch 'master' of https://github.com/EQEmu/Server
2014-02-10 09:24:04 -06:00
sorvani
4d653caca3
Typos in spawn condition log messages
2014-02-10 09:22:55 -06:00
SecretsOTheP
75663774fe
Fix for crashes related to #repop force and not clearing quest timers, resulting in a zone crash. Quest timers are now cleared on zone repop.
2014-02-10 06:45:33 -05:00
SecretsOTheP
5ec5b398ac
tasks crash fix
2014-02-09 12:05:47 -05:00
sorvani
24c70a04ca
Enhanced spawn conditions with new onchange option DoRepopIfReady
2014-02-09 00:08:09 -06:00
Michael Cook
a602f70bf4
Merge pull request #111 from af4t/master
...
Resolve SQL error on attempt to insert Consumption of the Soul values
2014-02-03 07:51:03 -08:00
af4t
5733124c40
Resolve "unknown identifiers" in Bot::GetActSpellDamage
2014-02-03 10:37:11 -05:00
af4t
5216532e96
Resolve SQL error on attempt to insert Consumption of the Soul values
2014-02-03 09:45:22 -05:00
Michael Cook
c8bead6bdd
Merge pull request #110 from KayenEQ/master
...
Revision to spell damage calculations
2014-02-02 20:54:50 -08:00
KayenEQ
72cec5608d
Revision to spell damage calculations
2014-02-02 23:23:41 -05:00
KimLS
8b1262b198
Export clear_npctype_cache as both lua/perl general functions.
2014-02-01 14:55:51 -08:00
KimLS
6e0a214bcc
Compiler option for playing with npctype_cache as was requested for a feature. Not entirely tested may need some work. Currently defaults to old behavior on #repop.
2014-01-31 20:38:32 -08:00
Michael Cook
1ab19920f4
Merge pull request #109 from KayenEQ/master
...
Hot fix for issue with numhits not fading
2014-01-28 19:29:52 -08:00
KayenEQ
751d51c4d0
Hot fix for issue with numhits not fading
2014-01-28 22:27:45 -05:00
Michael Cook (mackal)
4a54e262f6
Bash/Kick stun will respect UNSTUNABLE now
2014-01-28 22:14:31 -05:00
Michael Cook (mackal)
bd0c325762
Revamped Kick/Bash stun a little
...
Before bash/kick's ability to stun was completely useless
at higher levels, it also never stunned for any duration.
Bash/Kick will always stun if the target is under the
base immunity level (kick the attacker needs to be over 55 as well)
If over base immunity, there is a chance to stun, defaults to
Combat:NPCBashKickStunChance (15%)
A Kick/Bash stun will last for 0-2 seconds
2014-01-28 17:14:27 -05:00
Michael Cook (mackal)
de55f99174
Send the stun effect that goes around their head
2014-01-28 00:42:48 -05:00
Michael Cook
044cf8da1a
Fix aaid for new req SQL
2014-01-27 20:55:11 -05:00
Michael Cook
aa57642103
Merge pull request #108 from KayenEQ/master
...
New spell effects
2014-01-27 17:54:32 -08:00
KayenEQ
d98ed8f419
New spell effects
2014-01-27 05:17:52 -05:00
Michael Cook (mackal)
4b07f4ffc5
Use the first overwritten buff slot like live does
...
Very minor change, but some people can be rather anal
about their buff orders, so this should help them out,
and its more live like :P
2014-01-26 13:38:12 -05:00
Michael Cook
5a526a89aa
Merge pull request #107 from KayenEQ/master
...
Revised how dispel works.
2014-01-26 10:00:19 -08:00
KayenEQ
3dbf863255
Revised how dispel works.
2014-01-26 04:41:45 -05:00
Michael Cook (mackal)
17f0cffca6
Do not trip hacker detection if target is on their XTargets
2014-01-24 18:48:47 -05:00
Michael Cook (mackal)
d51e60cf8b
Mostly cosmetic changes to CheckAggroAmount funcs
...
Also changed some silliness
2014-01-24 15:28:54 -05:00
Michael Cook (mackal)
85d6db1de1
Switched some things to StringID defines
2014-01-24 02:05:26 -05:00
Michael Cook (mackal)
1bf794c29f
Create hate on immune to fear due to level
2014-01-24 01:28:09 -05:00
Michael Cook (mackal)
0e8f7a4542
Correct Fear level immunity message
2014-01-24 01:26:47 -05:00
Michael Cook (mackal)
b72fe81e28
Correct CheckAggroAmount calls in IsImmumeToSpell
2014-01-24 01:24:08 -05:00
Michael Cook
a76889959f
Merge pull request #106 from KayenEQ/master
...
Minor fix to numhits update / + new spell effect
2014-01-23 18:51:09 -08:00
KayenEQ
0166486e07
Minor fix to numhits update
...
New spell effect
2014-01-23 21:34:47 -05:00
Michael Cook (mackal)
bb793e5582
Moved Assisting Exemption check up
...
This is just so assisting to a client will clear the flag
2014-01-22 01:41:26 -05:00
Michael Cook (mackal)
a55c095d1b
Forgot to make m_AssistExemption default to 0
2014-01-22 01:08:42 -05:00
Michael Cook (mackal)
3d47d912fd
Fix /assist to only care about range to assistee
2014-01-22 01:00:48 -05:00
Michael Cook (mackal)
cc02d94bdf
Implemented ST_TargetAETap
2014-01-21 14:50:22 -05:00
Michael Cook
5121cc25a4
Merge pull request #105 from KayenEQ/master
...
Numhits system revised
2014-01-20 19:03:05 -08:00
KayenEQ
e78d91104c
Removal of test msg
2014-01-20 21:46:13 -05:00
KayenEQ
38c5c79218
Numhits system revised
2014-01-20 21:27:53 -05:00
Michael Cook (mackal)
b065f973c4
Updated changelog.txt
2014-01-20 16:26:51 -05:00