Anyone can help me in making addon

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
TitanCat
Low Yeek
Posts: 9
Joined: Tue Mar 18, 2014 3:01 pm

Anyone can help me in making addon

#1 Post by TitanCat »

I really enjoy the game and starting my own mod/addon
So i'm making an addon that include new race of Tree/Ents and a flower race of same caliber

I dont really know how to disable them from learning or acquiring magic/vim related talent tree
but still allow the use of arcane object at the same time

also how do you add damage resistance and water breathing

any help or guide recommendation

Radon26
Sher'Tul
Posts: 1439
Joined: Mon Jun 23, 2014 11:50 am

Re: Anyone can help me in making addon

#2 Post by Radon26 »

if you add
descriptor_choices =
{
class =
{
Defiler = "disallow",
},
it will forbid the player from picking up corrupted classes.
not entirely sure if it could prevent you from getting them elsewhere.

and remember about the tab button.

edit
i managed to block the player from picking any mage class, but the arcane blade still has hiss spells.
so this wont prevent you from picking skills from elsewhere.

Post Reply