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!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - staleness89

Pages: [1]
1
in case you didn't already get this, there are db tables named things like `quest_poi`; remove entries there.

2
Serverside Modding / Re: [Question] Change Player Stats
« on: June 18, 2017, 06:00:09 am »
Base stats are handled in the core, in Player.cpp, although I can't recall exactly where within. There you can change which stats (str, agi, etc) give which other stats (damage, crit rating, hit rating etc) and how much. Tooltip texts, and maybe even stat names are located in GlueStrings.xml (for localization purposes)

3
1. It wasn't confusing. I didn't explain bit masks. That's all.

2. My bad, I guess he didn't explain thoroughly enough for you either.

I thought links to documentation was enough. I guess you like wasting as much of your time as possible.

4
"Then you would want to edit the RaceMasks (column 2) of SkillRaceClassInfo.dbc"
- Incorrect, to seme extend. There are records which are actually preventing race/class combinations from ever being able to use certain skills.

The record you are talking about it SkillRaceClassInfo.dbc There might be another dbc I am forgetting, but it would literally be the same thing. Find the Skill ID, change the race mask

5
"AllowTwoSide.Interaction.Chat     = 1
AllowTwoSide.Interaction.Channel  = 1"
- Will enable Horde and Alliance members to communicate with each other, it will NOT teach them languages OR enable them to use those languages. Thats quite a difference.

how was this relevant? He wants the characters to actually learn and speak the languages. Yes, it is quite a difference.  ???

6
Definitely not thoroughly explained enough, only possibly incorrect, it depends on what you know about that DBC :P. My experience is that making just a very short and even potentially confusing note usually produces just more questions, which could be answered in my first answer already, had I taken some more time to get more into detail. Sadly, you usually don't actually save time by doing this :D.

Having added multiple custom languages and created scripts to learn both Orcish and Common languages for both factions, 100% it's not incorrect. It's definitely not difficult or complicated, certainly doesn't deserve a 'wall of text'. I'm not sure how my note could be confusing unless you aren't fluent in english, in which case I can't help that. Change a race flag here, change a race flag there. If you want to learn the language by way of vendor or spell, rather than on character creation, THEN you may have trouble with the client showing it. I made a solution to this myself with a custom spell entry.

7
"Then you would want to edit the RaceMasks (column 2) of SkillRaceClassInfo.dbc"
- Incorrect, to seme extend. There are records which are actually preventing race/class combinations from ever being able to use certain skills.

Incorrect or not thoroughly explained enough? That really is all he should have to know to get it done.

8
Serverside Modding / Re: FrameXML that handles showing talents tab
« on: June 04, 2017, 11:22:28 am »
I know when I was messing with talents I had to edit the addon lua/xml so maybe there

9
You'd first find the language in SkillLine.dbc
https://trinitycore.atlassian.net/wiki/display/tc/SkillLine

Then you would want to edit the RaceMasks (column 2) of SkillRaceClassInfo.dbc
https://wowdev.wiki/DB/SkillRaceClassInfo

Then you'd need to go into playercreateinfo_skills in the sql DB and change the racemask there as well.
https://trinitycore.atlassian.net/wiki/display/tc/playercreateinfo_skills

10
"Retro-Porting" / Re: [RELEASE] [WotLk] Character Models(no npc)
« on: May 28, 2017, 10:52:43 am »
doesn't seem to work with either set of models. do i need a different set of fixed models for the npcs?

also, this is after extracting the dbcs from your patch and modifying them so that all npcs are using the same models as characers. (i have patches made as well so i had to edit your dbcs) amidoinitrite?

11
"Retro-Porting" / Re: [RELEASE] [WotLk] Character Models(no npc)
« on: May 27, 2017, 05:24:17 am »
how would one go about applying the HD npc textures to this? I've tried a different release and obviously it doesn't look pretty. Is there anyway to apply the baked textures to your fixed models?

12
Does this replace Isle of Conquest?

13
Miscellaneous / Re: [RELEASE] Fresh 3.3.5 Trinitycore + Goblin/Worgen
« on: November 08, 2015, 10:55:25 pm »
Quote from: "Ascathos"
-Blood Elf Warrior (REPLACES PALADIN)
-Draenei Warlock (REPLACES SHAMAN)


Why that ?

Just something I did out of my own personal taste. I just didn't bother to fix it back for this release. If someone doesn't like it they can very easily add them back.

Quote from: "Ascathos"
I personally do not like repacks, but that's my own humble opinion.

I don't like repacks either, but some people aren't looking to customize every aspect of a server, so I uploaded the cores so you wouldn't have to compile your own if you didn't want to. It's just a fresh trinitycore compile with  edits only related to the new races. I also included the single patch, unprotected, so people could take all the dbcs related to the new races and use them any way they wanted. Moreover this is just an in-progress port of cataclysm/mop content to 3.3.5, slightly adjusted to my personal tastes. I just wanted to make it easier for other people to do the race ports. Even if it wasn't that hard to do, someone will appreciate it. The repack will eventually include starting zones for both the new races.

14
Miscellaneous / Cataclysmic Wrath
« on: November 08, 2015, 01:07:38 am »

Pages: [1]