
I just compiled another Mangos revision and this time it is using Mangos SVN Revision 4488 with ScriptDev2 revision 134 (it’s clean compile without any other patch). As a note, i only tested on my own computer using World of Warcraft The Burning Crusade 2.1.3 enUS client, so if you’re using other client version i don’t know if it’s going to work or not with your wow tbc
The first file is to those who’s already have Mangos database installed and already configured, and don’t want to start all over again (i assume you already know on how to upgrade your mangos database) :) … so all you have to do is just importing the mangos core updates and the scriptdev2 sql into your database and you’re finished
Update : I just released the new Mangos 4505 with Scriptdev2 R136, so try using the new version instead :)
#1 – Mangos R4488 with ScriptDev2 R134 (DBC Extractor, VMaps Extractor and Map Extractor Included) (2.14MB)
While the second file, is to those who’s just want a fresh start or want to create their own private wow server for the first time (i know the pain of using slow internet connection to download large file). The only differences between this version with the above version is, this version include the Project Silvermoon Database Revision 17 (and all the necessary sql update already included too). So without further ado here are the steps :
#2 – Mangos R4488 with ScriptDev2 R134 and Full Database Dump (DBC Extractor, VMaps Extractor and Map Extractor Included) (9.98MB)
Update : To those who’s having problem on extracting the DBC files, i just uploaded mine (WoW-TBC-2.1.3–enUS DBC 2.85MB) … btw because i’m using the enUS client i’m not to sure if it’s going to with other region version, but it’s not hurt to try, right ?
Note : I assume you’ve configured and installed MySQL properly, if you want to know how to install MySQL, refer to my previous post about MySQL installation Guide for Windows
Note 2 : Adjust your World of Warcraft Game installation path accordingly
1. Extract the rar archive somewhere, for example C:\Mangos
2. Open Command Prompt
3. Execute these commands (must be in order) :
4. Copy the ad.exe from MapExtractor Directory into C:\Program Files\World of Warcraft
5. Create new folder called maps, and then run the ad.exe … and wait until this process finished (don’t interrupt it)
6. Copy all files inside VmapExtractAssembler into C:\Program Files\World of Warcraft and run the makevmaps_SIMPLE.bat … and wait again until it finished
7. Copy all files inside DBC Extractor into C:\Program Files\World of Warcraft\Data\enUS … and run the extract.bat … and wait until it finished
8. Move vmaps, maps, and dbc folder from your World of Warcraft installation path into C:\Mangos\data (create folder named data first)
9. Open Mangosd.conf using Wordpad … and then find this line :
DataDir = "@prefix@/share/mangos"
Change it to :
"C:\Mangos\data"
10. Open realmlist.wtf file from C:\Program Files\World of Warcraft using Notepad and change the :
set realmlist us.logon.worldofwarcraft.com
into
set realmlist 127.0.0.1
11. Run Mangosd.exe and Realmd.exe …
12. At the Mangosd window type these :
create myusername mypassword
setgm myusername 3
13. Run World of Warcraft … and then login using myusername as username, and mypassword as password
14. Done …

As a side note, if there’re many people downloading this … perhaps i’m going to simplify the steps in the future by creating batch file :)
And to those who prefer to see a detailed guide with images, feel free to look at my previous post about Creating WoW Private Server … enjoy ;)
And here’s for the list of Mangos GM Commands
P.S If i’m missing something just let me know about it
Leave a response
# tacd
no problem ;)
# Ozzy
Are you sure that mysql process already running ? the simple way to test this is :
1. open command prompt
2. type mysql -u root -p
3. enter your password when prompted
If you get this message :
Can’t connect to MySQL server on localhost
That mean mysql service has not been started yet
and you need to type :
net start mysql
in order to start it
If you can get into mysql prompt that mean mysql already started
please man can u help ??
ok i fixed that one bt now i have another problem with mangosd 2002-02-17 22:25:35 Using configuration file mangosd.conf.
2002-02-17 22:25:35 MaNGOS daemon /0.8-SVN (Win32)
2002-02-17 22:25:35 to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://www.mangosproject.org
MMMMMM
2002-02-17 22:25:35 World Database: 127.0.0.1;3306;mangos;mangos;mangos
2002-02-17 22:25:35 Login Database: 127.0.0.1;3306;mangos;mangos;realmd
2002-02-17 22:25:35 Realm running as realm ID 1
2002-02-17 22:25:35 Using unknown world database.
2002-02-17 22:25:35 Using DataDir ./
2002-02-17 22:25:35 WORLD: VMap support included. LineOfSight:0, getHeight:0
2002-02-17 22:25:35 WORLD: VMap data directory is: ./vmaps
2002-02-17 22:25:35 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2002-02-17 22:25:35 ERROR:Check existing of map file ‘./maps/0004331.map’: not exist!
2002-02-17 22:25:35 ERROR:Correct *.map files not found in path ‘./maps’ or *.vmap/*vmdir files in ‘./vmaps’. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.
* reaper
Thanks! :-)
2002-02-17 22:15:03 Using configuration file realmd.conf.
2002-02-17 22:15:03 MaNGOS realm daemon /0.8-SVN (Win32)
2002-02-17 22:15:03 to stop.
2002-02-17 22:15:03 Database: 127.0.0.1;3306;mangos;mangos;realmd
2002-02-17 22:15:04 ERROR:Could not connect to MySQL database at 127.0.0.1: Can’t connect to MySQL server on ‘127.0.0.1′ (10061)
2002-02-17 22:15:04 ERROR:Cannot connect to database
2002-02-17 22:14:34 Using configuration file mangosd.conf.
2002-02-17 22:14:34 MaNGOS daemon /0.8-SVN (Win32)
2002-02-17 22:14:34 to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://www.mangosproject.org
MMMMMM
2002-02-17 22:14:34 World Database: 127.0.0.1;3306;mangos;mangos;mangos
2002-02-17 22:14:35 ERROR:Could not connect to MySQL database at 127.0.0.1: Can’t connect to MySQL server on ‘127.0.0.1′ (10061)
2002-02-17 22:14:35 ERROR:Cannot connect to world database 127.0.0.1;3306;mangos;mangos;mangos
man its not working … it sais i cant conect to database … and cant connect to mysql server
its fucked up i instaled that mysql server 10 times and reconfigure it and all the shit and its sais the same think
# Shaydix
Unfortunately i havent tried the new 2.2 update yet (this is tested on 2.1.3 before the new patch 2.2) but based from your description it seems that this version can’t be used on WoW 2.2 :(
# Ozzy
Get the dll files from here
# tacd
Sure, you just need to edit the realmlist ip address into your own ip address, and set up port forwarding on port 3724 and 8085 ;)
# zoop
Of course, but your best bet is asking at the mangos forum directly ;)
http://www.mangosproject.org
Hi there,
got another problem,
when i Copy all files inside DBC Extractor, into C:\Program Files\World of Warcraft\Data\enUS ( en Gb here..) … and run the extract.bat it says it cant find the
- “locale/enUS.mpq”
-” patch-enUS.mpq”
-”patch-enUS-2.mpq”
Does this mean this mangos program only works with the US version of WoW ???
if so, is there any method to make this work for the EU / enGB version ??
thanks you again all :-)
kind regards,
Fender
it still does same :(
is there any other ‘how to create a wow server’
websites?
Hey reaper, another question :) Is it possible to let for example, a friend of mine who lives in the UK (and i love in holladn) to connect to my server? I dont think “127.0.0.1″ will work, so what do i have to do to get it to work? :p
Why when i want to open mangosd.exe and realmd.exe it says that is mising a file ??? MSVCR71.dll plsease can u help me ?
I need help. I follwed everything step by step without a hitch… but I can’t log on. It says “Unable to Validate your game version.” This may be caused by file corruption or another program interference.” Is this because I tried setting up this private server same day the new patch came out?
# Hareball
Based from your description, it seems that your problem is related to extracting maps
so to see what is the source of the problem, i’d suggest you to run the SIMPLE bat file from the command prompt directly
or
you can also edit the simple bat file and add :
pause
at the end of file, so you can see what is the error message
# Zoop
Try using the new version instead (trust me it’ll be a lot easier compared to this because you don’t need to execute the sql command because i already included import.bat file and you just need to run it ;)
I’m using USen, WoW v2.1.3
i mean this one
how do i do that? and 5.0
you also need to import the mangos sql file too btw which mangos version you’re using ? this one or the new version ?
ok were getting somewhere, my realmd is working but my mangosd says same
now what :’(
yep you need to import that file using commands ;) .. or run the import.bat file (if you’re using my 4505 mangos)
is realmd sql mysql?
# zoop
the realmd error message is because you didn’t import the realmd sql properly try running it once again
btw i just updated the mangos and the database into 4505 … so try using that one instead (i also create a quick and dirty batch script to make things easier)
# Hareball
Which wow version you’re using ?
I’ve gotten to step 6, and once i try opening the SIMPLE file, all of the maps that are to be loaded, created whatever… say Error and so forth, after the loading is complete – no vmap folder is created at all, I dont have the screen shot on this PC to upload, so I’m sorry if my explanation isn’t descriptive enough… any help is appreciated!
im stuck, when i run realmd it says’2007-09-25 15:16:14 Using configuration file realmd.conf.
2007-09-25 15:16:14 MaNGOS realm daemon /0.8-SVN (Win32)
2007-09-25 15:16:14 to stop.
2007-09-25 15:16:14 Database: 127.0.0.1;3306;mangos;mangos;realmd
2007-09-25 15:16:14 ERROR:SQL: SELECT `id`, `name`,`address`,`port`,`icon`,`color`,`timezone` FROM `realmlist` ORDER BY `name`
2007-09-25 15:16:14 ERROR:query ERROR: Table ‘realmd.realmlist’ doesn’t exist
2007-09-25 15:16:14 ERROR:No valid realms specified.’
and my mangosd dont work either it says
‘2007-09-25 15:08:26 Using configuration file mangosd.conf.
2007-09-25 15:08:26 MaNGOS daemon /0.8-SVN (Win32)
2007-09-25 15:08:26 to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://www.mangosproject.org
MMMMMM
2007-09-25 15:08:26 World Database: 127.0.0.1;3306;mangos;mangos;mangos
2007-09-25 15:08:26 Login Database: 127.0.0.1;3306;mangos;mangos;realmd
2007-09-25 15:08:26 Realm running as realm ID 1
2007-09-25 15:08:26 Using unknown world database.
2007-09-25 15:08:26 Using DataDir ./
2007-09-25 15:08:26 ERROR:SQL: UPDATE `account`,`realmcharacters` SET `account`.`online` = 0 WHERE `account`.`online` > 0 AND `account`.`id` = `realmcharacters`.`acctid` AND `realmcharacters`.`realmid` = ‘1′
2007-09-25 15:08:26 ERROR:SQL ERROR: Table ‘realmd.account’ doesn’t exist
2007-09-25 15:08:27 WORLD: VMap support included. LineOfSight:0, getHeight:0
2007-09-25 15:08:27 WORLD: VMap data directory is: ./vmaps
2007-09-25 15:08:27 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2007-09-25 15:08:27 ERROR:Check existing of map file ‘./maps/0004331.map’: not exist!
2007-09-25 15:08:27 ERROR:Correct *.map files not found in path ‘./maps’ or *.vmap/*vmdir files in ‘./vmaps’. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.’
Help me and quick please
Scott, did you import the mangos database correctly ? btw if you’re having problem with importing this one, you should try my newer mangos release (4505) .. i included the simple batch script i created in order to simplify things even more :)
now i get a this when running mangosd.exe
2007-09-25 05:09:30 >> Loaded 1277 page texts
2007-09-25 05:09:30
2007-09-25 05:09:30 Loading Item Texts…
2007-09-25 05:09:30
2007-09-25 05:09:30 >> Loaded 5 item texts
2007-09-25 05:09:30 Loading Creature Model Based Info Data…
2007-09-25 05:09:30 ERROR:SQL: SELECT MAX(`modelid`) FROM `creature_model_info`
2007-09-25 05:09:30 ERROR:query ERROR: Table ‘mangos.creature_model_info’ doesn’t exist
2007-09-25 05:09:30 ERROR:Error loading `creature_model_info` table (not exist?)
# AdCox
Unfortunately i dont have ICQ :(
# Jason
Hi Jason, try using the newest Mangos 4505 with Silvermoon DB18
# Elliot
Ah it’s easy, you just need to open the realmlist.wtf file inside your WoW Game directory and change the realmlist into
us.logon.worldofwarcraft.com
and done ;)
# Tifflez
No problem ;)
# Scott
Try running the drop_mysql first or for an easier way try using my new mangos 4505 :)
Ok i have tried and tried but i keep getting this for magosd and realmd. I have tried everything and reinstalled everything and still getting same error. please help
2007-09-25 02:25:22 Using configuration file mangosd.conf.
2007-09-25 02:25:22 MaNGOS daemon /0.8-SVN (Win32)
2007-09-25 02:25:22 to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://www.mangosproject.org
MMMMMM
2007-09-25 02:25:22 World Database: 127.0.0.1;3306;mangos;mangos;mangos
2007-09-25 02:25:22 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user ‘mangos’@'localhost’ (using password: YES)
2007-09-25 02:25:22 ERROR:Cannot connect to world database 127.0.0.1;3306;mangos;mangos;mangos
2007-09-25 02:25:43 Using configuration file realmd.conf.
2007-09-25 02:25:43 MaNGOS realm daemon /0.8-SVN (Win32)
2007-09-25 02:25:43 to stop.
2007-09-25 02:25:43 Database: 127.0.0.1;3306;mangos;mangos;realmd
2007-09-25 02:25:43 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user ‘mangos’@'localhost’ (using password: YES)
2007-09-25 02:25:43 ERROR:Cannot connect to database
Ah ok, I saw the DBC Update you posted (must have overlooked it earlier >
Ok I get to step 7 and run the extract.bat and it gives me an error: “To run this application you first must install one of the following version of the .NET framework: v2.0.50727
Contact your application publisher for instructions about obtaining the appropriate version of the .Net framework.”
also is it possible to have this set up on my home network so some of my friends can play on it with me?
lief3304@gmail.com
after all this how/or is it possible to play on the official world of warcraft game servers?
plz email me asap
yes reaper i can find the files in windows search under “C:\mangos\data”
btw do you have icq reaper? maybe we can solve the problem then a bit faster :)
Hey reaper,
I have the server up and running except the mobs are doing way to much damage, seeings a level 2 wolf from northshire abby is hitting a level 1 rogue for 255. I dropped the damage done to player by normal mobs to 0.1 but he is still hitting me for way to much any way to make them hit for a there normal 1-5 damage.
Thanks Jason
another comp in the same net
# hesham
No problem :) .. glad you’ve found the solution
# AdCox
are you trying to connect from the same computer where the server process (mangosd and realmd) ran ? or from another computer in the same network ?
hey i run ad.exe but it says ‘This application has requested the Runtime to terminate it in a unusual way’ why is this?
ok i got it running on my brothers pc… but now i get connection failed when i try to connect.
there is no fire wall active and we are on a lan network.
i changed the realmd address like explained in the set up server for lan giude to 192.168.1.3 and my realmlist.wtf to set realmlist 192.168.1.3
reply
oppps sry i was configiuring the port 8804 to 3306 at the mysql by wrong and that was the erorr sry dude it is great guide by the way this is my first time to make server all thanks go you and your very helpfull guide
# Adcox
Unfortunately that’s the only possible way i know of, basically if you can’t bind a program to specific port that’s because there’s another program using that port
and the only solution to fix it is, by closing that program that use the same port, or change it manually into another value
your best solution would be asking directly at the mangos project forum :) .. or at windows networking forum first
# hesham
Actually that’s depend on your firewall and of course your firewall configuration :)
currently im using Ghostwall firewall to replace windows xp firewall and another one from my router (if you want to see my post about ghostwall, you can search this site)
# sunwolf and applejack
Well … since it’s related to database problem, the solution would be :
1. Editing the database manually (it’s under the creature_template table)
2. Report it to the silvermoon project (im using their database) .. http://projectsilvermoon.net
3. Wait until the Rev18 came out :)
for example (taken from the database itself)
Kobold Vermin Min attack 155, max attack 208 .. while i don’t really know if that’s correct or not … but you can always reduce it’s value into something else :)
# Mike
Could you tell me, after you’ve extracted the map using ad.exe (vmaps extractor is for line of sight), can you find it manually by using the windows search function for that filename ?
because i can see those maps name just fine (and it gets extracted properly without any problem)
error with mangosd.exe heres log. i am using your dbc files and i hav tried reextracting the maps
2007-09-24 04:54:30 Using configuration file mangosd.conf.
2007-09-24 04:54:30 MaNGOS daemon /0.8-SVN (Win32)
2007-09-24 04:54:30 to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://www.mangosproject.org
MMMMMM
2007-09-24 04:54:30 World Database: 127.0.0.1;3306;mangos;mangos;mangos
2007-09-24 04:54:30 Login Database: 127.0.0.1;3306;mangos;mangos;realmd
2007-09-24 04:54:30 Realm running as realm ID 1
2007-09-24 04:54:30 Using unknown world database.
2007-09-24 04:54:30 Using DataDir C:\mangos\data/
2007-09-24 04:54:30 WORLD: VMap support included. LineOfSight:0, getHeight:0
2007-09-24 04:54:30 WORLD: VMap data directory is: C:\mangos\data/vmaps
2007-09-24 04:54:30 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2007-09-24 04:54:30 ERROR:Check existing of map file ‘C:\mangos\data/maps/5301243.map’: not exist!
2007-09-24 04:54:30 ERROR:Correct *.map files not found in path ‘C:\mangos\data/maps’ or *.vmap/*vmdir files in ‘C:\mangos\data/vmaps’. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.
I decided to give Mangos a go as well. I got through the MySQL setup just fine (even found the community version without much work) as well as getting the server up and running (though right now for testing purposes I’m just looping it Home). However I’m having the same problem as others have mentioned above (example instant kill from low level critters doing about 254 dmg, and npc respawning is a no go as well). I can manually re-spawn areas, but was hoping the server would do it automatically. I’ve searched Google & Yahoo but only find similar situations. Anyone been able to get around these couple problems? Here is an excerpt from my DBErrors.log:
2007-09-24 00:56:13 Quest 905 has `ReqSourceRef1` = 3 but `ReqItemId3` = 0 and `ReqSpellCast3` = 0, quest can’t be done.
2007-09-24 00:56:13 Quest 6083 has `ReqCreatureOrGOId1` = 3107 but `SpecialFlags` not have set killOrCast flag bit, quest can be done without creature/go kill/cast!
2007-09-24 00:56:13 Quest 10087 has `ReqCreatureOrGOId1` = -33067 but gameobject 33067 doesn’t exist, quest can’t be done.
2007-09-24 00:56:13 Quest 10087 has `ReqCreatureOrGOId2` = -33068 but gameobject 33068 doesn’t exist, quest can’t be done.
2007-09-24 00:56:13 Quest 9386 has `ReqCreatureOrGOId1` = -181346 but gameobject 181346 doesn’t exist, quest can’t be done.
2007-09-24 00:56:13 Quest 9319 has `ReqCreatureOrGOId1` = -181346 but gameobject 181346 doesn’t exist, quest can’t be done.
2007-09-24 00:56:13 Table creature_questrelation: Quest 349 listed for entry 1449 not exist.
Same as above I believe. On the bright side, Thanks so much for putting on the guide, Reaper. It certainly rox!
redoing the data base did not solve the problem.. low level creatures have a misty blue haze above them and cannot be hit or they cause instant death.
any ideas reaper…
speaking of Ascent, i just registered there today, and i’m looking forward to their system. i’ve been a member of mangosproject, and i really like what they’re doing (even though they’re not the nicest bunch), but i’m looking forward to seeing Ascent’s core.
thanks for the information, reaper.
Hi i just downloaded it and it’s working great! i was just wondering if any1 know were could find a portal creator and an item creator. thanks
Plz help me
I feel that everyting is allright cause i have done everything as you said and i think that it is a tiny proplem that prevents me from logging on my server.
sry for bothering
found out the problem.. The troggs and wolves do not exist in the database.. got this db error..
2007-09-23 15:16:06 Quest 905 has `ReqSourceRef1` = 3 but `ReqItemId3` = 0 and `ReqSpellCast3` = 0, quest can’t be done.
2007-09-23 15:16:06 Quest 6083 has `ReqCreatureOrGOId1` = 3107 but `SpecialFlags` not have set killOrCast flag bit, quest can be done without creature/go kill/cast!
2007-09-23 15:16:06 Quest 10087 has `ReqCreatureOrGOId1` = -33067 but gameobject 33067 doesn’t exist, quest can’t be done.
2007-09-23 15:16:06 Quest 10087 has `ReqCreatureOrGOId2` = -33068 but gameobject 33068 doesn’t exist, quest can’t be done.
2007-09-23 15:16:06 Quest 9386 has `ReqCreatureOrGOId1` = -181346 but gameobject 181346 doesn’t exist, quest can’t be done.
2007-09-23 15:16:06 Quest 9319 has `ReqCreatureOrGOId1` = -181346 but gameobject 181346 doesn’t exist, quest can’t be done.
2007-09-23 15:16:06 Table creature_questrelation: Quest 349 listed for entry 1449 not exist.
Quick Question : I got everything up and running fine. No errors showing nothing. Best guide you or anyone has done.
Created my usual character to test with (Dwarf Warrior) and took the first Quest “Dwarven outfitters”. Went to kill a wolf and before my first strike I was dead. Resurrected tried again same thing. Tried to hit a trogg same thing.
Can kill a boar though.
Any idea whats up with that and how to fix it?