Jump to content

TGDBM

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by TGDBM

  1. Not a big fan of being forced to pay for mods. I'd be more inclined to donate through a service like patreon. Also not big fan of the OBVIOUS cash grab by bethesda / Steam. Seriously? 25% cut? thats all? The modders do the work and you take 75%?
  2. Actually an FFXII style Hunt board was something I was looking for, for quite a while now. It's kind of sad that this request thread was made in 2012 and nothing substantial has come of it yet.
  3. Woo! after fixing some syntax and bit of toggling to this script, it finally work. Scriptname LearnFireBallScript extends activemagiceffect Spell property Fireball auto Event OnEffectStart(Actor akTarget, Actor akCaster) If !akTarget.HasSpell(Fireball) akTarget.AddSpell(Fireball) EndIf EndEvent I set the spell properties to fireball and put the script on all Flame Atronach spells to test it, and got it to work. Now I can start on adding new Enemy specific spells. Thanks for the help guys.
  4. Alright, so this is the simplist way I could think of making this work, minus all the extra FX OnEffectStart(Actor akTarget, Actor akCaster) If !akTarget.hasSpell(Firepunch) atTarget.addSpell(Firepunch) EndIf EndEvent The idea is to add this to an attack I will create called "EnemyFirePunch" which will be given to various NPCs. The spell will be set up so that it will only activate when attacking the player and not other NPCS. When you are hit with the spell, you'll learn a version of this spell that does not use this specific script as to keep it from being run over and over again. -------------------------------------------- Edit: Won't compile. As I said, I don't have skills with Papyrus, so I'll work on this (and hopefully learn more) and let you guys know what I make of it :P
  5. Taking a bit form everyones input and thinking on this a bit more, blue mages learn special abilities, usually signature moves by specific enemies. Instead of creating a way where you learn all magic that come into contact with the dragonborn, what someone could do to keep with the theme is to create a special set of spells or skills that deal damage upon impact and teach the dragonborn the move at the same time. These spells can be added to npcs. That way we avoid constant effect cloaks that scan for attacks all together while still achieveing the desired effect. Though This would essentially create a brand new class within skyrim. I think this is becoming a pretty bulky project already and I know very little about papyrus. I guess nows as good a time as any to read up on it, lmao. Am I getting too far out there? what are your thoughts?
  6. Hello, Just putting this out here. This is my first post but I'll try to make this post worthy as possible. I'm looking for a mod (or requesting one if none exists) that allows you to learn any spells by having them cast on you, Similar to Kimari or Strago from the Final Fantasy Series. I had hoped to use this for a Blue Mage Roleplay build. I've looked for the mods and the closest thing I could come up with were a couple spells from Apocalypse - magic of skyrim. Thoughtsteal which steals the spells of a target to cast for yourself but only for a short time and Cloak of Mimicry which copies nearby spells cast. but aside from the cloak not seeming to work properly at all, I was looking for something that teaches you the specific magic that you were hit with, and acts as a constant effect not tied to a perk (might conflict with other perk tree mods) like Ancient Knowledge, or a constant enchantment effect on a ring. Even if this isn't something someones willing to pick up on, I'd appreciate it if someone could tell me if its even possible.
×
×
  • Create New...