This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] 3rd spec  (Read 1469 times)

Shelldon

  • Contributors
  • Loreweaver
  • *****
  • Posts: 92
    • View Profile
[QUESTION] 3rd spec
« on: October 17, 2015, 07:38:38 pm »
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
My imgur collection. My youtube collection.

aerizanthar

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 11
    • View Profile
Re: [QUESTION] 3rd spec
« Reply #1 on: July 07, 2016, 04:48:24 am »
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] 3rd spec
« Reply #2 on: July 07, 2016, 11:19:23 am »
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

aerizanthar

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 11
    • View Profile
Re: [QUESTION] 3rd spec
« Reply #3 on: July 07, 2016, 03:50:27 pm »
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.


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!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »