Archive for THE H}{RW The Killer Raven Warriors and Havoc Knights
are dedicated to Dungeon Siege Gaming and fair play.
 



       THE H}{RW Forum Index -> DS1 Modding
~FCO~ Mr GigGles

How to make your first Multi Effect

___timeing on 2nd post___ Exclamation

Ok makeing a multi effect is simple
first open your spl_spell.gas file
ok now scroll down tell u see [t:template,n:base_summon_good]
now scroll down tell u see
[*]
{
alteration = alter_strength;
duration = #infinite;
value = (#magic*0.7); <<---make 0.7 in to 0.2

ok now go to
}
[*]
{
alteration = alter_dexterity;
duration = #infinite;
value = (#magic*0.5); <<---make 0.5 in to 0.2

now go to
}
[*]
{
alteration = alter_intelligence;
duration = #infinite;
value = (#magic*0.2); <<---keep it the same

and now go to
}
[*]
{
alteration = alter_melee;
duration = #infinite;
value = (#magic*1.2); <<---make it 0.2

ok after that
go down to bottem and at your effect spell
under magic paste this in

Code:

//apply_enchantments = false;
    [enchantments]
    {
      [*]
      {
        alteration = alter_strength;
        value = 10;
        description = "Super Effect Test";
        duration = 250;
        effect_script = ice_warrior;
        is_permanent = true;
        is_single_instance = false;

        initial_delay = .25;
        frequency = 250;
      }
      [*]
      {
        alteration = alter_dexterity;
        value = 10;
        description = "Super Effect Test";
        duration = 250;
        effect_script = ice_fly;
        is_permanent = true;
        is_single_instance = false;

        initial_delay = .25;
        frequency = 250;
      }
      [*]
      {
        alteration = alter_intelligence;
        value = 10;
        description = "Super Effect Test";
        duration = 250;
        effect_script = ice_bridge_dust;
        is_permanent = true;
        is_single_instance = false;

        initial_delay = .25;
        frequency = 250;
      }
      [*]
      {
        alteration = alter_melee;
        value = 10;
        description = "Super Effect Test";
        duration = 250;
        effect_script = ice_warrior;
        is_permanent = true;
        is_single_instance = false;

        initial_delay = .25;
        frequency = 250;
      }
    }
  }
  [spell_status_effect]
  {
    description = "Super Effect Test";
    effect_script = ice_statue;
  }

}

now this would be a 4 way effect

you would have one [spell_status_effect]
and the 4 alter's that you edited at top
you will need the first effect on the alter_strength to also be alter melee on bottem (same effect)

now make sure you had made 0.2 on the alters at the top that you will use at the enchantments you use for effects or it wont work

now this prob doesnt make much sense but just keep testing around with it

enjoy
_____Read down for timeing______
~FCO~ Mr GigGles

Also at your spell name ..this would be mine
[t:template,n:krw_mix_eff2]
{
category_name = "magic";
doc = "spell iron fist";
specializes = base_spell_good;

Make sure u have at specializes that its base_spell_good;

_______UPDATE________4/03/07

Now some members have asked about timeing well if you look at your enchantment at (initial_delay = .25; frequency = 250;) these are what you will need to change

1. initial_delay = .25; -- this is the timeing on when you want the effect to start
2. frequency = 250; -- this is how often you want the effect the replay for every sec .. (example) 1 would be every sec or 10 is every 10secs..

[enchantments]
{
[*]
{
alteration = alter_strength;
value = 10;
description = "Super Effect Test";
duration = 250;
effect_script = ice_warrior;
is_permanent = true;
is_single_instance = false;

initial_delay = .25;//<--- 1.
frequency = 250;//<--- 2.

! But i have also found out on effect like ice_warrior you do not want to change the frequency (keep it the same as Duration) if you make the frequency low on a effect that doesnt start over like ice warrior it will just make a mess and cause lag!!!

And if you work on it and time things out you can get a nice lil show going on Razz
Sizzoragame

KIK ass bud thx Cool
~FCO~ Mr GigGles

haha np Laughing
monkeyman370

Shocked
Decra001

confusing Shocked
Įk tĮ

understanding Shocked
~FCO~ Mr GigGles

ÐÄ®K §TÄ® wrote:
understanding Shocked

really Surprised
Įk tĮ

i mean it =p
The Logistic

i see.. Shocked .. ya i have no idea.. after you said ''ok after that go down to bottem and at your effect spell under magic paste this in'' i got really cornfuzzled. where is magic at?
~FCO~ Mr GigGles

first of all do you no basic moding, well if you dont its best to learn how to do one effect and summons before you do this Shocked
~W$ND~

Hey all!

This was a bit confusing, but I got it in the end.

Very Happy Yaaahooo! woot woot Very Happy

But also for some effects you have to make the frequency lower so they apear for the whole duration of the spell...e.g

Mana_fountain_charge has to be at a lower frequency like '1' so it appears every second of the duration of the spell, this is the same for all Fx's that may dissapear after the spell is cast.

Thanks alot Mr GiGgLeS!!! Laughing
~FCO~ Mr GigGles

HaHa good to hear Very Happy

Yes i didn't add that cause i didn't want to make it complicated but its good to see someone else then dark star got this to work Very Happy Embarassed

       THE H}{RW Forum Index -> DS1 Modding
Page 1 of 1
Create your own free forum | Buy a domain to use with your forum