View Single Post
  #122  
Old January 3rd, 2009, 11:56 AM
Endoperez's Avatar

Endoperez Endoperez is offline
National Security Advisor
 
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
Endoperez is on a distinguished road
Default Re: Monster SCENARIO Project

I have few untested ideas for how to create a force in enemy province. Basically, you use either #nextspell or #onebattlespell to create a chain that goes like this:

1) teleport effect
2) summon units/commander effects
3) returning (that only affects the caster)

It might go like this:
i: ritual teleport, nextspell ii
ii: farsummon/summon 1, nextspell iii
iii: farsummon/summon 2, nextspell iv
iv: returning

Or like this:
i: ritual teleport, nextspell ii
ii: farsummon 1, nextspell iii
iii: farsummon 2, nextspell iiii
The commander that teleports with the force has #onebattlespell "returning". This is a way for the watcher nation to insert troops without losing mages.


I don't know if these work.
Reply With Quote