Advertisement
ZoriaRPG

2.54 New ZQuest

May 30th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. //b52
  2.  
  3. ////////////////
  4. /// ZQuest ///
  5. ////////////////
  6.  
  7. The Enemy Editor now had an additional tab, 'Defenses 3'. In this tab, you will find settings for configuring
  8. enemy defences for each of the ten LW_SCRIPT* types. These otherwise work as normal weapon defences, and
  9. correspond to npc->ScriptDefense[] in ZScript.
  10.  
  11. Quests made in versions prior to 2.54 have no knowledge of these types, and will fall back on the generic 'Script'
  12. defence type. This type should no longer be used to configure enemies, as it will be ignored in quests saved in
  13. 2.54.
  14.  
  15. Further, the following new defence outcomes exist:
  16.  
  17. Trigger Secrets: Hitting the enemy with this weapon type will trigger all the secrets on the screen.
  18. Double Damage : Weapon inflicts 2x damage.
  19. Triple Damage : Weapon inflicts 3x damage.
  20. Quadruple Damage : Weapon inflicts 4x damage.
  21. Block if Damage < 10 : Blocks the weapon if its power is < 10.
  22. Enemy Gains HP = Damage : The enemy gains HP equal to the damage of the weapon. Note that this is not capped!
  23.  
  24. The other 'Block if < n' defence outcomes have been renamed to 'Block if Damage < n', for clarity.
  25.  
  26. Other new defence outcomes have been added to the enemy editor, but they do nothing.
  27.  
  28. You may now export a quest to the old 2.50 format. To do this, go to the menu: File->Export->2.50.x Quest
  29. !WARNING: All new featurs will be lost. Scripts may need to be recompiled, and may misbehave if the quest
  30. is opened in 2.50.x ZC. Old enemy packfile variables are preserved, so this is not a concern, but
  31. enemies lose new properties when converting.
  32. THe intent of this is to allow a user to intentionally downgrad a quest saved in 2.54.
  33.  
  34. The color selector used for palette editing now supports the following new hotkeys:
  35.  
  36. Shift+H: Increase Hue
  37. Control+H: Decrease Hue
  38. SHift+S: Increase Saturation
  39. Control+S: Decrease Saturation
  40. Shift+B: Increase Brightness
  41. Control+B: Decrease Brightness
  42.  
  43. The Combo Editor now has many new flags that you may use in conjunction with scripts.
  44. Some of these may later be implemented as internal flags with defined behaviour.
  45. This includes flags for the most popular scripts, such as pits, and holes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement