KayenEQ
1cd20c65e2
Renamed a few spell effects more appropriately.
2014-07-08 21:09:55 -07:00
KayenEQ
042f6f3789
Updated SE_WaketheDead , max will now set duration.
2014-07-08 21:09:54 -07:00
KayenEQ
718ba3edbf
Implemented SE_PetMeleeMitigation - Bonus applied to pet owner. Gives AC to owner's pet.
...
Related AA's to be added in a seperate update.
2014-07-08 21:09:54 -07:00
KayenEQ
25c20f0629
Implemented SE_HeadShot, SE_HeadShotLevel - Defines headshot damage and level requirements.
...
Revised HeadShot mechanic so damage now recieves all archery bonuses, proc chance can be set to either (lives new Proc Per minute
system, or flat chance based on dex (formula updated).
Required SQL for AA data
Optional SQL for rules
2014-07-08 21:09:54 -07:00
KayenEQ
786b8c80fd
Udpated SE_ReclaimPet - Correct forumla for mana returned to properly return 75% of actual pet spell mana cost.
...
Implemented SE_ImprovedReclaimEnergy - Modifies % mana returned from SE_ReclaimPet.
Required SQL update.
2014-07-08 21:09:54 -07:00
KayenEQ
ef79a0607b
Update SE_AETaunt - Base value will now determine AE taunt range (This will not result in any change to currently used spells).
2014-07-08 21:09:53 -07:00
KayenEQ
34bbb9236e
Implemented SE_IllusionOther - Allows next Illusion buff (self only)
...
cast to be cast on target. (AA ProjectIllusion now uses this)
Run required SLQ to update AA.
2014-07-08 21:09:53 -07:00
KayenEQ
54d1cff546
Implemented SE_MassGroupBuff as spell effect (no longer hard coded for AA
...
only). Run required SQL to update AA tables.
Updated spells_new field175 -> numhits_type
2014-07-08 21:09:53 -07:00
KayenEQ
75fb34934d
Implemented SE_StrikeThough (Was incorrectly defined as implemented previously) - Works same as item bonus.
2014-07-08 21:09:53 -07:00
KayenEQ
dc6154f71f
Updated SE_Hate (Renamed from SE_Hate2) to now properly work for instant +/- hate spells.
2014-07-08 21:09:53 -07:00
KayenEQ
53fb53e822
Kayen: Implemented SE_Metabolism - Modifies food/drink consumption rates. [Data for AA is already in database]
2014-07-08 21:09:52 -07:00
KayenEQ
ef7e107443
Fixes and Updates to spell and melee mitigation runes.
...
-Fix for calculation error when rune was to be removed.
-Updated to support these spell effect limit values which
give a max amount per hit/spell that can be mitigated.
-Updated to allow support for these spells effects when
the max (rune value) is set to zero, which essentially
gives you unlimited mitigation but typically there is
a limit value set.
2014-07-08 21:09:52 -07:00
KayenEQ
b732133184
Implemention for SE_Berserk, SE_Vampirism (These are not used on live)
...
Fix for NPC not receiving spell bonus derived HP regen.
2014-07-08 21:09:51 -07:00
KayenEQ
611f0e2aba
Implemented SE_DoubleRiposte
2014-07-08 21:09:51 -07:00
KayenEQ
5a4f80621b
Kayen: Implemented SE_AddHateOverTimePct (Modifies +/- your total hate on NPC by percent over time)
2014-07-08 21:09:51 -07:00
KayenEQ
606bd86e3a
Implemented SE_AddHatePct (Modifies +/- your total hate on NPC by percent)
2014-07-08 21:09:51 -07:00
KayenEQ
3253f7494e
Implemented SE_DamageModifier2
2014-07-08 21:09:51 -07:00
KayenEQ
31a774a92a
Implemented SE_AStacker, BStacker, CStacker, DStacker
...
Effects are buff stacking blockers.
2014-07-08 21:09:51 -07:00
KayenEQ
5137b84ba8
Implemented SE_AlterNPCLevel
2014-06-13 14:51:26 -04:00
KayenEQ
216113e14b
Additional functionality for damage shield and skill damage taken
...
effects va the npc_spell_effects table. See change log and wiki.
2014-06-13 05:32:41 -04:00
KayenEQ
2c69dd7c93
Implemented proper functionality of SE_Screech
...
If you have a buff with SE_Screech with value of 1
it will block any other buff with SE_Screen that has
a value of -1, giving you an immunity message.
Example: 1383 Screech and 2785 Screech Immunity
2014-04-04 22:03:32 -04:00
KayenEQ
4b14ec53f1
Implemented Physical Resists consistent with live.
...
SQL to add new column 'PhR' to npc_types
Values to populate table based on extensive parsing.
Fixes for spell projectile code.
2014-04-04 01:59:55 -04:00
KayenEQ
cbe0e94ca7
Implemented SE_NegateIfCombat
2014-03-27 23:23:15 -04:00
KayenEQ
41903e8f09
Spell Effect Updates.
...
Implemented fail chances for SE, Gate, Succor, FeignDeath.
Minor fixes to haste bonuses to allow for negatives.
Rule added for Succor failure rate.
2014-03-27 05:14:54 -04:00
KayenEQ
8caac162b2
Spell effect addition / fixes
2014-02-26 00:09:59 -05:00
Michael Cook
4ad2e5f9b5
Merge pull request #118 from KayenEQ/master
...
Spell effects , buff table changes
2014-02-22 02:40:00 -05:00
KayenEQ
2a28e88bcf
not_reflectable -> reflectable
2014-02-22 02:23:37 -05:00
Michael Cook
026f019f58
Changed SE_SingingSkill to SE_Amplificatoin
...
This effect will now stack with other singing spell/item mods
like it does on live.
2014-02-21 22:57:15 -05:00
KayenEQ
0caa1fd40b
new spell effects
...
buff struct/tables - required sql
Removed: death_save_chance and deathsave_aa_chance (no longer used)
Added: dot_rune, caston_x, caston_y, caston_z
minor fixes
2014-02-20 01:04:34 -05:00
KayenEQ
0fc7dade47
Spell Effect additions
...
Minor fixes
2014-02-18 21:59:33 -05:00
KayenEQ
1b7271359e
fix for LimitCombatSkills
...
fix for Extended Inginuity table data
2014-02-15 22:34:48 -05:00
KayenEQ
5344679c7c
Fixes for numhits system
...
Implementation of new spell table fields
Update and further implemention of CastRestriction
2014-02-13 07:41:57 -05:00
Michael Cook (mackal)
ce4f4995b5
Merge with master
2014-02-10 12:04:35 -05:00
KayenEQ
72cec5608d
Revision to spell damage calculations
2014-02-02 23:23:41 -05:00
KayenEQ
d98ed8f419
New spell effects
2014-01-27 05:17:52 -05:00
KayenEQ
0166486e07
Minor fix to numhits update
...
New spell effect
2014-01-23 21:34:47 -05:00
Michael Cook (mackal)
935ce8f968
Implement not_extendable spell field
2014-01-20 13:34:18 -05:00
Michael Cook (mackal)
d2e66214f4
Add numhitstype to the spell structure
2014-01-15 01:19:03 -05:00
KayenEQ
32359da1cc
Spell effect updates
2014-01-13 05:03:21 -05:00
Michael Cook (mackal)
f2c1c9f70e
Added required SQL for previous changes
2014-01-08 14:06:39 -05:00
Michael Cook (mackal)
5199364091
Make use of the suspendable spell flag
2014-01-08 00:24:33 -05:00
Michael Cook (mackal)
50caef0086
Implement persist death spell field
2014-01-07 23:29:46 -05:00
Michael Cook (mackal)
e7032bc2c2
Implemented SE_SongModCap
...
Bard AAs Ayonaes Tutelage and Echo of Taelosia implemented as bonuses
Remember to run the SQL!
2014-01-04 19:20:59 -05:00
Michael Cook (mackal)
d128ef1b97
Forgot an unknown
2014-01-04 14:54:18 -05:00
Michael Cook (mackal)
0645908762
Renamed all Unknown Spell Effects based on live
...
Note: These are all still commented out and I did not check for
any collisions. Feel free to rename these as they're implemented
2014-01-04 14:42:13 -05:00
Michael Cook (mackal)
abbd0558a0
Added links to full spell effect list from a dev
2014-01-04 13:41:41 -05:00
KayenEQ
bfb17a2fb5
Kayen: Implemented SE_ArcheryDoubleAttack (Chance to do an extra archery attack)
...
Kayen: Implemented SE_ShieldEquipDmgMod (Increase damage in primary hand if shield equiped)
Kayen: Implemented SE_ShieldEquipHateMod (Increase hate generated if shield equiped)
Kayen: Implemented SE_TriggerOnAmountValue (Trigger spell if HP/Mana/End bellow X value or num pet on target)
2013-12-17 21:51:13 -05:00
KayenEQ
52722dc0c8
Kayen: Implemented SE_ReduceHealing (Reduces amount of healing on target by X amount)
...
Kayen: Implemented SE_CastonFocusEffect (Triggers spell as part of a focus, when that focus effect is used)
Kayen: Implemented SE_IncreaseHitDmgTaken (Effect is triggered when X amount of damage is taken)
Kayen: More fixes for various spell triggers/procs to now properly use their resist modifier.
2013-12-15 03:15:39 -05:00
KayenEQ
f6d5e8031f
Kayen: Implemented additional functionality for SE_CurrentHP utilizing base2 values. (ie limit to body type)
...
Kayen: Implemented SE_MitigateMeleeDamageSP (Partial Melee Rune that only is lowered if melee hits are over X amount of damage)
Kayen: Implemented SE_SpellOnAmtDmgTaken (Effect is triggered when X amount of damage is taken)
Kayen: Fix for various spell triggers/procs to now properly use their resist modifier.
Kayen: Fix to mob->ModSkillDmgTaken(skill_num, value), setting value to -1 will now properly effect all skills.
2013-12-13 21:29:35 -05:00
Michael Cook
e33eb9d7b0
Partially implement dot_stacking_exempt
...
When it is 1 the spell will block it from other casters
Not 100% sure on when it's -1 so not currently used
2013-11-19 17:43:40 -05:00