forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

Adding Four Modifiers

Currently I'm on vacation... Cool

I've been searching the net for Character Editing since I can't play any games, hehe...
I was just wondering... How would I add the Quad-Mods to items :?:

(Quad-Mods is the term I've seen used several times since I first started playing LOA, over two years ago.)

Templarian Arch Sorcerer's picture

Lord_Claw_II- wrote:
Currently I'm on vacation... Cool

I've been searching the net for Character Editing since I can't play any games, hehe...
I was just wondering... How would I add the Quad-Mods to items :?:

(Quad-Mods is the term I've seen used several times since I first started playing LOA, over two years ago.)

Make a new prefix and a new suffix and have each include 2 modifiers. Cool

Could yha give me an example or two?

Would it be like this?

{

equip_slot = es_ring_0;

gold_value = 20727;

inv_location = il_main;

modifier_prefix_name = ofthelion; ofthelion;

modifier_suffix_name = ofthelion; ofthelion;

template_name = ring_common;

variation_name = s_d_fin;

}

So, its a no?

Hehehe, yes I can log in again!

Templarian Arch Sorcerer's picture

Lord_Claw_II wrote:
So, its a no?

Hehehe, yes I can log in again!

No, i mean actually *making* new prefixes and suffixes in the pccontent.gas file, each with 2 modifiers.

WHAT?! NOOOOOOOOOOOOOOOOOOOOOOOOO!
:lightning:

^That is me...

How in the Hell would I do that?!

Remember me? The Modding/Editing illiterate? I can't touch coding in a .gas file or .dsres/.ds2res file without it being totally screwed up!
I just wanted to try editing characters again on DSLOA!

Templarian Arch Sorcerer's picture

Lord_Claw_II wrote:
WHAT?! NOOOOOOOOOOOOOOOOOOOOOOOOO!
:lightning:

^That is me...

How in the Hell would I do that?!

Remember me? The Modding/Editing illiterate? I can't touch coding in a .gas file or .dsres/.ds2res file without it being totally screwed up!
I just wanted to try editing characters again on DSLOA!

Tell you what, you just tell me what you want, and *ILL* make it for you. Just give me credit.

Frankly I dont know exactly what you are trying to do. Something like Hulking Brute Dragon Wing of the Lion of the Panther?

Modifiers are not set up to be in multiples. Course you can also psuedo do it.

Templarian Arch Sorcerer's picture

sjr wrote:
Frankly I dont know exactly what you are trying to do. Something like Hulking Brute Dragon Wing of the Lion of the Panther?

Modifiers are not set up to be in multiples. Course you can also psuedo do it.

Sure you can! Laughing out loud

[hulkingbrute]
	{
		type			= prefix;
		screen_name		= "Hulking Brute";
		power			= 108;
       		object_types    = armor,ring,amulet;

		[armor]
		{
			alteration			= alter_ARMOR;
			value				= 150;
			description			= "Adds 150 to Armor";
			duration			= #infinite;
			is_permanent		= true;
			is_single_instance	= false;
		}
		[armor]
		{
			alteration			= alter_ARMOR;
			value				= 130;
			description			= "Adds 130 to Armor";
			duration			= #infinite;
			is_permanent		= true;
			is_single_instance	= false;
		}
	}
   	[ofthelionofthepanther]
	{
		type			= suffix;
		screen_name		= "Of the Lion Of the Panther";
		power			= 108;
     		object_types    = weapon,armor,ring,amulet,spellbook;

		[health]
		{
			alteration			= alter_MAX_LIFE;
			value				= 529;
			description			= "Adds 529 to Health";
			duration			= #infinite;
			is_permanent		= true;
			is_single_instance	= false;
            			effect_script_equip	= stat_flick_05_gr;
           			effect_script_hit	= hit_spark_10_lgr;
		}
		[health]
		{
			alteration			= alter_MAX_LIFE;
			value				= 415;
			description			= "Adds 415 to Health";
			duration			= #infinite;
			is_permanent		= true;
			is_single_instance	= false;
            			effect_script_equip	= stat_flick_05_gr;
           			effect_script_hit	= hit_spark_10_lgr;
		}
	}
}

:P

Sharkull's picture

I think that's what sjr meant by "pseudo do it". Stare

Templarian Arch Sorcerer's picture

Sharkull wrote:
I think that's what sjr meant by "pseudo do it". Stare

Yes, but Lord_Claw_II can use that code to help himself to make some of his own.

Sharkull wrote:
I think that's what sjr meant by "pseudo do it". Stare

That is exactly what I meant.

You cannot double up existing modifiers on an item, although you can add modifiers to items that they dont belong to. Such as in the hulkingbrute template listed above, that says right in it what items it can appear on (armors, rings, and amulets) but you can put it on swords or even spells, they just would never legitly appear on such items.

This is pretty much what pvper's did with their boosting spells/drinking, they added modifiers to spells and pots and things like putting a shield (that contains ofrefuge shieldname ofrefuge) which makes them immune to normal damage. Not that they are not hard to kill anyway, especially as host, since as host you could do just about anything.

Hmm...

That looks like a MOD to me!

Okay Temp, I'll let YOU do it for me... What do you mean give you credit?

When I get home on Tuesday, I'll email you the character files for the character I need edited.

Lord_Claw_II wrote:
When I get home on Tuesday, I'll email you the character files for the character I need edited.

It is not a character file that he needs though he can then just add it to your character. What he is saying is he will make a mod and create a new modifier(s) that will do this effect. If you are planning on playing it with others they will need the mod as well to see the modifiers. If you are not the host the mod would not even work since the host would not have the modifiers, your character would lose any items that are modified. If you are host you could have the modifiers and others playing could find items with the modifiers as well (though not likely based on the power that would be used) but they would lose them the moment they left and started a new game that did not have the mod in place.

Templarian Arch Sorcerer's picture

Yes, its a simple mod, but i would be glad to help you out. Wink

Yes, sjr, I figured as much. I was just pointing out tat I also need my character edited seeing as I can't do that on my own and I'll need the new modifiers added.

TAS... Are you up to it?

Templarian Arch Sorcerer's picture

Lord_Claw_II wrote:
TAS... Are you up to it?

Ready to go! Laughing out loud

Okay, m plane leaves in about three hours... I should be home in time to send you everything before I go party with me friends, LOL.

nvm i did it myself...