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

Pages: [1] 2
1
"Retro-Porting" / Re: Retroporting FACTIONS(5.4.7 to 3.3.5a)
« on: September 19, 2018, 04:18:41 am »
While the topic was posted long ago, here is an answer of sorts at least...

Basically, the error is saying the faction ID (Number in the faction field) belongs to a faction which doesn't exist in the DBC files you're using. You will need to retroport a more recent factions.dbc to the version of the game you're using for the faction ID to work.

If this was fixed by you long ago, ignore this but for those that get it, this should be able to work for them.

2
Serverside Modding / Re: Copy a race or switching the faction?
« on: February 17, 2017, 08:49:13 pm »
My best guess would have to be making new races. It would require quite a bit of work, and to make them as unique as trhey can be, would require their own individual player faction as each race is a different faction grouped under on group... If that makes sense.

FactionTemplate.dbc I believe has all the current factions in game, and I heard there isn't much room to expand on it but if you're to add a copy of each race to the other side, I believe there's room.

You'll also have to edit a few other dbc files as well, and then the server's core depending on which one you're using. Trinity has a spot for enabling some of the unused races (Which you can model change to the default ones with a dbc editor) but enabling them is a different ballpark for me. There are tutorials here to do that, though not many and I think the best one I know of here doesn't have all the images it once did.

As for making it so one character can be on any side, yeah as mentioned above that is a huge undertaking with the current game code. I personally would love for that to be possible without much issue, but it would probably take years of rewriting some code and making new code just to get it to work as intended (Then again I'm not a coder so...). It seems easy, making it seem like maybe setting reputation values is enough initially until you find yourself still partied with alliance characters despite being hated by the alliance factions, showing more coding is needed to make this work as intended.



And I seen a comment about the Pandaren thing from MoP... Well, that was done via a race change script. There are three pandaren entries in the dbc file controlling the races. One for horde, one for alliance, and one that is neutral (The one players can make). The players make the neutral one, then via scripts a race change script occurs at the end of the panda starting zone story which switches the player's neutral panda to the alliance or horde race entry, depending on the choice. I didn't realize this fully until the promotion for the Warcraft movie came out which allowed me to test involving required races. (Neutral pandas never met the Pandaren requirement regardless of which horde/alliance items were shown, horde pandas couldn't use alliance versions as that panda was redded out, and alliance pandas couldn't use horde ones).

3
Serverside Modding / Re: Talent point reward
« on: February 17, 2017, 07:48:40 pm »
While I know this thread is somewhat old, i figure this might help...

Possibly you could look at the death knight starting zone if you're working on a Wrath build or even Cata build. I know some of the quests there reward talent points (In Wrath it was how DKs got their talent points up to their level before they left the zone) so maybe you can look at the scriupts for the npcs that do the quests as well as any questing scripts/db entries that use it too to get an insight on it.

4
Looking into the dbc the op provided, I found what the issue is for the broken icons :(

Basically, none of the entries in the dbc file above have an icon set in the icon column. Taking a look at the original DBC file taken out of a wrath client (3.3.5a) I found the displays had entries for the icons while the same entries for the DBC here did not.

I personally don't know if the icons are controlled elsewhere in Legion's file setups sadly, but now I must scour the many icons in Legion to find the artifacts and import them manually.

5
Serverside Modding / Re: Making an NPC Visible after completing a Quest.
« on: September 01, 2016, 09:59:41 am »
Quote from: "Ascathos"
Quote from: "Rhisk"
An easy way to accomplish this is through a SAI. You can add a invisible aura to the npc, and add a smart_script to remove this aura when the player have the quest x rewared.
Does not make it specific but generic. SAI does not allow that for one specific player only.

What if the SAI set where it toggles the players phase instead? I know on my Trinity build that I can affect the players phase for quests (but not permanently) using the setingamephasemask sai action... why not set it on a dummy box where if the player has completed quest x via condition, it will set player into phase y with other dummy unit setting their phase back to the normal one when they leave the affected areas?

6
Quote from: "darksoke"
icons don't work for any of the items
From my understanding to have the icons appear you need to edit the item.dbc with the item added to it you need the icon for. Without editing this, all items in WotLK servers that are not normally in the game (AKA custom items) will have red "?" as their icon. Weapons and armor can be equiped by click/draging them but they can't use "Use:" effects properly without being placed on an actionbar. From what I see here, just the display stuff was released on this post specifically, meaning it's up to us to get the rest working.

For OP, this release is great ^^

///Edit///
Actually I see what the person I quoted was talking about. Perhaps the best way to counter this would be to simply add the items we need/want manually to our own DBC file to counter every item having a broken icon.

7
Level Design / Re: [QUESTION]  Phased Zones
« on: January 08, 2016, 07:07:39 am »
For 3.3.5a, it would only be able to be done through objects and scripting. Cata+ would allow terrain changes as well. I have no knowledge on how phasing works scripting wise though for zones, so I am of no help with that.

8
Serverside Modding / Re: [QUESTION] Ride gameobjects
« on: August 15, 2015, 08:02:57 am »
I think what he is asking about, is how to have custom transports? He/she mentioned ships like those in Stormwind (Assuming he means the ones that have npcs riding them going between maps/locations like Stormwind -> Valiance Keep). So, is that what you mean? Like with the airships in Northrend?

9
Noggit / Re: [RELEASE] Latest Version: SDL 1.3
« on: April 22, 2014, 11:36:06 am »
Quote from: "iindigo"
I happened to have grabbed the 1.3 windows version just a week or so ago. Here you go:

Noggit SDL 1.3 for Windows (1.8MB)
Thanks a lot, really appreciate it ^_^

And Steff, thanks for looking into the issue as well.

10
Noggit / Re: [RELEASE] Latest Version: SDL 1.3
« on: April 21, 2014, 07:33:37 am »
Tried to download noggit through the link on the first page, but I have been getting 'Bad Gateway Error' each time I've tried with multiple browsers. The link I was trying, as shown on the first post of this topic is http://ci.hanfer.org/job/NoggitSDL/81/a ... Noggit.zip

11
Tutorials / Re: [TUTORIAL] Add a new race
« on: April 29, 2012, 11:48:47 am »
Quote from: "nnhmeisink"
@ TheSixth

Thnx for the info...you were right, i made an error in my patch xD stupid me....but the problem now is that i have done everything correctly (i think) but the extra char. panels are not showing in the character creation screen...the panels are moved so there is extra space but i dont see anything there

I'm having this same error (Involving the missing panels.) I'm using a 3.3.5a client, and according to the tutorial, there's a section for changing race icons but a blank space instead of anything explaining it.

Quote from: "Khira"
To change the display of icons for the races.


At this step you should have your 2 races select on the character creation.

<Image as displayed on the original post>

I think because of that missing part we can't get this tutorial done completely? I'm currently just trying to get the client to see more races as well as additional race/class combinations, but it's proving a bit impossible race wise in terms of the new races (Naga and Taunka in my case) appearing on the character creation screen. Below is what I see on my client...



And this is with no errors being reported by the game client.

12
Noggit / Re: Outland Map ADTs to Azeroth Map ADT switching Causes Crash
« on: December 11, 2011, 04:03:40 pm »
No, I did not. Is that the cause of the problem since it was directly extracted from the MPQs? Either way, I'm going to try that.

edit:
I tried using the offset fix from Cryeck Tools, and Noggit3 r279 is still crashing when it tries loading up the ADT.

13
Noggit / Outland Map ADTs to Azeroth Map ADT switching Causes Crash
« on: December 10, 2011, 10:20:09 pm »
Hello, I was trying to get Ghostlands and Eversong Woods into my Eastern Kingdoms map, because I'm planning on having the zone open without having to change maps. Anyways, when ever I load up noggit, it loads fine until it begins loading the ADT that is Ghostlands. I only transfered one ADT over, the ADT in question being Expansion01_44_19.ADT and renamed it to azeroth_40_24.ADT, to be just above the normal gate into Ghostlands from Eastern Plaguelands. I figured since moving the Ruins of Ahn'Qiraj into their respectful place in Kalimdor, from a raid map to the world map, I could do the same but with a Outland map section to Eastern Kingdoms. However, this is blocking me from going on. I have the log below, so any help would be greatly appreciated on what's causing the issue. Personally, I think it might be data ont he ADT itself possibly holding an internal flag to keep it on Outland's map?

[spoiler:3c9rvovy]1 - (Noggit.cpp:129): Noggit Studio - 3.279+
708 - (Video.cpp:204): [Debug] GL: Version: 4.2.0
708 - (Video.cpp:205): [Debug] GL: Vendor: NVIDIA Corporation
708 - (Video.cpp:206): [Debug] GL: Renderer: GeForce GTX 550 Ti/PCI/SSE2
709 - (Noggit.cpp:232): Game path: C:UsersShakarDesktopWoW - 3.3.5
709 - (Noggit.cpp:236): Project path: C:UsersShakarDesktopWoW - 3.3.5
709 - (Noggit.cpp:277): Locale: enUS
727 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/common.MPQ
742 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/common-2.MPQ
747 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/expansion.MPQ
753 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/lichking.MPQ
765 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/patch.MPQ
769 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/patch-2.MPQ
770 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/patch-3.MPQ
771 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/patch-q.MPQ
774 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/enUS/locale-enUS.MPQ
774 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/enUS/expansion-locale-enUS.MPQ
774 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/enUS/lichking-locale-enUS.MPQ
776 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/enUS/patch-enUS.MPQ
777 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/enUS/patch-enUS-2.MPQ
778 - (MPQ.cpp:47): [Debug] Opened archive C:UsersShakarDesktopWoW - 3.3.5Data/enUS/patch-enUS-3.MPQ
1795 - (MPQ.cpp:89): [Debug] Completed listfile loading.
1798 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientAreaTable.dbc"
1799 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientMap.dbc"
1799 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLoadingScreens.dbc"
1800 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLight.dbc"
1800 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightParams.dbc"
1801 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightSkybox.dbc"
1817 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightIntBand.dbc"
1823 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLightFloatBand.dbc"
1824 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientGroundEffectDoodad.dbc"
1833 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientGroundEffectTexture.dbc"
1834 - (DBCFile.cpp:22): [Debug] Opening DBC "DBFilesClientLiquidType.dbc"
1843 - (Noggit.cpp:382): [Debug] Creating Menu
1856 - (World.cpp:50): World 451: development has no WDT file!
1864 - (World.cpp:50): World 582: Transport176244 has no WDT file!
1864 - (World.cpp:50): World 584: Transport176231 has no WDT file!
1865 - (World.cpp:50): World 586: Transport181645 has no WDT file!
1865 - (World.cpp:50): World 587: Transport177233 has no WDT file!
1865 - (World.cpp:50): World 588: Transport176310 has no WDT file!
1865 - (World.cpp:50): World 589: Transport175080 has no WDT file!
1865 - (World.cpp:50): World 590: Transport176495 has no WDT file!
1865 - (World.cpp:50): World 591: Transport164871 has no WDT file!
1865 - (World.cpp:50): World 592: Transport186238 has no WDT file!
1865 - (World.cpp:50): World 593: Transport20808 has no WDT file!
1865 - (World.cpp:50): World 594: Transport187038 has no WDT file!
1865 - (World.cpp:50): World 596: Transport187263 has no WDT file!
1868 - (World.cpp:50): World 610: Transport_Tirisfal _Vengeance_Landing has no WDT file!
1868 - (World.cpp:50): World 612: Transport_Menethil_Valgarde has no WDT file!
1868 - (World.cpp:50): World 613: Transport_Orgrimmar_Warsong_Hold has no WDT file!
1868 - (World.cpp:50): World 614: Transport_Stormwind_Valiance_Keep has no WDT file!
1869 - (World.cpp:50): World 620: Transport_Moa'ki_Unu'pe has no WDT file!
1869 - (World.cpp:50): World 621: Transport_Moa'ki_Kamagua has no WDT file!
1869 - (World.cpp:50): World 622: Transport192241 has no WDT file!
1869 - (World.cpp:50): World 623: Transport192242 has no WDT file!
1870 - (World.cpp:50): World 641: Transport_AllianceAirshipBG has no WDT file!
1870 - (World.cpp:50): World 642: Transport_HordeAirshipBG has no WDT file!
1870 - (World.cpp:50): World 647: Transport_Orgrimmar_to_Thunderbluff has no WDT file!
1871 - (World.cpp:50): World 672: Transport197347 has no WDT file!
1871 - (World.cpp:50): World 673: Transport197348 has no WDT file!
1871 - (World.cpp:50): World 712: Transport197349 has no WDT file!
1871 - (World.cpp:50): World 713: Transport197350 has no WDT file!
1871 - (World.cpp:50): World 718: Transport201834 has no WDT file!
1889 - (Noggit.cpp:386): [Debug] Entering Main Loop
5964 - (World.cpp:138): [Debug] Loading world "Azeroth".
10871 - (Model.cpp:88): [Debug] Unloading model "interfacegluesmodelsui_orcui_orc.m2".
10896 - (MapTile.cpp:84): Opening tile 38, 21 ("WorldMapsAzerothAzeroth_38_21.adt") from MPQ.
10932 - (MapTile.cpp:433): [Debug] Done loading tile 38,21.
10953 - (MapTile.cpp:84): Opening tile 39, 21 ("WorldMapsAzerothAzeroth_39_21.adt") from MPQ.
10987 - (MapTile.cpp:433): [Debug] Done loading tile 39,21.
11006 - (MapTile.cpp:84): Opening tile 40, 21 ("WorldMapsAzerothAzeroth_40_21.adt") from MPQ.
11039 - (MapTile.cpp:433): [Debug] Done loading tile 40,21.
11043 - (MapTile.cpp:84): Opening tile 38, 22 ("WorldMapsAzerothAzeroth_38_22.adt") from MPQ.
11077 - (MapTile.cpp:433): [Debug] Done loading tile 38,22.
11081 - (MapTile.cpp:84): Opening tile 39, 22 ("WorldMapsAzerothAzeroth_39_22.adt") from MPQ.
11114 - (MapTile.cpp:433): [Debug] Done loading tile 39,22.
11117 - (MapTile.cpp:84): Opening tile 40, 22 ("WorldMapsAzerothAzeroth_40_22.adt") from MPQ.
11150 - (MapTile.cpp:433): [Debug] Done loading tile 40,22.
11154 - (MapTile.cpp:84): Opening tile 41, 22 ("WorldMapsAzerothAzeroth_41_22.adt") from MPQ.
11193 - (MapTile.cpp:433): [Debug] Done loading tile 41,22.
11206 - (MapTile.cpp:84): Opening tile 38, 23 ("WorldMapsAzerothAzeroth_38_23.adt") from MPQ.
11246 - (MapTile.cpp:433): [Debug] Done loading tile 38,23.
11248 - (MapTile.cpp:84): Opening tile 39, 23 ("WorldMapsAzerothAzeroth_39_23.adt") from disk.
11279 - (MapTile.cpp:433): [Debug] Done loading tile 39,23.
11296 - (MapTile.cpp:84): Opening tile 40, 23 ("WorldMapsAzerothAzeroth_40_23.adt") from MPQ.
11333 - (MapTile.cpp:433): [Debug] Done loading tile 40,23.
11338 - (MapTile.cpp:84): Opening tile 41, 23 ("WorldMapsAzerothAzeroth_41_23.adt") from MPQ.
11372 - (MapTile.cpp:433): [Debug] Done loading tile 41,23.
11373 - (MapTile.cpp:84): Opening tile 38, 24 ("WorldMapsAzerothAzeroth_38_24.adt") from disk.
11395 - (MapTile.cpp:433): [Debug] Done loading tile 38,24.
11396 - (MapTile.cpp:84): Opening tile 39, 24 ("WorldMapsAzerothAzeroth_39_24.adt") from disk.
11417 - (MapTile.cpp:433): [Debug] Done loading tile 39,24.
11420 - (MapTile.cpp:84): Opening tile 40, 24 ("WorldMapsAzerothAzeroth_40_24.adt") from disk.
11601 - (StackWalker.cpp:1222): Stacktrace:SymInit: Symbol-SearchPath: '.;C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279;C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279;C:Windows;C:Windowssystem32;SRV*C:websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Shakar'
11601 - (StackWalker.cpp:1222): Stacktrace:OS-Version: 6.1.7601 (Service Pack 1) 0x300-0x1
11617 - (StackWalker.cpp:1222): Stacktrace:C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279noggit.exe:noggit.exe (013D0000), size: 1363968 (result: 0), SymType: 'PDB', PDB: 'C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279noggit.exe'
11620 - (StackWalker.cpp:1222): Stacktrace:C:WindowsSysWOW64ntdll.dll:ntdll.dll (76FF0000), size: 1572864 (result: 0), SymType: '-exported-', PDB: 'C:WindowsSysWOW64ntdll.dll', fileVersion: 6.1.7601.17514
11622 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64kernel32.dll:kernel32.dll (74990000), size: 1114112 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64kernel32.dll', fileVersion: 6.1.7601.17651
11623 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64KERNELBASE.dll:KERNELBASE.dll (75300000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64KERNELBASE.dll', fileVersion: 6.1.7601.17651
11624 - (StackWalker.cpp:1222): Stacktrace:C:Program FilesAVAST SoftwareAvastsnxhk.dll:snxhk.dll (74590000), size: 212992 (result: 0), SymType: '-exported-', PDB: 'C:Program FilesAVAST SoftwareAvastsnxhk.dll', fileVersion: 6.0.1289.0
11625 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64ADVAPI32.dll:ADVAPI32.dll (756D0000), size: 655360 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64ADVAPI32.dll', fileVersion: 6.1.7601.17514
11627 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64msvcrt.dll:msvcrt.dll (76680000), size: 704512 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64msvcrt.dll', fileVersion: 7.0.7600.16385
11628 - (StackWalker.cpp:1222): Stacktrace:C:WindowsSysWOW64sechost.dll:sechost.dll (753C0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:WindowsSysWOW64sechost.dll', fileVersion: 6.1.7600.16385
11629 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64RPCRT4.dll:RPCRT4.dll (76590000), size: 983040 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64RPCRT4.dll', fileVersion: 6.1.7601.17514
11630 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64SspiCli.dll:SspiCli.dll (746E0000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64SspiCli.dll', fileVersion: 6.1.7601.17514
11631 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64CRYPTBASE.dll:CRYPTBASE.dll (746D0000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64CRYPTBASE.dll', fileVersion: 6.1.7600.16385
11632 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32GLU32.dll:GLU32.dll (6DF90000), size: 139264 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32GLU32.dll', fileVersion: 6.1.7600.16385
11632 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32OPENGL32.dll:OPENGL32.dll (6DFC0000), size: 819200 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32OPENGL32.dll', fileVersion: 6.1.7600.16385
11634 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64GDI32.dll:GDI32.dll (76460000), size: 589824 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64GDI32.dll', fileVersion: 6.1.7601.17514
11635 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64USER32.dll:USER32.dll (75050000), size: 1048576 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64USER32.dll', fileVersion: 6.1.7601.17514
11635 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64LPK.dll:LPK.dll (76FC0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64LPK.dll', fileVersion: 6.1.7600.16385
11636 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64USP10.dll:USP10.dll (763C0000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64USP10.dll', fileVersion: 1.626.7601.17514
11637 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32DDRAW.dll:DDRAW.dll (6FD60000), size: 946176 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32DDRAW.dll', fileVersion: 6.1.7600.16385
11637 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32DCIMAN32.dll:DCIMAN32.dll (73270000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32DCIMAN32.dll', fileVersion: 6.1.7600.16385
11638 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64SETUPAPI.dll:SETUPAPI.dll (75410000), size: 1691648 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64SETUPAPI.dll', fileVersion: 6.1.7601.17514
11639 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64CFGMGR32.dll:CFGMGR32.dll (753E0000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64CFGMGR32.dll', fileVersion: 6.1.7601.17621
11640 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64OLEAUT32.dll:OLEAUT32.dll (755B0000), size: 585728 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64OLEAUT32.dll', fileVersion: 6.1.7601.17676
11641 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64ole32.dll:ole32.dll (75170000), size: 1425408 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64ole32.dll', fileVersion: 6.1.7601.17514
11642 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64DEVOBJ.dll:DEVOBJ.dll (76570000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64DEVOBJ.dll', fileVersion: 6.1.7601.17621
11642 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32dwmapi.dll:dwmapi.dll (71230000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32dwmapi.dll', fileVersion: 6.1.7600.16385
11643 - (StackWalker.cpp:1222): Stacktrace:C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279freetype6.dll:freetype6.dll (6B400000), size: 544768 (result: 0), SymType: '-exported-', PDB: 'C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279freetype6.dll', fileVersion: 2.3.5.2742
11644 - (StackWalker.cpp:1222): Stacktrace:C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279zlib1.dll:zlib1.dll (61B80000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279zlib1.dll', fileVersion: 1.2.3.2027
11645 - (StackWalker.cpp:1222): Stacktrace:C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279SDL.dll:SDL.dll (68100000), size: 380928 (result: 0), SymType: '-exported-', PDB: 'C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279SDL.dll', fileVersion: 1.2.14.0
11646 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32WINMM.DLL:WINMM.DLL (71480000), size: 204800 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32WINMM.DLL', fileVersion: 6.1.7601.17514
11646 - (StackWalker.cpp:1222): Stacktrace:C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279StormLib.dll:StormLib.dll (10000000), size: 454656 (result: 0), SymType: '-exported-', PDB: 'C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279StormLib.dll'
11649 - (StackWalker.cpp:1222): Stacktrace:C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279glew32.dll:glew32.dll (62AA0000), size: 315392 (result: 0), SymType: '-exported-', PDB: 'C:UsersShakarDesktopWoW ToolsNoggit3.279Noggit3.279glew32.dll', fileVersion: 1.5.5.0
11674 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32MSVCP100.dll:MSVCP100.dll (64810000), size: 430080 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32MSVCP100.dll', fileVersion: 10.0.40219.325
11678 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32MSVCR100.dll:MSVCR100.dll (63F00000), size: 782336 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32MSVCR100.dll', fileVersion: 10.0.40219.325
11678 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32VERSION.dll:VERSION.dll (74580000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32VERSION.dll', fileVersion: 6.1.7600.16385
11679 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32IMM32.DLL:IMM32.DLL (74740000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32IMM32.DLL', fileVersion: 6.1.7601.17514
11680 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64MSCTF.dll:MSCTF.dll (74EE0000), size: 835584 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64MSCTF.dll', fileVersion: 6.1.7600.16385
11681 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32uxtheme.dll:uxtheme.dll (71800000), size: 524288 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32uxtheme.dll', fileVersion: 6.1.7600.16385
11681 - (StackWalker.cpp:1222): Stacktrace:C:ProgramDataRealRealPlayerBrowserRecordPluginChromeHookrpchrome150browserrecordhelper.dll:rpchrome150browserrecordhelper.dll (70A30000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:ProgramDataRealRealPlayerBrowserRecordPluginChromeHookrpchrome150browserrecordhelper.dll', fileVersion: 15.0.0.198
11684 - (StackWalker.cpp:1222): Stacktrace:C:WindowsWinSxSx86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57MSVCR90.dll:MSVCR90.dll (72510000), size: 667648 (result: 0), SymType: '-exported-', PDB: 'C:WindowsWinSxSx86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57MSVCR90.dll', fileVersion: 9.0.30729.6161
11685 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64SHELL32.dll:SHELL32.dll (75770000), size: 12886016 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64SHELL32.dll', fileVersion: 6.1.7601.17678
11687 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64SHLWAPI.dll:SHLWAPI.dll (75350000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64SHLWAPI.dll', fileVersion: 6.1.7601.17514
11688 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64CLBCatQ.DLL:CLBCatQ.DLL (75640000), size: 536576 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64CLBCatQ.DLL', fileVersion: 2001.12.8530.16385
11688 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32nvoglv32.DLL:nvoglv32.DLL (50010000), size: 19025920 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32nvoglv32.DLL', fileVersion: 8.17.12.8538
11689 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64WINTRUST.dll:WINTRUST.dll (752D0000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64WINTRUST.dll', fileVersion: 6.1.7601.17514
11690 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64CRYPT32.dll:CRYPT32.dll (74C20000), size: 1167360 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64CRYPT32.dll', fileVersion: 6.1.7601.17514
11691 - (StackWalker.cpp:1222): Stacktrace:C:Windowssyswow64MSASN1.dll:MSASN1.dll (75000000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:Windowssyswow64MSASN1.dll', fileVersion: 6.1.7601.17514
11691 - (StackWalker.cpp:1222): Stacktrace:C:Windowssystem32dbghelp.dll:dbghelp.dll (72060000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:Windowssystem32dbghelp.dll', fileVersion: 6.1.7601.17514
11696 - (StackWalker.cpp:1222): Stacktrace:f:developmentnoggit3includewinstackwalker.cpp (921): StackWalker::ShowCallstack
11696 - (StackWalker.cpp:1222): Stacktrace:f:developmentnoggit3srcerrorhandling.h (117): printStacktrace
11697 - (StackWalker.cpp:1222): Stacktrace:f:developmentnoggit3srcerrorhandling.h (71): leave
11697 - (StackWalker.cpp:1222): Stacktrace:ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 63F8B9DF)
11697 - (StackWalker.cpp:1222): Stacktrace:63F8B9DF (MSVCR100): (filename not available): XcptFilter
11697 - (StackWalker.cpp:1222): Stacktrace:f:ddvctoolscrt_bldself_x86crtsrccrtexe.c (572): __tmainCRTStartup
11697 - (StackWalker.cpp:1222): Stacktrace:ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 63F02F54)
11697 - (StackWalker.cpp:1222): Stacktrace:63F02F54 (MSVCR100): (filename not available): seh_longjmp_unwind4
11697 - (StackWalker.cpp:1222): Stacktrace:ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 749A339A)
11697 - (StackWalker.cpp:1222): Stacktrace:749A339A (kernel32): (filename not available): BaseThreadInitThunk
11697 - (StackWalker.cpp:1222): Stacktrace:ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77029ED2)
11697 - (StackWalker.cpp:1222): Stacktrace:77029ED2 (ntdll): (filename not available): RtlInitializeExceptionChain
11697 - (StackWalker.cpp:1222): Stacktrace:ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77029EA5)
11697 - (StackWalker.cpp:1222): Stacktrace:77029EA5 (ntdll): (filename not available): RtlInitializeExceptionChain[/spoiler:3c9rvovy]

[edit]
Upon looking at another topic that seems to have a similar problem but no solution (at the time of this edit), I'm including my config as well.

[spoiler:3c9rvovy]# This is a config file tamplate. To use it rename into noggit.conf and set your optiones

#Edit this to your WoWFile!!!
Path = C:UsersShakarDesktopWoW - 3.3.5

#Edit this to your Project-Directory and uncomment if you want to use it!
#ProjectPath = E:project01

#Set this to the file where you will impor models from (the modelviewer log for example :) )
ImportFile  = C:UsersShakarDesktopWoW ToolsWoWModelViewer7WoWModelViewer7userSettingslog.txt

#The Far clipping value. Set to 2048, 3072, 4096 etc. for a further look. Higher values need more 3d power.
#1024 is the standart value and will be taken if you do not set this value.
FarZ=2048[/spoiler:3c9rvovy]

14
Tutorials / Re: [TUTORIAL] Custom NPC Creation
« on: December 10, 2011, 01:13:10 pm »
I'm having a problem with the beginning of the tutorial...

When I export the model to 3DS, all the program does is crash after making a 3ds file (I'm assuming it's the model itself) but it isn't making a TGA with it as I'm assuming that's what it's supposed to do.

I looked on the WMV site that you have linked, but I don't see R770 as you said is required in the post anywhere on the site.

Any clue on what is going on? I'd like to create custom NPCs for my future RP server, but I'm not really wanting to do it with the already pre-made displays from Blizzard. Any idea on what I could do about it?

EDIT:
I managed to get a model viewer to get the tga made so the crashing isn't an issue now...

My new issue, how ever, is that now the display id I based my new textures on are now all green with a hood and cape I never gave them, and the Texture I made isn't showing up on the ID I gave it...

15
Level Design / Re: Noggit Not Reading My Map
« on: June 25, 2010, 09:10:39 pm »
I just tried your suggestion, Kirth, but to no avail. Nogget still refuses to load the map, even though the log is clearly showing it's looking into the patch file still... Could it be the tutoril I was following might be missing a step involving other files that might be needed such as the WDLs which can be found in the Azeroth and Kalimdor map directories for example?

/EDIT

Uploaded my Noggit log, maybe this can help you guys as well

[spoiler:37fybuws].wowmapview.cpp:154 > Nogg-It $Rev: 104 $
.wowmapview.cpp:264 > Game path: C:UsersShakarDesktopGamesWoW - 3.3.0Data
.wowmapview.cpp:266 > Project path: C:UsersShakarDesktopGamesWoW - 3.3.0
.wowmapview.cpp:304 > Locale: enUS
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datacommon.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datacommon-2.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Dataexpansion.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datalichking.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datapatch.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datapatch-2.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datapatch-3.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0Datapatch-q.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0DataenUSlocale-enUS.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0DataenUSexpansion-locale-enUS.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0DataenUSlichking-locale-enUS.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0DataenUSpatch-enUS.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0DataenUSpatch-enUS-2.MPQ
.mpq_libmpq.cpp:27 > Opening C:UsersShakarDesktopGamesWoW - 3.3.0DataenUSpatch-enUS-3.MPQ
.wowmapview.cpp:362 > main: mpqs: 950 ms
.wowmapview.cpp:398 > main: directory: 1535 ms
.dbcfile.cpp:13 > Opening DBC DBFilesClientAreaTable.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientMap.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLoadingScreens.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLight.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLightParams.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLightSkybox.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLightIntBand.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLightFloatBand.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientGroundEffectDoodad.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientGroundEffectTexture.dbc
.dbcfile.cpp:13 > Opening DBC DBFilesClientLiquidType.dbc
.wowmapview.cpp:429 > Creating Menu
.world.cpp:42 > World 451: development has no WDT file!
.world.cpp:42 > World 582: Transport176244 has no WDT file!
.world.cpp:42 > World 584: Transport176231 has no WDT file!
.world.cpp:42 > World 586: Transport181645 has no WDT file!
.world.cpp:42 > World 587: Transport177233 has no WDT file!
.world.cpp:42 > World 588: Transport176310 has no WDT file!
.world.cpp:42 > World 589: Transport175080 has no WDT file!
.world.cpp:42 > World 590: Transport176495 has no WDT file!
.world.cpp:42 > World 591: Transport164871 has no WDT file!
.world.cpp:42 > World 592: Transport186238 has no WDT file!
.world.cpp:42 > World 593: Transport20808 has no WDT file!
.world.cpp:42 > World 594: Transport187038 has no WDT file!
.world.cpp:42 > World 596: Transport187263 has no WDT file!
.world.cpp:42 > World 610: Transport_Tirisfal _Vengeance_Landing has no WDT file!
.world.cpp:42 > World 612: Transport_Menethil_Valgarde has no WDT file!
.world.cpp:42 > World 613: Transport_Orgrimmar_Warsong_Hold has no WDT file!
.world.cpp:42 > World 614: Transport_Stormwind_Valiance_Keep has no WDT file!
.world.cpp:42 > World 620: Transport_Moa'ki_Unu'pe has no WDT file!
.world.cpp:42 > World 621: Transport_Moa'ki_Kamagua has no WDT file!
.world.cpp:42 > World 622: Transport192241 has no WDT file!
.world.cpp:42 > World 623: Transport192242 has no WDT file!
.world.cpp:42 > World 641: Transport_AllianceAirshipBG has no WDT file!
.world.cpp:42 > World 642: Transport_HordeAirshipBG has no WDT file!
.world.cpp:42 > World 647: Transport_Orgrimmar_to_Thunderbluff has no WDT file!
.world.cpp:42 > World 672: Transport197347 has no WDT file!
.world.cpp:42 > World 673: Transport197348 has no WDT file!
.world.cpp:42 > World 712: Transport197349 has no WDT file!
.world.cpp:42 > World 713: Transport197350 has no WDT file!
.world.cpp:42 > World 718: Transport201834 has no WDT file!
.model.cpp:85 > Loading model "interfacegluesmodelsui_orcui_orc.m2".
.wowmapview.cpp:435 > main: created menu: 573 ms
.liquid.cpp:486 > Water Shader Loaded successfully
.liquid.cpp:531 > Water Shader Loaded successfully
.wowmapview.cpp:444 > main: start-up: 3345 ms
.wowmapview.cpp:448 > Entering Main Loop
.world.cpp:80 > Loading world HallsOfReflection
.world.cpp:562 > Unloaded world HallsOfReflection
.world.cpp:80 > Loading world Stormwind
.world.cpp:562 > Unloaded world Stormwind
.world.cpp:80 > Loading world Stormwind
.world.cpp:562 > Unloaded world Stormwind
.world.cpp:80 > Loading world DeathKnightStart
.world.cpp:562 > Unloaded world DeathKnightStart
.world.cpp:80 > Loading world QA_DVD
.world.cpp:562 > Unloaded world QA_DVD
.world.cpp:80 > Loading world development_nonweighted
.menu.cpp:327 > Did not find matching loading screen. Check map.dbc for the entry please.
.model.cpp:85 > Loading model "environmentsstarsstars.m2".
.MapView.cpp:490 > MapView::MapView: main gui: 10 ms
.MapView.cpp:503 > MapView::MapView: tileset: 41 ms
.MapView.cpp:555 > MapView::MapView: menu: 2 ms
.MapView.cpp:559 > MapView::MapView: 55 ms
.wowmapview.cpp:518 > Exited Main Loop
.wowmapview.cpp:527 > Exiting.[/spoiler:37fybuws]

/Edit 2

I just tried putting the files in my WoW directory (Outside of the patch-#.MPQ) and Noggit decides to read it... Eluo, I think you have some fixing to do in your tutorial, as in, letting players know of this. So that fixes my problem, kinda...thanks for your help Kirth and anyone else willing to post ideas on how to get Noggit to read it out of the patch.

Pages: [1] 2