Jump to content

Any other Classes ?


AdriMFZ

Recommended Posts

Is there any other new Classes type ?

 

Like the Arcane Archer how you shoot Arrow made of Magic

 

or the Druid Im looking for something like that but more around a Swords Magi if anyone know please let me know thanks again

 

Ciao

Link to comment
Share on other sites

Hey,

There can be new classes, but if I'm right, you can only add spells to a class via scripts. If I'm not right, please correct me, but there is a "GetPCIsClass" CS function, and if you use it something like this:

scn arcanearcher

begin GameMode
if GetPCIsClass ArcaneArcher
	player.addspell XY
	player.additem ArcaneArrows
	AdvancePCSkill XY Z
endif
end

Then make a class named ArcaneArcher, make some spells for it, make arcane arrow item and your new class should be ready.

Link to comment
Share on other sites

Hey,

There can be new classes, but if I'm right, you can only add spells to a class via scripts. If I'm not right, please correct me, but there is a "GetPCIsClass" CS function, and if you use it something like this:

scn arcanearcher

begin GameMode
if GetPCIsClass ArcaneArcher
	player.addspell XY
	player.additem ArcaneArrows
	AdvancePCSkill XY Z
endif
end

Then make a class named ArcaneArcher, make some spells for it, make arcane arrow item and your new class should be ready.

 

 

Sorry i guess i missed typed it i mean there is Alrdy a Arcane Archer there a Mod that lets u create Fire, Ice, Lighting, Magekiller, and Enfebleemnt Arrows and there a complete Class called Druid like it gives u a skill tree and everything and Unfortunly i dont know How to Mod or set up anything like that =( only add mods and i jsut recently learned that guess im not Comp Sauvy >.>

Link to comment
Share on other sites

Actully i found 1 i want but im have complete trouble with it i cant get it to work at all its called Spellsword has over 4k downloads so it should work and ppl have said it works but it wont work at all for me says im supposed to hold down Shift and use a sword attack and my Current spell Highlighted will add that type of dmg to my sword swing but as i said i cant seem to get it to work and yes i got both shifts keys clean in the game nothing set on them
Link to comment
Share on other sites

Idk and yes it can use the spell brand new charcter its the beging Flare spell and ill see if there a newer patch idk

 

 

http://www.tesnexus.com/downloads/file.php?id=27571

 

 

here it is lol

 

First, browse to your Oblivion directory, open Readme.txt and read your version number. If it's not 1.2.0416 you need to update Oblivion.

 

Second, go here, download and install OBSE.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...