Advertisement
Guest User

zexe

a guest
Jan 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. have_slist : true (should be true to cast spells, false means the plugin hasn't seen a list of spells)
  2. waiting : 605 (the spell that the plugin is waiting to see)
  3. noneed : false (should be true unless you have spells waiting to be cast)
  4. need_mana : false (should be false to cast spells, true means your mana has not increased)
  5. need_moves : false (should be false to cast spells, true means your moves have not increased)
  6. nocast : false (should be false to cast spells, true means you are in a nocast room)
  7. paused : false (should be false to cast spells, true means the plugin is paused)
  8. state : 3 (should be 3 to cast spells, any other number means we cannot cast)
  9. The below should all be yes
  10. spells['all'] : yes
  11. spells['affected'] : yes
  12. spells['learned'] : yes
  13. recoveries['all'] : yes
  14. recoveries['affected'] : yes
  15. char : yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement