.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #1  
Old December 5th, 2006, 08:35 PM
UninspiredName's Avatar

UninspiredName UninspiredName is offline
Sergeant
 
Join Date: Oct 2006
Posts: 351
Thanks: 0
Thanked 0 Times in 0 Posts
UninspiredName is on a distinguished road
Default Spelling Issues

I'm trying to put a standard combat summon into Dominions. The code I'm using, aside from name and description, is the following:
#school 3 #researchlevel 5 #path 0 3 #pathlevel 0 3 #effect 3 #damage 2502 (the monster's number) #explspr -1 #nreff 5000 #fatiguecost 210 #sound 29 #end

Seems sensible enough, yes? Only problem is, when I imput it, I get the following as the spell.
Range: 40+
Area of Effect: One person
Precision: 0
Fatigue cost: 210-
Earth gems required: 2
Damage: 508 (stun)

The obvious problem is that it's not a summoning spell. I've looked over it a few times now and can't seem to find out what's wrong. Also, is there any way to boost the gem cost without boosting the fatigue?
__________________
Just because you're paranoid doesn't mean they're not out to get you.
Reply With Quote
  #2  
Old December 6th, 2006, 07:34 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: Spelling Issues

#eff 3 is wrong. It is supposed to be a spell for summoning a creature IN BATTLE, e.g. Summon Water Elemental. You should add 10000 (ritual) to the effect. I haven't managed to get #eff 10003 to work, though.


Also,
9.18 #nreff <nbr of effects>
Sets the number of effects for this spell. For summoning
spells this determines how many creates are summoned.
Add 1000 to this value to give more porwerful casters
more effects.

#nreff 5000 would probably work, but I doubt it would work as you intended. It'd make the spell summon 0 creatures for the normal caster, but 5 more (five times 1000) for every extra level of the required path the casting mage had. You should use #nreff 5001, or perhaps 5005 or 3003 or something like that.
Reply With Quote
  #3  
Old December 6th, 2006, 01:13 PM
UninspiredName's Avatar

UninspiredName UninspiredName is offline
Sergeant
 
Join Date: Oct 2006
Posts: 351
Thanks: 0
Thanked 0 Times in 0 Posts
UninspiredName is on a distinguished road
Default Re: Spelling Issues

Wait... So to make it work in battle I should set it to a ritual? I don't exactly follow... I'll keep the nreff thing in mind, though. Thanks
__________________
Just because you're paranoid doesn't mean they're not out to get you.
Reply With Quote
  #4  
Old December 6th, 2006, 01:13 PM
UninspiredName's Avatar

UninspiredName UninspiredName is offline
Sergeant
 
Join Date: Oct 2006
Posts: 351
Thanks: 0
Thanked 0 Times in 0 Posts
UninspiredName is on a distinguished road
Default Re: Spelling Issues

Wait... So to make it work in battle I should set it to a ritual? I don't exactly follow... I'll keep the nreff thing in mind, though. Thanks
__________________
Just because you're paranoid doesn't mean they're not out to get you.
Reply With Quote
  #5  
Old December 6th, 2006, 06:20 PM
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: Spelling Issues

Sorry, I didn't notice you DID mean to make it a combat summon.

Any way, it seems something doesn't work. It might be that mod manual states some numbers wrong, or it might be a problem with the mod commands, but something seems to be missing. Try copying a spell that summons units in battles and then using (some? all of?) your current commands.
Reply With Quote
  #6  
Old December 6th, 2006, 07:25 PM
UninspiredName's Avatar

UninspiredName UninspiredName is offline
Sergeant
 
Join Date: Oct 2006
Posts: 351
Thanks: 0
Thanked 0 Times in 0 Posts
UninspiredName is on a distinguished road
Default Re: Spelling Issues

Ah, that's a good idea. I'll go try that.
__________________
Just because you're paranoid doesn't mean they're not out to get you.
Reply With Quote
  #7  
Old December 6th, 2006, 09:22 PM
UninspiredName's Avatar

UninspiredName UninspiredName is offline
Sergeant
 
Join Date: Oct 2006
Posts: 351
Thanks: 0
Thanked 0 Times in 0 Posts
UninspiredName is on a distinguished road
Default Re: Spelling Issues

Unfortunately, the issue remains. I'll see how ritual summons work...

Thanks for the suggestion, though. It was a really good one, and I expected it to work.
__________________
Just because you're paranoid doesn't mean they're not out to get you.
Reply With Quote
  #8  
Old December 6th, 2006, 09:26 PM
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: Spelling Issues

The spell modding commands are somewhat weird. I've had a mage cast modded spell without spending gems (no effect as it required some), and then go on to cast another spell on the same round. This was probably due to me trying to use the same fight with the spell changed from what it was during the hosting.

Also, in at least one case, number of effects is related to the level of the casting mage. Living Clouds summons 4+ elementals, but if modded to require Air 3 instead of Air 4, the number of effects changes to 3+. It might've been done by making a summon with equivalent of #nreff 1000 , if all levels the casting mage has in the path are counted instead of just those above it.
Reply With Quote
  #9  
Old December 6th, 2006, 09:46 PM
NTJedi's Avatar

NTJedi NTJedi is offline
General
 
Join Date: Jun 2003
Location: az
Posts: 3,069
Thanks: 41
Thanked 39 Times in 28 Posts
NTJedi is on a distinguished road
Default Re: Spelling Issues

Quote:
Endoperez said:
The spell modding commands are somewhat weird.
Some of the mapedit commands also have weird results. The #fort command rarely gives the desired fort. The mapedit command which allows a nation to already start with a spell only works for the first turn. There's others as well.
I wish I had the time to be one of the beta testers so I could have caught this for them.
__________________
There can be only one.
Reply With Quote
  #10  
Old December 6th, 2006, 10:33 PM
UninspiredName's Avatar

UninspiredName UninspiredName is offline
Sergeant
 
Join Date: Oct 2006
Posts: 351
Thanks: 0
Thanked 0 Times in 0 Posts
UninspiredName is on a distinguished road
Default Re: Spelling Issues

I half-suspect they don't actually read the bug reports...
__________________
Just because you're paranoid doesn't mean they're not out to get you.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 05:18 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.