Advertisement
MarshallxD

Untitled

Mar 18th, 2019
1,385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. Additions:
  2.  
  3. - Added new healer models! Healers can now FINALLY be dyed 16 different colors! It only took a few years, no big deal.
  4.  
  5. - Added the ability for move relearner NPCs to require items with special NBT data to be present on an item.
  6. Changes:
  7.  
  8. - Updated all Pokémon's TM moves, egg moves, and level-up moves to generation 7's Ultra Sun and Ultra Moon mechanics.
  9.  
  10. - Updated to latest Smogon tiers (March 2019)
  11.  
  12. - Updated the Beast Ball texture for the Overlay GUI (credit to ButteredToastWarrior).
  13. Fixes:
  14.  
  15. - Fixes Pokémon not saving if there was a crash or you didn't exit the world properly.
  16.  
  17. - Fixed a bunch of the cascading world generation errors when creating a new world.
  18.  
  19. - Fixed Pokémon statues floating off into space in UltraSpace.
  20.  
  21. - Fixed Tidal and Clear Bells causing a crash.
  22.  
  23. - Fixes gendered Pokémon ending up without a gender.
  24.  
  25. - Fixed Pixelmon Spawner blocks not spawning bosses or aggressive Pokémon.
  26.  
  27. - Fixed Chingling not evolving at night. Apparently this has been an issue for a long time!
  28.  
  29. - Fixed a hack in move learning where you could make it teach any Pokémon any move.
  30.  
  31. - Fixed a hacking vulnerability in the Pokédex.
  32.  
  33. - Fixed crashes in Ranch Blocks when the box count is larger than like, 127ish.
  34.  
  35. - Fixed a possible error when doing a trade where a party has changed.
  36.  
  37. - Fixed Leaf Stone ore creating blank spaces if you're in Spectator Mode, instead of being like normal stone.
  38.  
  39. - Changed how Pokémon photos work so they stop turning purple on updates where we add new forms.
  40.  
  41. - Exp.All can now only have a stack size of one. Fixes some bugs due to it having NBT data.
  42.  
  43. - Fix some TMs being 'corrupted' due to the moves being renamed.
  44.  
  45. - Fix Unown not being able to learn Hidden Power via TM.
  46.  
  47. - Fixed boss Pokémon not being able to go above the max level.
  48.  
  49. - Fixed /pokebattle starting a 2 v 1 battle with trainer NPCs.
  50.  
  51. - Fixed a race condition where some party/money/Pokédex data may not sync correctly on join.
  52.  
  53. - Fixed a crash when using a external move on item frames or other non-living entities.
  54.  
  55. - Fixed the level-cap and raise-to-cap battle rules sometimes not reverting after battle causing permanent changes to your Pokémon level.
  56.  
  57. - Fixed trainer NPCs pokemon not getting their items back after battle.
  58.  
  59. - Fixed trainer NPCs being able to mega evolve more then once per battle. Computers always cheat I tell you!
  60.  
  61. - Fixed trainer NPCs pokemon not reverting from mega if you ran or lost the battle.
  62.  
  63. - Fixed a battle crash with trainers that caused the trainer's Pokémon to become wild. Dobby is not free.
  64.  
  65. - Fixed some Pokémon having Coming Soon as their ability and not the actual ability that will be coming soon.
  66.  
  67. - Fixed a crash with breeding due to some Pokémon's abilities not being implemented... yet... Soon™
  68.  
  69. - Fixed a crash if you removed a pokemon from the ranch block while having a search open.
  70.  
  71. - Fixed being able to add Z-Moves onto a Pokémon via the Pokémon Editor.
  72.  
  73. - Fixed the mail and badge-case GUIs opening for the host on LAN worlds.
  74.  
  75. - Fixed special textured Pokémon not displaying the correct sprite.
  76.  
  77. - Fixed Wingull being exactly as common as Magikarps when you're on a beach. Literally a seagull for every fish in the sea.
  78.  
  79. - Showdown Import/Export fixes:
  80.  
  81. Fixed the importer not renaming moves from the old names to the new, causing import errors.
  82. Fixed the importer/exporter not handling Alolan forms correctly. Showdown called them Alola forms; we call them Alolan forms.
  83. Fixed Meowstic trying to export its gender as if it were a form.
  84. Fixed the Pokémon exporter exporting Coming Soon as the ability and not the real ability.
  85.  
  86. - Battle fixes:
  87.  
  88. Fixed Solar Blade not being a 2 turn move.
  89. Fixed battles not taking into account Pokémon type changes from moves like Soak.
  90. Fixed a visual bug where PP restoring items did not update the remaining PP in battle.
  91.  
  92. API/back-end (for sidemodders):
  93.  
  94. - Added PokedexEvent for detecting and cancelling Pokédex updates.
  95.  
  96. - Added UseBattleItemEvent so you can make item usage do nothing during battles.
  97.  
  98. - Removed battle temporary movesets out of the Pokemon class as it's not really API.
  99.  
  100. - Fixed BattleEndEvent giving incorrect results if the full heal battle rule was enabled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement