[0083/0084/0085] Bug Reports

Moderator: Remixer

User avatar
Neco
Treant Protector
Posts: 818
Joined: Thu May 16, 2013 2:13 am
Location: New Zealand
Has thanked: 73 times
Been thanked: 54 times

[0083/0084/0085] Bug Reports

Postby Neco » Fri Aug 08, 2014 10:48 am

New version for the weekend!

Due to major issues in 0083, a quick fix version 0084 has been released. You may find both their changelogs below. EDIT: 0085 quickfix released again, hopefully no more crashes for everyone.

Download:
Island Defense 4.0.0.0085 OU9.w3x

Notable Changes:
  • MMD fleshed out!
  • Weird/Missing hotkeys (mostly) done!
  • Lots of bug fixes.
[spoiler=Full Changelog 0083]Changes / Fixes:
  • Demonologist's Description is white
  • Demonologist's Summon Fel Hound glitched
  • Added Balth as a Hunter (will now get experience etc)
  • Fixed Troll's Enhanced Spear Tower's tooltip
  • Fixed Troll's Spear Tower ranges.
  • Made Draenei's Portal select a random Void Gate, rather than the first.
  • Added Tier 3 upgrades to Ogre's ARC (were removed for some reason).
  • Made Demonologist's Pool of Ancient Ritual able to sell items again.
  • Made Radioactive's Modules sellable again.
  • Made Radioactive's Modules not require a Merchant.
  • Removed HP Upgrades for Nature and Radioactive.
  • Fixed Faerie's Towers Tooltip's HP.
  • Fixed Goblin's Towers Tooltip's HP.
  • Fixed Spiny Tower's Buff when in item form.
  • Fixed Dryad's "Encourage Growth" tooltip saying it transfers 15 mana per second, when it's really 20.
  • Fixed Tauren dying when changing form after getting HP Upgrades sometimes.
  • Fixed Tauren's abilities cooldowns being "reset".
  • Changed Tauren's Charge skill location to be after "Build".
  • Changed Tauren's Combat Skills Book hotkey to "E" and moved it's location to be after Charge.
  • Added a small delay in removing the Builder unit on death, allowing special effects to run and giving cool death effects a chance to show!
  • Fixed the game not ending when the Titan was the last one to die.
  • Made the voting board be togglable (-vote board on/off added to -help menu).
  • Multiboards redone, now shows information on all players in the game (some of it's hidden to certain players of course).
  • Reduced G2L time to 15s (from 60s).
  • Fixed Dryad's Towers having the range in their tooltips be off by 25.
  • Increased the cast range of Sypherious's Crushing Wave (Nuke) by 100 for all levels (500/550/600, was 400/450/500).
    Kept Sypherious's Crushing Wave(Nuke) actual range, as the ending radius makes up for seemingly short distance.
  • Fixed Enchanted Granite hotkey (was E, now properly C).
  • Readded Tauren's Tauren Guard (not sure why it wasn't there).
  • Added the ability to see how much experience Tauren gains.
  • Lucidious's Model Camera (overrides old model, keeps same camera).
  • Made PlayerData.forceAlliances() only do the necessary alliance changes
  • Fixed Sypherious's Heal (wasn't taking into account Sypherious's Y point location).
  • Forced effects on bounce heals, giving them a visual effect even when no damage was healed.
  • Reduced TITAN_EXP_MISSING_PLAYER_FACTOR to 0.15 (was 0.2).
    The algorithm is now: factor = 1.0 + ((10 - DefenderPlayers) * 0.15). Example table:
    • 10 Defender Players = 1.00
    • 9 Defender Players = 1.15
    • 8 Defender Players = 1.30
    • 7 Defender Players = 1.45
    • 6 Defender Players = 1.60
    • 5 Defender Players = 1.75
    • 4 Defender Players = 1.90
    • 3 Defender Players = 2.05
    • 2 Defender Players = 2.20
    • 1 Defender Player = 2.35
  • Started removing quotes from tooltip strings (on Titan abilities).
  • Made Radioactive's Mutation Tower cost 90g (from 78g).
  • Goblin's Advanced Wall Research now gives +5 armor to Armed Walls, as well as replacing Fortified Armed Walls rather than upgrading them.
    Advanced Walls's have 20 armor, and the implicit 20% dodge chance.
  • Reduced Goblin's Improved Cannon Research's attack speed increse to 15% (from 16%).
  • Removed black fog when using -cam values above 225 and increased max -cam distance to 400.
  • Fixed Radioactive's Tower Enhancement upgrade.
  • Gnoll's Deadly Poisons upgrade now automatically replaces your Mega Axe Towers with Deadly Mega Axe Towers. Also added an extra 5 damage boost to Deadly Towers.
  • Made Text Tags (experience) only show to players that can see the unit.
  • Re-added Shelter to Draenei's Summoner. Removed "Broken Wall" as it had the same stats.
  • Made Draenei's Portal interruptable (dispelling or WotWing will now stop Draenei's portal). Also reduced delay time to one second.
  • Made Tauren's Master Training give 100 bonus mana (instead of 50).
  • Made Tauren's Ancestral Rage research require Survival Skills as well as Basic Earth Mastery (increases Ancestral Rage minimum cost by 5g 1000w).
  • Reduced Arctic Waters and Hypothermia upgrades to 15g (from 20g).
  • Reduced Tauren's ARC build time to 5s (from 10s).
  • Reduced Tauren's Fortified Totem Wall upgrade time to 3s (from 5s).
  • Reduced Draenei's Hunter Construct's damage to 90 (from 105).
  • Fixed MMD
    Three new MMD definitions:
    • "start_class", the class that the player started as. If you -titan at the beginning of the game (titan cannot be found), your start class will be CLASS_TITAN.
    • "end_class", the class that you ended the game as.
    • CLASS VALUES:
      • CLASS_NONE = 0
      • CLASS_MINION = 1
      • CLASS_TITAN = 2
      • CLASS_DEFENDER = 3
      • CLASS_OBSERVER = 4
    • "end_state", the game state that you left the game during.
    • GAME STATES:
      • STATE_IDLE = 0 When the map is initialized
      • STATE_STARTING = 1 When game modes / player races are being chosen
      • STATE_STARTED = 2 Once defenders (and Titan) have spawned
      • STATE_PAUSED = 3 (The actual game state will be shown in "end_state", so you'll never see STATE_PAUSED)
      • STATE_FINISHED = 4 On gameover
    • Players that leave before the game starts will now be flagged with MMD_FLAG_LEAVER.
    • Players that leave during the game will be flagged with MMD_FLAG_LOSER.
    • Players that leave after the game has ended, will be flagged correctly.
    • Players that stay right until being kicked from the game will be flagged correctly before being removed.
  • Disabled forcing a Titan player after the timeout. It now simply finishes the game instead.
  • The TITAN_AUTOPUNISH game setting now correctly shows the right ability in the Punishment Centre on game start.
  • Retriggered Panic, Radiation, Demonic Pillar, Nether Jump, Sacrifice (Fiend), Sacrifice, Enchantment.
  • Fixed all (except Huntress and Panda) Defender races ARC hotkeys.
  • Fixed Demonic Fiend's Demonic Pillar tooltip (duration said 6 seconds, is actually 8).
  • Fixed Demonic Fiend's Self Sacrifice (duration is supposed to be 8 seconds, was 15).
  • Fixed hotkeys for Demonic Fiend.
  • Increased Demonic Fiend's mana to 150, allowing it to use it's abilities without having to research the Enchanted Talisman upgrade first.
  • Changed how Demonologist's and Demonic Fiend's Sacrifice abilities work. They now morph the unit into a Demonic Stalker instead of killing the old one. Hotkeys and selections will now persist.
  • Increased Demonic Idol (Demonologist's Shelter) lumber cost to 30 (from 20).
  • Fixed Radioactive and Nature's Worker tooltips.
  • Fixed Demonologist's Demonic Idol and Magnataur's Ice Hut tooltips saying they had 200 health (they really have 150).
  • Removed quotation marks from harvesters, tooltips shouldn't be cut off now!
  • Redid hotkeys in Magnataur's, Tauren's, Demonologist's, and Faerie's spell books.
  • Fixed Faerie's Panic being corrupted.
To Do:
  • SKILLS HOTKEYS IN LEDGERS (for Defenders)
    • Demonic Fiend
    • Morphling
    • Huntress
    • Satyr
Not fixed:
  • Radioactive's Suicide glitch (it is how cargos work in WC3. No solution found for now).
  • Making ARC for Makrura causes Builder to be lost (could not reproduce).
  • Goblin's Towers no animation (could not reproduce).
  • Draenei Hunter missing (could not reproduce).
  • Radioactive while invulnerable using tp removes invulnerability (eh, added warning to ability).
  • All Nature summons (Spear Mystic and Protector) got the build Menu but can't build anything (fixable but not in my lifetime).
  • Merchants can't select shared controlled using "Select User" (it's not available in the game).
  • Makrura's Hunter's Protective Scales does have 800 range (confirmed ingame).
0084 / Later:
  • RESEARCH HOTKEYS (for ARC)
    • Huntress
    • Panda
  • Faerie's Hunter's Ultimate ability looks wrong (is an orb ability, they do that).
  • Guide needs update
  • not a lot of people like radio's tower modules being slow to set up. (I like the nerf)
  • add ability to upgrade radon towers inventory slots to 2 to mix and match effects
  • Custom Upgrades System.
    • swapping doesn't swap upgrades (swapping disabled)
    • swapping stops current orders (swapping disabled)
    • swapping upgrades lose their progress (swapping disabled)
    • fix upgrades with -swap/-defender/-restart (overhaul)
  • Update Lucid/Syph/Molt item descriptions
  • perk system
  • chicken music
  • chase music
  • settings tweak
  • lever secret
  • APM calculation for titans
[/spoiler]
[spoiler=Full Changelog 0084]
  • Fixed some upgrades not having the right hotkey due to localization issues.
    • Hunter Intelligence Training
    • Improved Cannon Research
    • Venomous Protector Adept Training
  • Fixed Feral Tower Tier 2 having the wrong range in it's tooltip.
  • Added a new upgrade in Tauren's Earth Totem which is required to build Totem Towers. Costs 1000 wood.
  • Increased Totem Tower's lumber cost to 150 (from 140).
  • Reduced Super Totem Tower's lumber cost to 800 (from 1000).
  • Reduced Mega Totem Tower's lumber cost to 1600 (from 2000).
  • Removed Totem Towers requiring an Earth Totem.
  • Builders can no longer access the Titan's shops at the start of the game.
  • G2L description updated to be more clear.
  • Tauren can no longer summon Tauren Guards while in Builder form.
[/spoiler]
[spoiler=Full Changelog for 0085]
  • Fixed cancelling structures resulting in item drops sometimes.
  • Fixed not being able to -titan when game is idle.
  • Fixed observer's races not being nulled.
  • Fixed Super Regen Spines saying 20% instead of +80.
  • Fixed spot in top-right base.
  • Combat Skills (Tauren) has had it's hotkey changed to "D" (from "E").
  • Fixed G2L description saying the train time was 1 minute when it was actually 15s.
  • Fixed some Merchant item's tooltips.
[/spoiler]

Happy testing all!
Former Editor of Island Defense - ENTID Rules

User avatar
Mini-CML-
Resource Storage
Posts: 19
Joined: Thu Aug 07, 2014 7:04 am
Location: Frozen Throne CZE-1 @ Northrend

Re: [0083] Bug Reports

Postby Mini-CML- » Fri Aug 08, 2014 12:08 pm

Priority: High
All:
- Hunter Inteligence Training hotkey (E) is not working Localization issue, non-English WC3 may have a different one. Can fix if this is the case.
Dryad:
- Feral Tower stage 2 range is 600 instead of 650 (in description) Fixed.
Tauren:
- Crash, when build menu is opened Investigating. Caused by Totem Towers requiring an ARC to build. UPDATE: Fixed, added an upgrade requirement instead.
Last edited by Neco on Fri Aug 08, 2014 9:36 pm, edited 3 times in total.
Reason: Updated status of mentioned bugs.

User avatar
Neco
Treant Protector
Posts: 818
Joined: Thu May 16, 2013 2:13 am
Location: New Zealand
Has thanked: 73 times
Been thanked: 54 times

Re: [0083] Bug Reports

Postby Neco » Fri Aug 08, 2014 12:17 pm

Mini-CML- wrote:Tauren:
- Crash, when build menu is opened


Optimization problems again... great.

Hmm.
Former Editor of Island Defense - ENTID Rules

Jnt94
Aura Tree
Posts: 33
Joined: Fri Aug 23, 2013 9:51 pm

Re: [0083] Bug Reports

Postby Jnt94 » Fri Aug 08, 2014 3:29 pm

General:
-Game crashes randomly (just me?)
Builders:
-Builders can access Titan shops until he spawns (useless but w.e.) Fixed
-Gold for Lumber trade has no CD (description says it should have) Description is unclear, it's supposed to say it takes 1 minute to complete. Fixed.
-Tauren can summon Tauren Guards in builder form without any researches Fixed
Last edited by Neco on Fri Aug 08, 2014 8:53 pm, edited 1 time in total.
Reason: Updated status of mentioned bugs.

User avatar
aRt)Y
Protector of Nature
Posts: 13142
Joined: Fri May 03, 2013 9:15 pm
Has thanked: 10 times
Been thanked: 174 times
Contact:

Re: [0083] Bug Reports

Postby aRt)Y » Fri Aug 08, 2014 8:03 pm

-Game crashes randomly (just me?)

Provide more info. Ingame time, race, what you did, perhaps a replay, etc.
    Information, Rules, Guides and everything else you need to know about ENT is on the ENT Wiki.
      Ignorantia juris non excusat • Quis custodiet ipsos custodes? • Fallacy of composition

User avatar
Neco
Treant Protector
Posts: 818
Joined: Thu May 16, 2013 2:13 am
Location: New Zealand
Has thanked: 73 times
Been thanked: 54 times

Re: [0083] Bug Reports

Postby Neco » Fri Aug 08, 2014 8:40 pm

Mini-CML- wrote:All:
- Hunter Inteligence Training hotkey (E) is not working


Do you use a non-English WC3?
Former Editor of Island Defense - ENTID Rules

User avatar
Mini-CML-
Resource Storage
Posts: 19
Joined: Thu Aug 07, 2014 7:04 am
Location: Frozen Throne CZE-1 @ Northrend

Re: [0083] Bug Reports

Postby Mini-CML- » Fri Aug 08, 2014 9:14 pm

Neco wrote:
Mini-CML- wrote:All:
- Hunter Inteligence Training hotkey (E) is not working


Do you use a non-English WC3?


Yes. I am using Warcraft 3 with Czech language dub and translations.

User avatar
Neco
Treant Protector
Posts: 818
Joined: Thu May 16, 2013 2:13 am
Location: New Zealand
Has thanked: 73 times
Been thanked: 54 times

Re: [0083/0084] Bug Reports

Postby Neco » Fri Aug 08, 2014 10:09 pm

Cool, thanks for the reports guys.

@Jnt94 Hopefully the "crashing" was simply Tauren's build menu. I tested other builders and none of them had any problems. If you still get crashes in 0084 be sure to give some details!

0084 has been released, and I've updated the first post with information.
Former Editor of Island Defense - ENTID Rules

User avatar
LiMiePewPew
Armored Tree
Posts: 59
Joined: Sun Nov 24, 2013 11:56 am
Location: Germany
Been thanked: 1 time

Re: [0083/0084] Bug Reports

Postby LiMiePewPew » Fri Aug 08, 2014 11:47 pm

General

Issue: Gameplay
Priority: low
Description: Exchange Gold for Lumber doesn't need one minute to complete.
[resz]http://i.imgur.com/64xHGlX.png[/resz]

Issue: cosmetics at Merch
Priority: low
Description:
"." too much + "last 2 minutes" not in golden font.
[resz]http://i.imgur.com/GLfBL4W.png[/resz]

"lasts 2minutes" not in golden font.
[resz]http://i.imgur.com/Ofksfy8.png[/resz]
[resz]http://i.imgur.com/knod0jg.png[/resz]

Troll Hand not Troll Hands
[resz]http://i.imgur.com/LbLq6GQ.png[/resz]

Tauren
R(e)turn Resources - (E) Combat Skills -> Same hotkey
Last edited by LiMiePewPew on Sat Aug 09, 2014 12:43 am, edited 2 times in total.
Get PewPewd.

User avatar
aRt)Y
Protector of Nature
Posts: 13142
Joined: Fri May 03, 2013 9:15 pm
Has thanked: 10 times
Been thanked: 174 times
Contact:

Re: [0083/0084] Bug Reports

Postby aRt)Y » Sat Aug 09, 2014 12:25 am

"." too much + "last 2 minutes" not in golden font.

Aren't they supposed to be 2 sentences? looks normal to me.
    Information, Rules, Guides and everything else you need to know about ENT is on the ENT Wiki.
      Ignorantia juris non excusat • Quis custodiet ipsos custodes? • Fallacy of composition

User avatar
LiMiePewPew
Armored Tree
Posts: 59
Joined: Sun Nov 24, 2013 11:56 am
Location: Germany
Been thanked: 1 time

Re: [0083/0084] Bug Reports

Postby LiMiePewPew » Sat Aug 09, 2014 12:38 am

Purchase Summoning Stone(.)
Look at Gnoll Tracker ->
[resz]http://i.imgur.com/S5OsByb.png[/resz]
Get PewPewd.

Jnt94
Aura Tree
Posts: 33
Joined: Fri Aug 23, 2013 9:51 pm

Re: [0083] Bug Reports

Postby Jnt94 » Sat Aug 09, 2014 12:53 am

aRt)Y wrote:
-Game crashes randomly (just me?)

Provide more info. Ingame time, race, what you did, perhaps a replay, etc.


Around 2-12 minutes. had no round of testing that lasted longer than 15 minutes.
Race didnt matter (occured with murc, gnoll, radio... actually evryone i tested)
Built stuffs to check for bugs etc.
Wc3 just crashed, cant save a replay >.<

TooNoobForU
Treant Protector
Posts: 834
Joined: Thu May 16, 2013 8:16 pm
Has thanked: 3 times
Been thanked: 10 times

Re: [0083/0084] Bug Reports

Postby TooNoobForU » Sat Aug 09, 2014 1:43 am

description for g2l .


and game crashed first 2 mins of game. after 3 upgrade of mag.

also had 9 (fake) builders

and warpten , mh, greedisgood 100000000000 and -tele
Image

User avatar
Neco
Treant Protector
Posts: 818
Joined: Thu May 16, 2013 2:13 am
Location: New Zealand
Has thanked: 73 times
Been thanked: 54 times

Re: [0083/0084] Bug Reports

Postby Neco » Sat Aug 09, 2014 3:21 am

Issue: General
Priority: Medium
Description: Can't -titan at the beginning of the game (Reported by LiMie and Stealer).

Issue: Defender
  • Priority: High
    Description: Cancelling Structures when Red is a minion / titan drops items.
  • Priority: Medium
    Description: Building in a certain spot top-right makes your builder be stuck.

Issue: Titan
Priority: Low
Description: Super Regen Spines say +20% MS. Should be +80 (movespeed isn't percentage based).
Former Editor of Island Defense - ENTID Rules

User avatar
Neco
Treant Protector
Posts: 818
Joined: Thu May 16, 2013 2:13 am
Location: New Zealand
Has thanked: 73 times
Been thanked: 54 times

Re: [0083/0084/0085] Bug Reports

Postby Neco » Sat Aug 09, 2014 3:49 am

Because crashes suck, I've released another quick release (0085). Check the first post for download and changelog.

Hopefully no more crashes!
Former Editor of Island Defense - ENTID Rules


Return to “Old Beta Versions”

Who is online

Users browsing this forum: No registered users and 8 guests