Forum > Miscellaneous

[QUESTION] 3rd spec

(1/1)

Shelldon:
Hi, I'm trying to make client-side part of 3rd specialization and I wanted to ask people who probably done it before if I done everything right. Maybe I just forgot to edit some files, or I had to make a fully custom code instead of trying to create blizzard-like looking spec.
Anyway, the problem is that I can't work with my 3rd spec same as I work with two others. Buttons in the 3rd spec are just not responding to any of my actions and it starts right from the button that has to switch me to that spec.
I can't show you the server part (another man works on that) but I need you to just tell me what else can I do in the client, if I did not enough changes.

Interface/addons/blizzard_talentUI/Blizzard_TalentUI.lua
http://pastebin.com/mMdVAvqw

Interface/addons/blizzard_talentUI/Blizzard_TalentUI.xml
http://pastebin.com/Ddx64PVR

Interface/framexml/constants.lua
http://pastebin.com/x86GGPs5

Interface/framexml/Gloablstrings.lua
just added few new strings for the name of the spec and glyphs

Interface/framexml/Talentframebase.lua
MAX_TALENT_GROUPS = 3;
instead of
MAX_TALENT_GROUPS = 2;

I'll be really greatfull for any of your suggestions and ideas.

p.s sorry for my english, I hope you understood the main idea

aerizanthar:
I am VERY interested in this! The modification you are trying to create is to allow a third talent specialization correct? I do not know much but if there is any way I can help, I will gladly test any part of this for you. I would very much like to add this to my own server as well, as to allow characters to make use of all three talent specializations wherever they are. :shock:  :D

Amaroth:
I don't know, are you sure that problem is in UI? Can't it be in DBCs? Talent spells are in skills and skills can be nasty thing when not properly done. A lot of people forget to edit SkillRaceClassInfo.dbc, for example, and thus don't set their skills as "learnable" for their characters.

aerizanthar:

--- Quote from: "Amaroth" ---I don't know, are you sure that problem is in UI? Can't it be in DBCs? Talent spells are in skills and skills can be nasty thing when not properly done. A lot of people forget to edit SkillRaceClassInfo.dbc, for example, and thus don't set their skills as "learnable" for their characters.
--- End quote ---


Thats a very good point, i actually ran into that problem once myself when working with adding shields to death knights (my server is a bit weird, designed for low amount of more overpowered players) and since i didnt set it up in the dbc, the ability was lost each time a character logged out!

Navigation

[0] Message Index

Go to full version