Decra001
|
Modding Tutorials**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*.2 ;
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
|
Sizzoragame
|
Aww thx
|
Decra001
|
np
|
~KRW~Insomnia~
|
Nice work decra
|
Decra001
|
i was bored and i thaught it would help everyone out
|
slayer
|
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
|
Decra001
|
sorry slayer i am just trying to help out people i can edit my post if you want that says helped by slayer
|
~Ass Kicker#4~
|
speakin of white chickens, decra would u care for a duel
|
Decra001
|
-.- ak, post that in a general collum not in a modding tutorial...
|
|
|