- Joined
- Aug 4, 2012
- Messages
- 193
what trigger should i use if i want to put 2 spells into a spell book and then disable it? this is a orpg map that can be save/load, and the learned spell will be saved too
You can make it in Trigger editor to look like you add a spell to a spellbook
make two spell books (one of it going to be a dummy)
the main spell book won't contain any spells
the dummy will contain the spell you're going to add to the unit
set the books order ids to the same
give the main spellbook to the unit via object editor
from now any time you want to add the unit the spell (contained by the dummy)
give the unit the dummy spellbook and disable it
so it won't be visible
and because their id is the same the spell will appear in the main spell book too
this way you will need 'n' dummy spellbooks for n spells
all goes the same
Lender, i still don't understand =_=
so defskull, you got a better idea?
where is the one you talking about?
what i want is a spellbook that contain a spellbook (dummy), spellbook (dummy) contains 2 spells, and i want to make the spellbook like passive, so that can't click
so what is your idea? set casting time to 999999?