Nightfyre

ReadMe.md

Jul 10th, 2016
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. **Author:** Ricky Gall
  2. **Version:** 1.25
  3. **Description:**
  4. Addon to make setting blue spells easier. Currently only works as blu main.
  5.  
  6. **Abbreviations:** aset, azureset
  7.  
  8. **Commands:**
  9. 1. removeall - Unsets all spells.
  10. 2. spellset <setname> [ClearFirst|PreserveSlots|PreserveTraits] -- Set (setname)'s spells,
  11. optional parameter: ClearFirst or PreserveSlots or PreserveTraits:
  12. overrides setting to clear spells first or remove individually,
  13. preserving matching slots or traits where possible.
  14. Default: use settings or preservetraits if settings not configured.
  15. 3. set <setname> (clearfirst|preserveslots|preservetraits) -- Same as spellset
  16. 4. mode [ClearFirst|PreserveSlots|PreserveTraits] - cycle settings for set parameters,
  17. optional parameter: ClearFirst or PreserveSlots or PreserveTraits
  18. 5. add <slot> <spell> -- Set (spell) to slot (slot (number)).
  19. 6. save <setname> -- Saves current spellset as (setname).
  20. 7. currentlist -- Lists currently set spells.
  21. 8. setlist -- Lists all spellsets.
  22. 9. spelllist <setname> -- List spells in (setname)
  23. 10. help --Shows this menu.]]
  24.  
  25. **Changes:**
  26. v1.25
  27. * Added setting to preserve by slots.
  28. * Added command to cycle between set methods.
  29. * Restored ClearFirst behavior to original functionality.
  30. * Fixed issue with spell name comparisons.
  31.  
  32. v1.23 - v1.24
  33. * Changed default spellset method to preserve traits.
  34. * Added setting for setmethod to either PreserveTraits or ClearFirst.
  35. * Added setting for setspeed. Wait time between each spell being set. Faster timing
  36. may result in multiple attempts at setting the spell and could lead to
  37. increased total set time. Default: 0.65 seconds.
  38.  
  39. v1.15 - v1.22
  40. * Fixed spells that were missing
  41. * Recoded for 4.1
  42.  
  43. v1.1 - v1.15
  44. * Added spellset listing
  45. * Added listing a given set's spells
  46. * Added default VW sets (VW1 and VW2) which include Wind, Thunder, Light, Dark and Fire, Ice, Water, Earth (respectively)
  47. * Added //aset list into the help menu given in game (it worked before but i forgot to include it)
  48.  
  49. v1.0 - v1.1
  50. * Fixed issue with saving sets.
Add Comment
Please, Sign In to add comment