Skills Edition : Addding New Damage Types

Weekly updated column for helping skill development. Users can't directly post requests but a PM or mail can be sent to Skill-Clinician.

Moderator: Skill Clinician

LiNkIn_PaRk
Posts: 49
Joined: Sun Jun 02, 2002 8:27 pm
Location: TN

Skills Edition : Addding New Damage Types

Post by LiNkIn_PaRk » Wed Oct 15, 2003 5:26 am

First one, Skill questions..

First one.

A single attack with large +%dmg, but drains your stamina all off.

:?: Is it possible to drain all your stamina ?

Second..

a Passive with def+%, but slows down your run speed as you put more point's into it.

:?: Is it possible to use -run walk in 1.10s?


:?: Also, would it be at all possible to add another type of elemental damage (in my case Shadow damage) ?

And one last question :D

:?: Is it at all possible to add a new stat? say, Concentration, example;;

Strength
Concentration
Dexterity
Vitality
Energy

Thanks,

-LiNkiN_PaRk


edit: Fixed some thing's.


[mod]
Modified title and stickied for better visibility.
- Joel
[/mod]
Last edited by LiNkIn_PaRk on Thu Mar 25, 2004 10:25 am, edited 2 times in total.

User avatar
Joel
Moderator
Dominion
Posts: 6921
Joined: Mon May 27, 2002 7:19 am
Location: Orsay
Contact:

Hand-picked

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by Joel » Wed Oct 15, 2003 3:54 pm

[quote=LiNkIn_PaRk";p="132964"]
A single attack with large +%dmg, but drains your stamina all off.
:?: Is it possible to drain all your stamina ?
[/quote]

Use the Quickness finishing function with the stamina stat. :)

[quote=LiNkIn_PaRk";p="132964"]
a Passive with def+%, but slows down your run speed as you put more point's into it.
:?: Is it possible to use -run walk in 1.10s?
[/quote]
Yes

[quote=LiNkIn_PaRk";p="132964"]
:?: Also, would it be at all possible to add another type of elemental damage (in my case Shadow damage) ?
[/quote]
Yes but it's very very hard.

[quote=LiNkIn_PaRk";p="132964"]
:?: Is it at all possible to add a new stat? say, Concentration, example;;
[/quote]
Yep, but it won't be displayed without Code Editing.
"How much suffering, mortal, does it take before you lose your grace?"
Shadow Empire (coming soon) | forum

LiNkIn_PaRk
Posts: 49
Joined: Sun Jun 02, 2002 8:27 pm
Location: TN

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by LiNkIn_PaRk » Wed Oct 15, 2003 3:59 pm

Thanks :mrgreen:

User avatar
Darque
Retired staff
Arch-Angel
Posts: 1052
Joined: Fri Aug 01, 2003 9:04 am
Location: Poplar Grove, IL
Contact:

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by Darque » Wed Oct 15, 2003 6:28 pm

[quote=Joel";p="133016"]

[quote=LiNkIn_PaRk";p="132964"]
:?: Also, would it be at all possible to add another type of elemental damage (in my case Shadow damage) ?
[/quote]
Yes but it's very very hard.
[/quote]

Can you explain how to do this?
Diabolic Studios Web Site | Forum
THoC Beta v8.1Download | Feedback

Infinitum Web Site
Read The Forum Terms of Service

User avatar
Joel
Moderator
Dominion
Posts: 6921
Joined: Mon May 27, 2002 7:19 am
Location: Orsay
Contact:

Hand-picked

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by Joel » Wed Oct 15, 2003 7:06 pm

Well :

1) Create a new aura called MonsterSensitiveToShadow and apply it to any monster you need to be sensible to your "shadow" damage.
This aura use a stat : monster_shadow_sensitivity. And set it to a number between 0 and 100. If a monster have 100 in this stat, it will take full damage of shadow damage. Also this aura set a stat called monster_shadow_dmg_done to 0

2) Also creat a Aura that is a "negative" prayer. An aura with -hp-regen. In the calc column of this one, put a formula involving monster_shadow_sensitivity. like for ex :

-10*stat("monster_shadow_sensitivity".accr)*stat("monster_shadow_dmg_done".accr)

3) Now, on all your weapon and or spells that use the Shadow damage add either a curse on hit either a stat alteration that raise monster_shadow_dmg_done an deal at least 1 dmg of any kind.

What will happen ?
Well, once monster_shadow_dmg_done is > 0 , the prayer will start draining it's life. Note that this technic is quite imperfect :
-> first these new dmg don't give XP (or i have missed something )
-> that's a lot of aura/curse/stat to manipulate :p
"How much suffering, mortal, does it take before you lose your grace?"
Shadow Empire (coming soon) | forum

User avatar
Darque
Retired staff
Arch-Angel
Posts: 1052
Joined: Fri Aug 01, 2003 9:04 am
Location: Poplar Grove, IL
Contact:

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by Darque » Wed Oct 15, 2003 9:28 pm

[quote=Joel";p="133038"]
-& first these new dmg don't give XP (or i have missed something )
[/quote]

With this method, would setting the exp column to 1 in states.txt have any effect?
Last edited by Darque on Wed Oct 15, 2003 9:34 pm, edited 1 time in total.
Diabolic Studios Web Site | Forum
THoC Beta v8.1Download | Feedback

Infinitum Web Site
Read The Forum Terms of Service

Modder
Posts: 68
Joined: Tue Mar 02, 2004 2:18 am

Re: Skills Edition : Addding New Damage Types

Post by Modder » Fri Mar 26, 2004 3:56 am

What if you want everyone to be sensetive to that damage? I made Rainbow damage and Magic damage, but I want to apply this to everyone.

User avatar
Joel
Moderator
Dominion
Posts: 6921
Joined: Mon May 27, 2002 7:19 am
Location: Orsay
Contact:

Hand-picked

Re: Skills Edition : Addding New Damage Types

Post by Joel » Fri Mar 26, 2004 9:14 am

you have to give the rainbow_sensitive aura to every monsters.
"How much suffering, mortal, does it take before you lose your grace?"
Shadow Empire (coming soon) | forum

User avatar
ekkoper
Junior Member
Paladin
Posts: 200
Joined: Thu Mar 18, 2004 3:33 pm
Contact:

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by ekkoper » Fri Mar 26, 2004 10:04 pm

[quote=Joel";p="133038"]Well :

1) Create a new aura called MonsterSensitiveToShadow and apply it to any monster you need to be sensible to your "shadow" damage.
This aura use a stat : monster_shadow_sensitivity. And set it to a number between 0 and 100. If a monster have 100 in this stat, it will take full damage of shadow damage. Also this aura set a stat called monster_shadow_dmg_done to 0

2) Also creat a Aura that is a "negative" prayer. An aura with -hp-regen. In the calc column of this one, put a formula involving monster_shadow_sensitivity. like for ex :

-10*stat("monster_shadow_sensitivity".accr)*stat("monster_shadow_dmg_done".accr)

3) Now, on all your weapon and or spells that use the Shadow damage add either a curse on hit either a stat alteration that raise monster_shadow_dmg_done an deal at least 1 dmg of any kind.

What will happen ?
Well, once monster_shadow_dmg_done is > 0 , the prayer will start draining it's life. Note that this technic is quite imperfect :
-> first these new dmg don't give XP (or i have missed something )
-> that's a lot of aura/curse/stat to manipulate :p[/quote]

a few questions from a newbe..
1) - in which file you make a new aura (skills.txt?) and what more values do you need to add?
- how and where do you make these two stats?
2) in skills.txt and does it need more values to be filled in?

thanks
Last edited by ekkoper on Mon Apr 05, 2004 5:48 pm, edited 1 time in total.
Dead.

User avatar
Beliel's Minion
Posts: 21
Joined: Sun May 09, 2004 3:35 pm
Location: Nova Scotia, Canada

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by Beliel's Minion » Sun May 09, 2004 4:30 pm

[quote=Beliel's Minion";p="172450"]a few questions from a newbe..
1) - in which file you make a new aura (skills.txt?) and what more values do you need to add?
- how and where do you make these two stats?
2) in skills.txt and does it need more values to be filled in?

thanks[/quote]


(1) yes you use skills.txt but if you want it to be a char skill you also use skilldesc.txt.:cow:
thou who serve beliel serve thy-self, for beliel is of most cunning and power, For all thou who know not Beliel is to read manuals, or Find him At The lord of lies section in hell.(he is thy ruler of lies).

User avatar
Rattlecage
Forum Regular
Angel
Posts: 932
Joined: Sun Apr 13, 2003 8:46 pm
Location: The Frozen North
Contact:
United States of America

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by Rattlecage » Sun May 09, 2004 5:15 pm

[quote=Joel";p="133038"]
-> first these new dmg don't give XP (or i have missed something )
[/quote]
What you could do is give the monster another aura that gives the player exp based on the damage that the new element does. The problem with that though is that you'll get exp on every hit instead of every enemy death like it should.
No beating heart I felt. I brought no sights to the silver lips; no warmth from the gold.

User avatar
DeClineD
Retired staff
Angel
Posts: 883
Joined: Mon Dec 01, 2003 11:09 pm
Location: Denmark

Post by DeClineD » Sun May 09, 2004 5:24 pm

or just give them a Death-Skill that granted xp on death?
Terms of Service
Beginner's guide v1.4 (Word|PDF)
Avatar by Go][um

User avatar
ekkoper
Junior Member
Paladin
Posts: 200
Joined: Thu Mar 18, 2004 3:33 pm
Contact:

Post by ekkoper » Mon Jun 14, 2004 12:49 pm

[quote=Beliel's Minion";p="172452"][quote=Beliel's Minion";p="172450"]a few questions from a newbe..
1) - in which file you make a new aura (skills.txt?) and what more values do you need to add?
- how and where do you make these two stats?
2) in skills.txt and does it need more values to be filled in?

thanks[/quote]


(1) yes you use skills.txt but if you want it to be a char skill you also use skilldesc.txt.:cow:[/quote]


Okay..
In skills.txt:
new row 'MonsterSensitiveToShadow':
Do I set the aurastat1 to 'monster_shadow_sensitivity'? (and then set the aurastatcalc1 to what?)
Do I set the aurastat2 to 'monster_shadow_dmg_done'? (and then set the aurastatcalc2 to what?)
How do I create the negative prayer?
How do I give the stat to a weapon so it deald damage to a monster which the stat is given?



-----
Isn't there an already existing stat/aura that works the same way, so I can copy/edit that one?
I really need this, adding new damage types, for my mod..

Could anyone help me?
Dead.

User avatar
DEmaster
Posts: 4
Joined: Sun Sep 05, 2004 4:52 pm

Re: Skills Edition : Addding New Damage Types

Post by DEmaster » Mon Sep 06, 2004 2:03 am

Isn't there an already existing stat/aura that works the same way, so I can copy/edit that one?
Yes for an arua i just copied one from 'paladins' skills. ex: i just copied 'Holy Shock' to make= 'Holy Plague'< an arua that deals damge>
So yes... :)

User avatar
Myhrginoc
Retired Admin
Cherub
Posts: 12100
Joined: Sat May 25, 2002 7:28 am
Location: Percussion U
United States of America

Hand-picked

Post by Myhrginoc » Thu Sep 09, 2004 2:13 am

You may not have noticed, the question was asked just about three months ago. I would imagine ekkoper has either found an answer on his own (or in another forum), or he no longer cares. That is the hazard of reviving stale topics.



OOO! Ahhh! Number 7000... 8-O 8-O 8-O :mrgreen:
Last edited by Myhrginoc on Thu Sep 09, 2004 2:14 am, edited 1 time in total.
Do the right thing. It will gratify some people and astonish the rest.
~ Mark Twain
Run Diablo II in any version for mods: tutorial
The Terms of Service!! Know them, abide by them, and enjoy the forums at peace.
The Beginner's Guide v1.4: (MS Word | PDF) || Mod Running Scripts || TFW: Awakening

User avatar
Joel
Moderator
Dominion
Posts: 6921
Joined: Mon May 27, 2002 7:19 am
Location: Orsay
Contact:

Hand-picked

Moved

Post by Joel » Wed Mar 30, 2005 8:18 am

*This topic has been moved from General Mod Making to Skill Clinic*

I think we can try to sort this out here and output a viable tutorial or plug-in soon :)

User avatar
LewyT
Posts: 39
Joined: Sat Apr 03, 2004 9:10 pm
Location: Springfield, MO 65802
Contact:

Re: Skills Edition : Addding New Damage Types

Post by LewyT » Tue Aug 30, 2005 12:51 am

You know how there are several different magical elements but there's only one kind of "physical" damage.
I think that the physical damage should be devided up into a few different categories.

Piercing: arrows and spears
Cleaving: swords and axes
Impact: maces, clubs, hammers
Blast: explosion damage (different from fire)
Laceration: whips and knives (shallow flesh wounds)

Different armors could protect better against different damage.

Also it would be cool to divide up "Poison" damage into a few categories:

Venom: snake and spider bites
Septic: zombie attack, poop in a wound
Noxium: poisonous gas
Acid: Maggot spit (burns on contact)
Vomit: food poisoning, drinking a poison potion :roll:

There would need to be a different cure for each kind of poison.

Well, since I'm disecting damage, here's my idea for some new magic damage elements.

Holy: would only damage undead and demons
Evil: Drain life, blood star, Diablo's red ligtning

any more ideas?
Last edited by LewyT on Tue Aug 30, 2005 12:55 am, edited 2 times in total.
LewyT

User avatar
Doombreed-x
Retired staff
Arch-Angel
Posts: 1304
Joined: Thu Jul 15, 2004 6:40 pm
Location: No more flag. :(

Re: Skills Edition : Addding New Damage Types

Post by Doombreed-x » Tue Aug 30, 2005 5:10 am

The game was coded to have slash/crush/whatever damage types at one point, but it was removed instead of released. Probably just too much effort.

User avatar
DragonOracle
Posts: 10
Joined: Mon Dec 13, 2004 4:02 pm

Re: [1.10s] Some skill question's, and a damage/stat questio

Post by DragonOracle » Sat Jan 28, 2006 1:41 am

How to make new "pages" in the "stat window" :?: :?: :?:
Is there some tools I could use to make these new stats to work easily?
Last edited by DragonOracle on Sat Jan 28, 2006 1:59 am, edited 1 time in total.
~------- Dragon Pray -------~
Aran Ai'loki, Bahamut
samnuva gorgorath
silma
~-----------------------------~

User avatar
SilverShadowHell
Forum Regular
Angel
Posts: 803
Joined: Fri Apr 08, 2005 1:22 pm
Location: HERE!! on the Battlefield...
Contact:

Post by SilverShadowHell » Sat Jan 28, 2006 3:38 pm

PlugY does that... look here
WAR!!!!!!!....... don't worry.. I'm working on it
http://iloveshaders.blogspot.com/

XxNeoxX
Posts: 54
Joined: Sat Feb 28, 2004 4:23 pm

Re: Skills Edition : Addding New Damage Types

Post by XxNeoxX » Fri Aug 11, 2006 2:41 am

What about sort of a new element type? How would that work? Like adding a Dark energy that the Necro uses. Sorta like how sorc has lit/fire/cold skills. Make a new type of elemental damage so the Necro can have some offensive caster skills.

User avatar
ChaosMaster_711
Posts: 2
Joined: Sat Mar 31, 2007 3:34 am

Post by ChaosMaster_711 » Sun Apr 01, 2007 1:27 am

How exactly can you create the elem type so you can put it as the elem as a dam with it displaying image and having a blind effect :!:

User avatar
Necrolis
Senior Admin
Throne
Posts: 9125
Joined: Sat Mar 25, 2006 1:22 pm
Location: The Land of the Dead
Contact:
South Africa

Hand-picked

Post by Necrolis » Mon Apr 02, 2007 1:48 pm

[quote=ChaosMaster_711";p="315695"]How exactly can you create the elem type so you can put it as the elem as a dam with it displaying image and having a blind effect :!:[/quote]
you can't not without extreme CE
Image
Netiquette, Do you USE it?!?! | Nefarius' Fixed TXT Files | Terms Of Service
Blackened | Day of Death | D2GFEx
"What was yours is mine. Your land, your people, and now your life." - Lim-Dul, the Necromancer
Judgement is Final, Death is Eternal

User avatar
Advachiel
Posts: 5
Joined: Tue Jun 26, 2007 5:02 pm

Re: Skills Edition : Addding New Damage Types

Post by Advachiel » Thu Jul 05, 2007 4:01 pm

Sorry about reviving an old thread again (looks like it's been done about 3 times with this one already!).

The last response in the thread was "you can't not without extreme CE," in regards to a question about asking how to adding a new element. That's the response that I've heard in several instances, so I guess my question, to kick-start this thread, is:

What kind of extreme Code Editing are we talking about? I'm relatively saavy with the txt files, and I'm somewhat decent at hex, so maybe if someone here really knows how these additions could be made, I could follow along. It's highly possible I won't understand a word (if it's really, really extreme), but we won't ever know until those words are spoken! :)

Thanks!

Doabli
Forum Legend
Arch-Angel
Posts: 1994
Joined: Wed Apr 25, 2007 4:36 pm
Contact:

Post by Doabli » Thu Jul 05, 2007 4:06 pm

Extreme coding is only needed if you want the new damage to be carried by weapon, skills. If you want to make it like Holy Fire (pulses damage every x seconds) , it should work fine. Generally when he means extreme coding it means you need some knowledge about programming, like C++, some debugging skills, with Ollydbg, and some knowledge of internal D2.
Stay away from ballet dancers with an attitude .

Post Reply

Return to “Skill Clinic”