View Single Post
  #178  
Old 10-03-2013, 09:42 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

I noticed there were few missing spell effects in the Spell editor when I grabbed the newest PEQ editor from the daily dump.


I decided to update the ones that were OLD "unknowns" that are now known to the correct effect name and added all the ones that were missing.

Placed "NI" at the from the effect if it wasn't implement as of 10 /3 /2013

Code:
--- "lib\spellenums.php"
+++ "lib\spellenums.php"
@@ -772,14 +772,14 @@
     332 => "Summon To Corpse",
     333 => "Effect On Fade",
     334 => "Bard AOE Dot",
-    335 => "Unknown335",
+    335 => "BlockNextSpellFocus",
     337 => "Percent XP Increase",
     338 => "Summon and Res All Corpses",
     339 => "Trigger On Cast",
     340 => "Lifeshard Chance",
     342 => "Immune to Fleeing",
     343 => "Interrupt Casting",
-    348 => "Unkown348",
+    348 => "LimitManaCost",
     350 => "Manaburn",
     351 => "Persistent Effect",
     352 => "Unknown352",
@@ -788,9 +788,9 @@
     355 => "Unknown355",
     358 => "Current Mana Once",
     360 => "Spell On Kill",
-    361 => "Unknown361",
+    361 => "SpellOnDeath",
     365 => "Spell On Death",
-    366 => "Unkown366",
+    366 => "NI ShieldEquipDmgMod",
     367 => "Add Body Type",
     368 => "Faction Mod",
     369 => "Corruption Counter",
@@ -803,7 +803,68 @@
     380 => "Knockdown",
     382 => "Block Damage Shield",
     383 => "Decrease Hitpoints",
-    384 => "Leap"
+    384 => "Leap",
+	385 => "LimitSpellGroup",
+	386 => "CastOnCurer",
+	387 => "CastOnCure",
+	388 => "NI SummonCorpseZone",
+	389 => "Forceful_Rejuv",
+	390 => "NI CastResistRestrict",
+	391 => "NI Unknown391",
+	392 => "AdditionalHeal2",
+	393 => "HealRate2",
+	394 => "NI Unknown394",
+	395 => "CriticalHealRate",
+	396 => "AdditionalHeal",
+	397 => "NI PetMeleeMitigation",
+	398 => "SwarmPetDuration",
+	399 => "Twincast",
+	400 => "HealGroupFromMana",
+	401 => "ManaDrainWithDmg",
+	402 => "EndDrainWithDmg",
+	403 => "NI ReluctantBene",
+	404 => "LimitExcludeSkill",
+	405 => "TwoHandBluntBlock",
+	406 => "CastonNumHitFade",
+	407 => "NI Unknown397",
+	408 => "LimitHPPercent",
+	409 => "LimitManaPercent",
+	410 => "LimitEndPercent",
+	411 => "LimitClass",
+	412 => "NI Unknown412",
+	413 => "IncreaseSpellPower",
+	414 => "LimitSpellSkill",
+	415 => "NI Unknown415",
+	416 => "ACv2",
+	417 => "ManaRegen_v2",
+	418 => "SkillDamageAmount2",
+	419 => "AddMeleeProc",
+	420 => "NI Unknown420",
+	421 => "IncreaseNumHits",
+	422 => "NI Unknown422",
+	423 => "NI Unknown423",
+	424 => "GravityEffect",
+	425 => "NI Display",
+	426 => "NI IncreaseExtTargetWindow",
+	427 => "SkillProc",
+	428 => "LimitToSkill",
+	429 => "SkillProc2",
+	430 => "NI Unknown430",
+	431 => "NI Unknown431",
+	432 => "NI Unknown432",
+	433 => "NI Uknonwn433",
+	434 => "CriticalHealChance2",
+	435 => "CriticalHealOverTime2",
+	436 => "NI Unknown432",
+	437 => "NI Anchor",
+	438 => "NI Unknown438",
+	439 => "NI IncreaseAssassinationLvl",
+	440 => "FinishingBlowLvl",
+	441 => "NI MovementSpeed2",
+	442 => "NI TriggerOnHPAmount",
+	443 => "NI Unknown443",
+	444 => "NI AggroLock",
+	445 => "NI AdditionalMercenary"
 );
 
 $sp_fields = array(
Reply With Quote