How to change the alchemist golem

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
Darkgobbo
Halfling
Posts: 80
Joined: Tue Aug 14, 2012 8:33 pm

How to change the alchemist golem

#1 Post by Darkgobbo »

Hello
I have been working on a class that uses the Alchemist golem but changes the talents and other stats.
My problem is i can't seem to change what talents are given to the golem since that is determined in the Golemancy tree and changing that gives me errors cause it tries to load copies of the same talents. Is there a way to change the golem without building a functionally identical tree but with different names so it will load?

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: How to change the alchemist golem

#2 Post by HousePet »

If you set the innate_alchemy_golem = true flag on your class, it shouldn't give them the Refit Golem talent.
You can them give your class their own Refit Golem talent which makes the golem to your design.
My feedback meter decays into coding. Give me feedback and I make mods.

Darkgobbo
Halfling
Posts: 80
Joined: Tue Aug 14, 2012 8:33 pm

Re: How to change the alchemist golem

#3 Post by Darkgobbo »

Then i guess my next question is how would I go about changing the talents of the golem since that is defined in he golemancy tree?

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: How to change the alchemist golem

#4 Post by HousePet »

You copy the function into your own talent and change it.
My feedback meter decays into coding. Give me feedback and I make mods.

Darkgobbo
Halfling
Posts: 80
Joined: Tue Aug 14, 2012 8:33 pm

Re: How to change the alchemist golem

#5 Post by Darkgobbo »

Ok so I have another problem, I think it stems from me wanting the class the have the golemancy class tree. It keeps telling me the refit golem talent already exists. Would I have to make a functionally identical tree to have those talents without the golem creation function?

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: How to change the alchemist golem

#6 Post by HousePet »

No, just change the name of your Refit Golem talent to something different.
My feedback meter decays into coding. Give me feedback and I make mods.

Post Reply