• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Outfit] Adding bonus to your addons at WITHOUT BUG using sources functions!

It's easier to add speed like there:
HTML:
	<outfit id="1">
		<list gender="0" lookType="136" name="Citizen" requirement="both" speed="40"> 
	</list>
		<list gender="1" lookType="128" name="Citizen" requirement="both" speed="40"> 
	</list> 
	</outfit>
 
Nice!

Nice one, bro! :thumbup:
It works totally here!

A doubt, can I add damage bonus? Like 10% death damage?

Rep ++ for you :]

Yours, Seth~
 
It works just for 0.4 I think, because there are lot of people that said that it doesn't work... :S


@Seth
Nice, Im glad :)
You wan't to add 10% extra death damage? I really don't know :S
 
@Seth
Nice, Im glad :)
You wan't to add 10% extra death damage? I really don't know :S

Yes, bro ;s
Ok, and how about suppress invisible and drunkness, do you?
I've already tried so many different combinations here and no one of them worked >.<

Can ou try help? I will keep trying here.

Thanks :]

Yours, Seth~
 
Will you do one for 3.6? xD

Search for other addons bonus, there are some script that may work for 0.3.6 (creaturescripts).

Yes, bro ;s
Ok, and how about suppress invisible and drunkness, do you?
I've already tried so many different combinations here and no one of them worked >.<

Can ou try help? I will keep trying here.

Thanks :]

Yours, Seth~[/FONT]

What you mean on suprresing? That you won't be able to get invi or drunk?
 
What you mean on suprresing? That you won't be able to get invi or drunk?
Well, suppress drunk it's not be drunked. Like Dwarven Ring.
And the invisible thing, I thought that I could do it too, like Warlock be invisble, and you use the outfit than he shows up :p

But the invisible thing you can forget, but the drunk I can't do and I know that is possible, like I said, like the ring.

And the reflect thing either, how can I configure it?

Sorry for the many questions, only curious and surprised by this nice method :D

Yours, Seth~
 
The reflect part is for vocations, search it here at otland, I saw a few months ago an update to vocations.xml with absorb and reflect damage %.

<supress drunk="1"/> -- That should be enought.
 
How can i add to reflect some magic?
XML:
        <attribute percentMagic="10"/>
?

How can i add to absorb some magic?
XML:
         <attribute percentMagic="10"/>
?
 
Back
Top