Ideas for Stendhal/Magic: Difference between revisions
Content deleted Content added
imported>Madmetzger →GUI integration: added description for early testing |
imported>Madmetzger |
||
Line 77:
=== Allow early testing {{done}} ===
For being able to test as early as possible there is some code that enables to test the already implemented spells. There are basically three steps to consider:
/script SummonSpell [character] [spell name]
/alter [character] base_mana add 1000
/alter [character] mana add 1000
/cast [spell id] [target name or id]
* Seeing spells client side needs the feature ''spells'' enabled for the testing player
* Script SummonSpell to obtain a spell {{done}}
* Slash action to cast a spell ''/cast'' {{done}}
| |||