Difference between revisions of "User:Notthross"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Notthross
imported>Notthross
Line 3: Line 3:
As a side-note: usually when you see the name 'Wildcard89', that's me. I just had some problems with other people also using that name, so I wanted a more unique one, and some sites won't let me change it.
As a side-note: usually when you see the name 'Wildcard89', that's me. I just had some problems with other people also using that name, so I wanted a more unique one, and some sites won't let me change it.
== My Mods ==
== My Mods ==
Yeah, there's only one that I have made public. I like to focus on one thing at a time. Incidentally, however, there's another public mod in the works, though it is still very much in alpha.
=== [http://www.tesnexus.com/downloads/file.php?id=23985 The Blade of Awe] ===
=== [http://www.tesnexus.com/downloads/file.php?id=23985 The Blade of Awe] ===
This one is inspired by the Guardian-only blade from [http://www.artixentertainment.com Artix Entertainment's] [http://www.battleon.com AdventureQuest], which happens to be my favorite sword of all time. I've modified the original attacks a bit, but kept the proc rating the same.
This one is inspired by the Guardian-only blade from [http://www.artixentertainment.com Artix Entertainment's] [http://www.battleon.com AdventureQuest], which happens to be my favorite sword of all time. I've modified the original attacks a bit, but kept the proc rating the same.
=== [http://www.tesnexus.com/downloads/file.php?id=27502 Amulet of Acclimation] ===
Behold, my most recent creation! An amulet inspired by [http://www.blizzard.com Blizzard's] death knights' talent, 'Acclimation'. It'll give the player 5 points of resistance for every hit by the respective element (fire; frost; shock) a cumulative total of 10 times, then reset after every battle.
However, I'm having a bit of trouble with it. Because I'm using:
Begin OnMagicEffectHit
  ;do stuff
... I have to apply this script directly to the player reference. This, obviously, isn't what I really want in a mod, as no one else will be able to do that anymore with this mod active.
If anyone can answer this for me in my talk page, I will be eternally grateful, as well as pointing out your name in my contributions. =)

Revision as of 21:02, 4 October 2009


I only really picked up modding a couple of months before June of 2009. I decided to focus on scripting because I had no idea where to find modeling programs at the time. Although I have all but completed my first mod, I still consider myself a beginner; the scripts are still rather simple compared to others.
As a side-note: usually when you see the name 'Wildcard89', that's me. I just had some problems with other people also using that name, so I wanted a more unique one, and some sites won't let me change it.

My Mods

The Blade of Awe

This one is inspired by the Guardian-only blade from Artix Entertainment's AdventureQuest, which happens to be my favorite sword of all time. I've modified the original attacks a bit, but kept the proc rating the same.

Amulet of Acclimation

Behold, my most recent creation! An amulet inspired by Blizzard's death knights' talent, 'Acclimation'. It'll give the player 5 points of resistance for every hit by the respective element (fire; frost; shock) a cumulative total of 10 times, then reset after every battle. However, I'm having a bit of trouble with it. Because I'm using:

Begin OnMagicEffectHit
 ;do stuff

... I have to apply this script directly to the player reference. This, obviously, isn't what I really want in a mod, as no one else will be able to do that anymore with this mod active. If anyone can answer this for me in my talk page, I will be eternally grateful, as well as pointing out your name in my contributions. =)