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

Commits on Mar 2, 2015

  1. Misc attack related fixes.

    -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 committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    c27a10e View commit details
    Browse the repository at this point in the history
  2. Sanity checks

    skittles1 committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    16dd6c9 View commit details
    Browse the repository at this point in the history
  3. Survival arena karma fix.

    skittles1 committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    18ecd73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    721d2a9 View commit details
    Browse the repository at this point in the history