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.


Topics - Reck

Pages: [1]
1
"Retro-Porting" / [QUESTION:WotlK] Ported weapons, particles (WoD -> Wotlk)
« on: September 25, 2015, 04:56:42 pm »
I've gone into porting stuff from more recent versions of WoW, to wrath of the lich king, while it's been a success with the models themselves, it has not been with the particles.


The particles are merely green squares. I've only been modifying ItemDisplayInfo.dbc to include the models, is there another dbc file I must edit for the particles?

2
Miscellaneous / Class not appearing
« on: June 25, 2014, 10:06:18 pm »
I added a custom class to my interface, and it isn't appearing for some reason.
If my MAX_CLASSES_PER_RACE is 10, it shows the blp with all the icons, but if it's above 10, it doesn't show anything. I added
Code: [Select]
["ANGEL"]       = {0.49609375, 0.7421875, 0.5, 0.75},
to CLASS_ICON_TCOORDS, and I also added an 11th button in CharacterCreate.xml.

3
Miscellaneous / Crash when increasing MAX_CLASSES_PER_RACE
« on: June 23, 2014, 09:12:31 pm »
I'm trying to add a new class to my server, but whenever I change "MAX_CLASSES_PER_RACE = 10" to "MAX_CLASSES_PER_RACE = 11", the client crashes when I click on the "Create New Character" button from the character selection screen.

This is the error:

And this is the CharacterCreate.lua file:
http://pastebin.com/XTHjWPdZ

4
Serverside Modding / New Model
« on: June 20, 2014, 02:22:30 am »
Hi. I've recently added a new creature model to my patch, database & dbc files. However, when I attempt to spawn it, it just comes up with the syntax.

I've ran
Code: [Select]
INSERT INTO `creature_model_info` VALUES ('37138', '1', '1.5', '0', '0');

through the database, and it still doesn't work.

5
Serverside Modding / Missing DBC to display M2's?
« on: June 09, 2014, 07:43:19 pm »
Hi. I'm trying to make a patch with MoP items, and I've gotten everything in it, except for one file. A DBC file, and I'm not sure which one it is. I've checked several other patches from repacks & servers, and they all have a dbc that I don't. (I don't have the full listfile for them, so I can't see the name of the dbc file.). I currently have Item.dbc & ItemDisplayInfo.dbc

Pages: [1]