| View previous topic :: View next topic |
| Author |
Message |
~H}{RW~ MasterReaction Leader

Joined: 22 Apr 2006 Posts: 1435
Location: Elddim or Gom Room
|
Posted: Sat Jun 10, 2006 6:03 am Post subject: Getting Shield Rings |
|
|
There is a benefit and downfall to using shield rings.
Well if u edit in shield rings and an amulet u can not be hit by any bow and the good thing is no one can break it.
The downfall is that u can not unbreak shield rings (remove and put back on to restore broken fixes)
So u have to add ranged block if u dont use shield rings and that takes up modifier space.
ANYWAY enough chatter. her's how to do it.
Locate the following line in your party.gas file four your character.
equip_slot = es_ring_0;
equip_slot = es_ring_1;
equip_slot = es_ring_2;
equip_slot = es_ring_3;
equip_slot = es_amulet;
You are going to replace the ring template with a shield template that has 35% ranged block. You will need all 5 in order for it to work. The shield says 35% ranged block but I looked up the code and its only 20% thus u need all 5.
Listed below is the ring template
template_name = ring_lloyd;
Change it to:
template_name = sh_ra_w_g_o_t_l_avg;
Now do the same for the other 3 rings and the amulet slot. You can also still add modifiers to it. For example a complete ring would look like:
[14]
{
equip_slot = es_ring_0;
gold_value = 1;
inv_location = il_main;
modifier_prefix_name = merciless;
modifier_suffix_name = ofagony;
template_name = sh_ra_w_g_o_t_l_avg;
}
Three shields that will work for this purpose are:
1) Forged Shield: template_name = sh_ra_w_g_c_k_l_fin;
2) Savior Shield: template_name = sh_ra_w_g_o_t_l_avg;
3) Large Kite Shield: template_name = sh_w_g_c_k_l_avg;
When you are don the paper doll of your character should show small shields and rings and an amulet.
Try the free legolos character on the site to see what this looks like.
Thanks
~KRW~ MasterReaction
|
|
| Back to top |
|
 |
§†ÀÑÐ Öƒƒ! ~Honored Guest~
Joined: 29 Jul 2006 Posts: 16
Location: Sleeping, zone match,school or eating
|
Posted: Sat Jul 29, 2006 3:31 pm Post subject: |
|
|
or if you find a high enough block on the sheild you don't have to use it as much like this one you only need 3 I think
template_name = sh_w_g_c_k_l_avg;
variation_name = o_str;
 |
|
| Back to top |
|
 |
aquadragon [H}{RW] Member
Joined: 16 Sep 2006 Posts: 48
|
Posted: Fri Feb 02, 2007 7:46 pm Post subject: |
|
|
hey i cant get the sheild rings to work why?? not showing up or working also the prefix/suffixs on other stuff ant working why??
|
|
| Back to top |
|
 |
|