Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc bug fixes, Solo Survival Arena aggro adjustment. #921

Merged
merged 4 commits into from Mar 2, 2015

Conversation

skittles1
Copy link

-Fixed Bramble Wall starting hit points (were being spawned with 0HP).
-Fixed Bramble Wall damage threshold messages.
-Stop thrasher spin attacks hitting phased/spectating players.
-Fix a bug causing thrasher spin attacks to overwrite the damage to be
done to each target with the value returned from the previous target.
-Changed thrasher spin attacks to use high precision damage numbers.
-Survival arena now checks for invalid targets before calling
TargetSwitch.
-Added IsOwnedByPlayer message in Monster. Returns TRUE if the monster
(or its master) is owned by a player, FALSE otherwise. Checks for
apparitions and monster evil twins in addition to true minions.
-Added minion checks to the aggro code in survival arenas, to stop
player minions being aggroed on players.
-Fixed bug causing new mobs to not aggro properly if a boss or miniboss
is present.
-Lowered solo aggro to 20% of mobs spawned.
-When one participant is left in guild survival, or on every kill in
solo, try to aggro another mob on the player.
-Fixed grammar error (her/his vs he/she) in phased out cast resource.
-Add a check for phase/spectator to CheckPlayerAttack in Spell.
-Formatting fixes in AttackSpell (no code change).
-Add phase/spectator check for Earthquake and radius projectile
targeting.
-Add immortal and phase/spectator check to Heat's damage effect.
-Add utility message (CreateSpellBook) to create a spell book for
monsters to use. Creates a one-spell spellbook only; good for testing.
-Add stats to keep track of highest level reached in each of the arenas.
-Add system message to get survival status report easier.
-Fix karma change in survival arena.

-Fixed Bramble Wall starting hit points (were being spawned with 0HP).
-Fixed Bramble Wall damage threshold messages.
-Stop thrasher spin attacks hitting phased/spectating players.
-Fix a bug causing thrasher spin attacks to overwrite the damage to be
done to each target with the value returned from the previous target.
-Changed thrasher spin attacks to use high precision damage numbers.
-Survival arena now checks for invalid targets before calling
TargetSwitch.
-Added IsOwnedByPlayer message in Monster. Returns TRUE if the monster
(or its master) is owned by a player, FALSE otherwise. Checks for
apparitions and monster evil twins in addition to true minions.
-Added minion checks to the aggro code in survival arenas, to stop
player minions being aggroed on players.
-Fixed bug causing new mobs to not aggro properly if a boss or miniboss
is present.
-Lowered solo aggro to 20% of mobs spawned.
-When one participant is left in guild survival, or on every kill in
solo, try to aggro another mob on the player.
-Fixed grammar error (her/his vs he/she) in phased out cast resource.
-Add a check for phase/spectator to CheckPlayerAttack in Spell.
-Formatting fixes in AttackSpell (no code change).
-Add phase/spectator check for Earthquake and radius projectile
targeting.
-Add immortal and phase/spectator check to Heat's damage effect.
-Add utility message (CreateSpellBook) to create a spell book for
monsters to use. Creates a one-spell spellbook only; good for testing.
-Add stats to keep track of highest level reached in each of the arenas.
-Add system message to get survival status report easier.
@skittles1 skittles1 force-pushed the attackfix branch 2 times, most recently from d2dab58 to bd224d6 Compare March 2, 2015 21:00
@skittles1 skittles1 modified the milestones: 1.0.9.5, 1.0.9.6 Mar 2, 2015
@skittles1 skittles1 merged commit 721d2a9 into OpenMeridian:master Mar 2, 2015
@skittles1 skittles1 deleted the attackfix branch March 5, 2015 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant