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 


Modding Tutorials

 
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: Sat Feb 10, 2007 3:11 pm    Post subject: Modding Tutorials Reply with quote

**help made by Master R**
time to make your first summon to make your diff summon use this as a base:

[t:template,n:summon_chicken]
{
category_name = "magic";
doc = "3w spell_swamp_witch_summon";
specializes = base_spell_monster;
[common]
{
description = "Summons a White Chicken";
screen_name = "Summon White Chicken";
[template_triggers]
{
[*]
{
action* = call_sfx_script( "gresh_summon_charge" );
condition* = receive_world_message("we_req_cast_charge");
}
}
}
[gui]
{
active_icon = b_gui_ig_i_ic_sp_091;
inventory_icon = b_gui_ig_i_ic_sp_091_inv;
}
[inventory]
{
[delayed_pcontent]
{
[oneof*]
{
[all*]
{
chance = 1.100;
il_main = 3W_chicken_white_super;
}
}
}
}
[magic]
{
cast_range = 40;
cast_reload_delay = 1;
caster_state_name = "Controlling Monster";
effect_duration = 2500;
requires_line_of_sight = true;
speed_bias = 1;
target_type_flags = tt_conscious_enemy | tt_unconscious_enemy | tt_self;
usage_context_flags = uc_offensive;
state_name = "Controlling Monster";
require_state_check = true;
}
[spell_summon_multiple]
{
monster_summon = true;
spawn_num = 1;
effect_script = "gresh_summon";
spawn_radius = 3.0;
spawn_rate = 0.25;
description = "Summoned Creature";
caster_description = "Controlling Summoned";
}
}

ok well notice where it says chance = 1.100;
il_main = 3W_chicken_white_super;
that is what it will summon so if you want to summon go to world/contentdb/templates/elite/evil/ and you can go to a b c or d to find different templates have fun;

Effect Tutorial:

**help made by slayer5100**

here use this as a base to make your effects as you wish

[t:template,n:spell_red_sfx_dc]
{
category_name = "magic";
doc = "spell anchored shot";
specializes = base_spell_good;
[aspect]
{
gold_value = 0;
}
[common]
{
description = "Awsome Aura sfx";
screen_name = "Decra's aura";
[template_triggers]
{
[*]
{
action* = call_sfx_script( "nature_spell_sparkle" );
condition* = receive_world_message("we_dropped");
}
}
}
[gui]
{
active_icon = b_gui_ig_i_ic_sp_159;
inventory_icon = b_gui_ig_i_ic_sp_159_inv;
}
[magic]
{
apply_enchantments = false;
cast_experience = (#magic*.2Cool;
cast_range = 100;
cast_reload_delay = 1;
effect_duration = (#magic*.94444444)+94444444;
is_one_shot = true;
mana_cost = 0;
requires_line_of_sight = true;
speed_bias = 1;
target_type_flags = tt_conscious_friend | tt_self | tt_summoned | tt_conscious_enemy | tt_terrain;
state_name = decras blessing;
require_state_check = false;

[enchantments]
{
[*]
{
alteration = ALTER_EXPERIENCE_GAINED;
description = "Ranged To Hit Bonus";
duration = (#magic*.944444)+94444444444444;
value = (#magic*.9999999999999999999999999999)+9999999999999999999999999999;
}
}
}
[spell_status_effect]
{
description = "Decra's Aura";
effect_script = hub_pillar;
}
}

notice where it says effect_script = hub_pillar that is what the color effect will be to change and find different effects go to world/global/effects everything in that folder can be used as a effect hope this helps

*this is a tutorial for modders or learners*
*paste these templates in world/contentdb/templates/regular/interactive/spl_spells*

hope this helps everyone out have fun



_________________
The Battle Lord Of DungoenSiege
____________________________________________




Last edited by Decra001 on Sat Feb 10, 2007 11:13 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
Sizzoragame
<·H}{RW·> Co Leader


Joined: 22 Apr 2006
Posts: 877



PostPosted: Sat Feb 10, 2007 3:21 pm    Post subject: Reply with quote

Aww thx Very Happy Very Happy
_________________


Bring the Zone back alive! Love, Love, love
Back to top
View user's profile Send private message
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sat Feb 10, 2007 3:22 pm    Post subject: Reply with quote

np
_________________
The Battle Lord Of DungoenSiege
____________________________________________


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


Joined: 19 Nov 2006
Posts: 109


Location: Uk

PostPosted: Sat Feb 10, 2007 7:14 pm    Post subject: Reply with quote

Nice work decra Cool Cool Cool Cool
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sat Feb 10, 2007 8:34 pm    Post subject: Reply with quote

i was bored and i thaught it would help everyone out
_________________
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: Sat Feb 10, 2007 10:36 pm    Post subject: Reply with quote

decra im not trying to rip into u ne more but this is the kind of thing that pisses me off i relese a open vertion of my mod too show people how to do this kind of thing and what do u do u look how to do it then post how u do it do u get me its just to show u what kind of thing pissed me off
_________________
]
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
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sat Feb 10, 2007 10:54 pm    Post subject: Reply with quote

sorry slayer i am just trying to help out people i can edit my post if you want that says helped by slayer
_________________
The Battle Lord Of DungoenSiege
____________________________________________


Back to top
View user's profile Send private message Visit poster's website
~Ass Kicker#4~
~}Prick{~


Joined: 23 Dec 2006
Posts: 34



PostPosted: Mon Jul 23, 2007 1:06 pm    Post subject: Reply with quote

speakin of white chickens, decra would u care for a duel
Back to top
View user's profile Send private message
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Mon Jul 23, 2007 2:12 pm    Post subject: Reply with quote

-.- ak, post that in a general collum not in a modding tutorial...



_________________
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