THE »H}{RW« Forum Index THE »H}{RW« | »H}{RW« HOME
The Killer Raven Warriors and Havoc Knights
are dedicated to Dungeon Siege Gaming and fair play.

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


idea: Effect Tutorial

 
Post new topic   Reply to topic    THE »H}{RW« Forum Index -> DS1 Modding
View previous topic :: View next topic  
Author Message
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Thu Feb 01, 2007 2:30 am    Post subject: idea: Effect Tutorial Reply with quote

hey master could you make a tutorial on how to make effect spells . . . because i am not catching on with that or how to make items . . .



_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Sat Feb 03, 2007 7:01 am    Post subject: Reply with quote

I will leave this to Mr Giggles. LOL
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sat Feb 03, 2007 3:12 pm    Post subject: Reply with quote

haha
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sun Feb 04, 2007 3:32 am    Post subject: Reply with quote

well i got item down yay and i found how to add fixes but i don't know how to add more than 2 and YAY Very Happy
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sun Feb 04, 2007 4:04 pm    Post subject: Reply with quote

let me find the forum on how to make mroe then 2 effects >.<
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sun Feb 04, 2007 4:11 pm    Post subject: Reply with quote

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

ok 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


________________________________________________________
//apply_enchantments = false;
[enchantments]
{
[*]
{
alteration = alter_strength; <--- THE THING YOU CHANGED AT TOP
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;<--- THE THING YOU CHANGED AT TOP
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;<--- THE THING YOU CHANGED AT TOP
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;<--- THE THING YOU CHANGED AT TOP
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
u would have one [spell_status_effect]
and the 4 alter's that u edited at top
u will need the first effect on the alter_strength to also be alter melee on bottem (same effect)
now make sure u had made 0.2 on the alter (AT THE TOP) u use for effects or it wont work
now this prob doesnt make much sense but just keep testing around with it
enjoy


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;
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Sun Feb 04, 2007 4:44 pm    Post subject: Reply with quote

Great! Thx Giggles. This should really help out some ppl.

The only thing to watch out for is your timing.

The duration and frequency must match for the most part. If they don't then the spell will go on top of itself and be doubled. Next time tripled and so on. This will eventually lag everybody out of the game as the number of spell effects grow.
Code:

duration = 250;
effect_script = ice_warrior;
is_permanent = true;
is_single_instance = false;
initial_delay = .25;
frequency = 250;


There is an exception however. For example the effect
seck_warrior_flames or health_fountain_charg will only
show their effect once then in 250 seconds (which is the frequency u set)
do it again.

You need to time the frequency on these types of effects
to somthing like 5 or 10 so they keep restarting. Don't make the
time to short or again they will build up on top of itself.

Hope that helps.
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sun Feb 04, 2007 5:17 pm    Post subject: Reply with quote

makes no sence what so ever =P am i supposed to go to the bottum of the base_summon_good and add that stuff in or what to confusing for me =P
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sun Feb 04, 2007 5:19 pm    Post subject: Reply with quote

but master can you help me out on adding armour, and blocks to summon and doing multi summons plz Smile
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Mon Feb 05, 2007 4:39 pm    Post subject: Reply with quote

sorry but multi effect mods are very hard to explain some times its best to find out how to do it your self
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Mon Feb 05, 2007 9:30 pm    Post subject: Reply with quote

well i was understanding but then you lost me when you said " then scroll down and put this in after magic . . . " am i supposed to scroll down to the bottum of base_summon_good and put that in after the last thing that says magic???
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Mon Feb 05, 2007 10:01 pm    Post subject: Reply with quote

No to the bottome of the file so you are adding a new spell.
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Mon Feb 05, 2007 10:49 pm    Post subject: Reply with quote

well then when i did it i did it correctly but it did not do anything =P
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Wed Feb 07, 2007 2:13 am    Post subject: Reply with quote

ahh you most have done something wrong but trust me this works before i lose old H drive i had like 5, (4) effect spells that work and other people could see them
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Wed Feb 07, 2007 9:31 pm    Post subject: Reply with quote

i think i know what i did wrong i accidently changed some stuff besides what i was supposed to change bandhead
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Wed Feb 07, 2007 9:32 pm    Post subject: Reply with quote

o and effects are sfx spells correct???
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Wed Feb 07, 2007 10:06 pm    Post subject: Reply with quote

giggles or master can you give me like the entire code of base_summon_good i changed stuff that wasn't supposed to be changed =P
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
slayer
<·H}{RW·> FCO Leader


Joined: 16 Jul 2006
Posts: 313


Location: out slaying or playing ds

PostPosted: Wed Feb 07, 2007 10:07 pm    Post subject: Reply with quote

just re exstartct it or look it up ur self with tank viewer
_________________
]
death comes too all those who wait for it dont dwell in the past look to the future
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Wed Feb 07, 2007 10:10 pm    Post subject: Reply with quote

Funny thing Giggles. I never had to change the base spell at all, and my last guy in the chain reaction summon level 4 uses custom turrents that ppl can see. I also have multi effect spells that I can cast on ppl.

Hmmm.
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Wed Feb 07, 2007 10:10 pm    Post subject: Reply with quote

bandhead why didn't i think of that sign5 director " THANK YOU SLAYER!"
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
slayer
<·H}{RW·> FCO Leader


Joined: 16 Jul 2006
Posts: 313


Location: out slaying or playing ds

PostPosted: Wed Feb 07, 2007 10:11 pm    Post subject: Reply with quote

i know i know im the best j/k
_________________
]
death comes too all those who wait for it dont dwell in the past look to the future
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Wed Feb 07, 2007 11:13 pm    Post subject: Reply with quote

i have to to change the base summon to get the multi effect to work as a spell to cast on players but if theres other ways you guys can find it out Razz
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Thu Feb 08, 2007 1:07 am    Post subject: Reply with quote

still doesn't work =( Crying or Very sad



_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    THE »H}{RW« Forum Index -> DS1 Modding All times are GMT
Page 1 of 1

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001 phpBB Group

Chronicles phpBB2 theme by Jakob Persson (http://www.eddingschronicles.com). Stone textures by Patty Herford.
Create your own free forum | Buy a domain to use with your forum