Conquest of Elysium 4

Conquest of Elysium 4

carn112004 5 Jul, 2016 @ 1:37pm
Anyone knowing how to select "Scrying" ritual of Pale One?
Problem is illusionist also having a ritual called "Scrying"; therefore "selectritual "Scrying"" selects the illusionist ritual.
< >
Showing 1-2 of 2 comments
I don't think we can do it with current modding commands.

selectritual "Scrying" apcost 8 ## 9

Obviously, the above selects the Illusionist's version of Scrying, since it is listed first in the ritual data.

Since the selectmonster command allows offsets, I also tried this:

selectritual "Scrying" 1 apcost 8 ## 9

but selectritual does not seem to have received similar functionality, and this still selects the Illusionist's version of Scrying.

No name command is listed among the ritual modding commands, but just in case, I tried this:

selectritual "Scrying" name "Mirror Scrying" selectritual "Scrying" apcost 8 ## 9

which crashed the game on startup, stating that the name command did nothing. Not surprising, but I thought it was worth a shot.

So it seems to me that in order to access all rituals with duplicate names, we need to either be able to use offsets with selectritual, or we need to be able to rename rituals. Either or both seem like reasonable feature requests, to me.
Last edited by Colonel Dracula joins the Navy; 5 Jul, 2016 @ 2:24pm
W1R3D 24 Jul, 2016 @ 10:48am 
This works

icon "superscry/superscry.tga" description "changes scry to reveal more of battlefield" newritual "SuperScrying" ritpow 15 # Pale One Rituals level 1 cost 8 5 # 5 Sapphires chooseloc 1 # Player chooses the target location. centerloc # Center screen on target location. scryloc 500 # Scry radius 1.5 around target location. soundfx 70 # Sound effect when the ritual is cast: echo.wav.

For balance you could change action point cost or sapphire cost.
Last edited by W1R3D; 24 Jul, 2016 @ 10:57am
< >
Showing 1-2 of 2 comments
Per page: 1530 50