Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2

Author Topic: Help, my wizards can't use spells  (Read 1342 times)

Spy227X

  • Bay Watcher
    • View Profile
Help, my wizards can't use spells
« on: March 02, 2013, 07:29:11 pm »

Title. I'm testing in Arena Mode, as a human male.

RAWS:
Spoiler (click to show/hide)
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Help, my wizards can't use spells
« Reply #1 on: March 02, 2013, 07:39:24 pm »

Well, that sure is a rock you posted there. Anything else?

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #2 on: March 02, 2013, 07:40:29 pm »

Well, that sure is a rock you posted there. Anything else?
Also, PAINSPELL is an inorganic constantly boiling material that causes severe pain.
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Help, my wizards can't use spells
« Reply #3 on: March 02, 2013, 07:42:03 pm »

Yes. Is there any method given for the human to use it? A reaction? A MATERIAL_EMISSION interaction?

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #4 on: March 02, 2013, 07:43:05 pm »

Yes. Is there any method given for the human to use it? A reaction? A MATERIAL_EMISSION interaction?
If you look, I'm trying to make anything that's a wizard become able to use it.
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Help, my wizards can't use spells
« Reply #5 on: March 02, 2013, 07:44:51 pm »

Where? You posted the least relevant part of trying to make them use it.

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #6 on: March 02, 2013, 07:46:53 pm »

Where? You posted the least relevant part of trying to make them use it.
That's the entire interaction. (I'm new to modding... Looked at necromancers for this)
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Help, my wizards can't use spells
« Reply #7 on: March 02, 2013, 08:04:02 pm »

You don't have an INTERACTION, you have an INORGANIC. The mummy curse example file has this as its main interaction:

Code: [Select]
[INTERACTION:EXAMPLE CURSE]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_CANNOT_TARGET_IF_ALREADY_AFFECTED]
[IT_MANUAL_INPUT:victim]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[IE_ARENA_NAME:Cursed]
[SYNDROME]
[CE_SKILL_ROLL_ADJUST:PERC:0:PERC_ON:20:START:0]

This is the example you want to follow. Here's what you want in interaction form:

Code: [Select]
[INTERACTION:PAIN_SPELL]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_CANNOT_TARGET_IF_ALREADY_AFFECTED]
[IT_MANUAL_INPUT:victim]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[CE_PAIN:SEV:1000000:PROB:100:START:0:PEAK:5:END:1000]
« Last Edit: March 02, 2013, 08:08:55 pm by Putnam »
Logged

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #8 on: March 02, 2013, 09:03:37 pm »

Thanks!
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #9 on: March 03, 2013, 09:12:29 am »

But, i really want it to just make a cloud of vapor (PAINSPELL) that heads torward the target so it is dodgeable
Also, it can't be used in adv mode
« Last Edit: March 03, 2013, 09:15:08 am by Spy227X »
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #10 on: March 03, 2013, 09:26:48 am »

New RAWS
Spoiler (click to show/hide)
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

smakemupagus

  • Bay Watcher
  • [CANOPENDOORS]
    • View Profile
Re: Help, my wizards can't use spells
« Reply #11 on: March 03, 2013, 10:57:41 am »

But, i really want it to just make a cloud of vapor (PAINSPELL) that heads torward the target so it is dodgeable
Also, it can't be used in adv mode

this guy has a lot of material emisisons including clouds of custome-material vapor.  make your guy immune to your painspell vapor, he'll get caught in it too if you use trailing vapor.

Spy227X

  • Bay Watcher
    • View Profile
Re: Help, my wizards can't use spells
« Reply #12 on: March 03, 2013, 12:03:26 pm »

Still not working   :'( :'( :'(
PAINSPELL raws
Spoiler (click to show/hide)
PAINSPELL material raws
Spoiler (click to show/hide)
Logged
Is this freshwater or saltwater? Because alternatively you could breed a large amount of crocodiles and unleash them into the waters... indirect genocide.

smakemupagus

  • Bay Watcher
  • [CANOPENDOORS]
    • View Profile
Re: Help, my wizards can't use spells
« Reply #13 on: March 03, 2013, 01:00:56 pm »

>> objects\text\book_instruction.txt:objects/text/secret_painspell.txt

some of your slashes are pointing the wrong way

what exactly are you trying and in what way is it not working.  obviously if you open up a random human in the arena he doesn't have the spell.  what else are you doing? 

do you want this to be a SECRET learned from books?  or you want it to be available to all humans, or a caste of humans?
« Last Edit: March 03, 2013, 01:02:28 pm by smakemupagus »
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Help, my wizards can't use spells
« Reply #14 on: March 03, 2013, 01:16:29 pm »

You're missing CDI:INTERACTION:MATERIAL_EMISSION.
Pages: [1] 2