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 - ZxOxZ21

Pages: 1 [2]
16
Reading a tutorial must help. But therefore, you must search that tutorial, and I think there's an "Search" button somewhere on that website, find it, and use it sir.

17
Resources and Tools / Re: [QUESTION] m2 mop to wotlk
« on: August 19, 2012, 10:34:37 pm »
Quote from: "hyakkimaru"
Hello all !


Today, while I was playing with noggit I imported m2 Mists of Pandaria, those who have been circulated here of course !

Here is my problem: when I go in game, such as m2 barrels are invisible ! While Noggit shows him very well!

Anyone know why I have it this little problem ?

Thank you in advance for your help :) !

Have you did the edit with 010 editor, if yes, what values have you changed?

18
Grumh, you must find that .dll on the google, and download it, you can insert it into your folder with the converter or in Windows file. :)

19
"Retro-Porting" / Re: [TUTORIAL] How to port models from Cata to WOTLK
« on: August 12, 2012, 02:00:54 pm »
I tried to open the .exe and then I got the following error:

"The program can't start because libgcc_s_dw2-1.dll is missin from your computer. Try reinstalling the program to fix this problem."

20
Today I was looking on the MMOChampion to see the news, and I've found a image with Jade Forest Horde Zone, and I was looking to extract a building from WoW Model Viewer, but couldn't find it, I've opened the Mists of Pandaria Beta client. I have no idea if it's a WMO or an M2, but, can anyone look for it?



Thanks.

21
Modelling and Animation / Re: [QUESTION] - Creature Portrait.
« on: August 02, 2012, 11:22:07 pm »
Which (struct) Camera? There is no Struct with name Camera.  :?

22
Modelling and Animation / [QUESTION] - Creature Portrait.
« on: August 02, 2012, 02:09:37 pm »
After moving Cataclysm and Mists of Pandaria models to 3.3.5, they have no portrait, and my question is, where are them handled?

23
"Retro-Porting" / Re: [SHOWOFF] Cataclysm Goblin to Wotlk
« on: August 02, 2012, 02:16:41 am »
You've told her / him to change the portrait, is that possible?

24
Uhm, why in Development Zone they look okay, and on Eastern Kingdom not?

25
So, I've took 2 objects from Cataclysm, two orc tents, and in-game they are shown correct, but about noggit...



In-game:



I tried to spawn them on Development Land (Noggit) and they were shown correct, but why?

Thanks, ZxOxZ.

26
Level Design / [Question] - New Continent.
« on: July 29, 2012, 06:24:10 am »
So, I've followed 2 tutorials how to make my own continent, but I can't actually see my new continent in Noggit, I have no idea why. I followed the tutorial step-by-step.

Anyone have any idea how, anyone can bring me a better tutorial?

Thanks.

28
Level Design / Re: [QUESTION] Grid (lines) All Around Map In Game
« on: July 27, 2012, 12:18:39 am »
I think it's because of the custom textures / tilesets you've used.

29
Serverside Modding / Re: Custom Consumable
« on: June 25, 2012, 12:50:05 pm »
You can make an custom item, use Spell ID 33208 (Dummy Spell), and make the Use: Use Details using Item Description. All you have to do is to remove Quotes from Item Descriptions and use the Color Tags, like:

Code: [Select]
|CFF07F800 Use: Teleports the caster to Silvermoon City. |R
|CFF07F800 - That's the Color of the Green Text from Consumable Items.

And after, you can script in Lua the item.
If you need more help with that feel free to contact me.

Also, I'm gonna post a thread soon how to remove the Item Description's Quotes.

30
Miscellaneous / Re: Transmogrification is possible on 3.3.5?
« on: June 25, 2012, 12:01:11 pm »
If you are using ArcEmu, you can make Transmogrification with Lua.

Let me show you an example:

Code: [Select]
local OBJECT_END = 0x0006
local UNIT_END = OBJECT_END + 0x008E
local PLAYER_VISIBLE_ITEM_16_ENTRYID = UNIT_END + 0x00A5 -- Main Hand Slot.

player:SetUInt32Value(PLAYER_VISIBLE_ITEM_16_ENTRYID, Transmogrification Item Entry ID)

So, basically you have to change the Transmogrification Item Entry ID with an in-game item.

You can also check if player main hand weapon is an sword, an axe or an polearm by checking it's entry id, and then make an world query and check for the subclass in Items Table.

Pages: 1 [2]