View Single Post
  #1061  
Old May 26th, 2005, 10:08 PM
Boron's Avatar

Boron Boron is offline
Lieutenant General
 
Join Date: May 2004
Location: Bavaria , Germany
Posts: 2,643
Thanks: 1
Thanked 0 Times in 0 Posts
Boron is on a distinguished road
Default Re: targetting \"Flight\"

Quote:
Boron said:
What does this error mean?
I get it when i want to do my turn in my current sp game (around turn 50):


I tried to host the turn 3 times, 3 times this error.
I got this error now again in my new SP Faerun Game on turn 67. I was playing with Zens 4 mods and with my own small hoard+aimod which does the following :

Code:
  
#modname "easier hoard"
#description "revenant is now a clam with 10 pearls / turn"
#version 1.00

-newclam-
#selectspell "Create Revenant"
#path 0 2
#pathlevel 0 2
#fatiguecost 15000
#end

#selectmonster 396
#name "living clam"
#hp 200
#mr 30
#gemprod 4 10
#immobile
#end

-newFF-
#selectspell "Revive King"
#path 0 6
#pathlevel 0 1
#path 1 0
#pathlevel 1 1
#fatiguecost 15000
#end

#selectmonster 188
#name "living fetish"
#hp 200
#mr 30
#gemprod 0 10
#immobile
#magicskill 0 1
#end

-scales,Aifriendly-
#supplymult 1000
#resourcemult 500




What does this error mean?
It gets frustrating now because it seems i can't play sp anymore .
Reply With Quote