Love the concept of the 3.0.2.8982, but wth is up with all the sql files? How bout a straight up upgrade of FDB_V5.sql? Did anyone else figure out how to roll forward all those sql files?
Love the concept of the 3.0.2.8982, but wth is up with all the sql files? How bout a straight up upgrade of FDB_V5.sql? Did anyone else figure out how to roll forward all those sql files?
Good irony there. I earn money programming for a living. Gratifying the wife's desire to see WotLK ought to be a bit more trivial. This mysql 1 at a time import is silly. Thanks for the reply though.... did you get it up and running?
Wow Munchy I found this to be the easiest repack and core Ive used O.o you must have personal problems of LAZINESS!! ya there might be some things to execute here and there >.> its called WORK do some really not to hard to get this repack and core workin <.< that or you shouldnt be makin a Private server period
im still having the issues with checkerbox on NPC I've applied everything that was told still the same outcome.
I have this problem but i don't found the item_update.sqlCode:Loading Item Random Enchantments Table... ==================================================== 100% >> Loaded 28393 Item Enchantment definitions Loading Items... Error in item_template table, probably sql file format was updated (there should be 142 fields in sql).
Wow where did you get the idea that this was a repack? death makes cores not
databases and if you cant add a database to his cores then you should not be flaming him as a noob.... wish there was a neg rep for noobs like you..
Death keep up the good work and dont let the noobs get to you+Rep
U only need four SQL files to get this running! realmd, a DB(i use FDB), characters, and scriptdev2.
To everyone else that's still having the checkered box issue, don't worry the old fix isn't working anymore.... I'm still getting a few of them too. Hopefully that will be fixed in the next couple days with the next release of FDB v6 whoohoo!!
....also to everyone who commented about a certain someones comment +rep to all of u!
Okay here goes
The reason it occurs is obvious.. Blizzard WoW patches removed/modified Weapons model display ID's, hence previous information is not found.
So people don't flame the authors if you don't know for sure who's fault is.
Into mangos DB
Filebeam - Free Fast File Hosting
This will input a template with a valid weapon so NPC's can use it, so the next step is to apply this template to NPC's, yes it's an invisible 1h sword. Gotta find mode valid models...
Use Quice for easy NPC changes
http://quice.indomit.ru/getfile.php?j=1&n=2&r=25
Find the NPC that has blue boxes and change in "creature template tab" the "equipment_id" value to 1229,click "show creature template script" then execute script, it will then use the correct weapon model. Of course reboot mangos.exe after every changes.
You can also mod the equipement_id value to 1229 with Sql editors in the table creature_template.
Yes i know there is a way to to do this with sql's but i will try to improve the fix along with others and post it soon. Working on a sql that fix em all.
It fixed 100% the mobs/NPCs that were having blue boxes.
Note: I also fixed major errors in mangos.exe log, missing spell chain etc, hang on for the fixes. The mangos core is just not made to perfectly "decode" the data from Wotlk beta hence the errors, removed spells, talents changes, mob information etc.
Good luck.
Last edited by grey69; 09-29-2008 at 11:32 AM.
aaaaa can anyone plz give me the Emerald Dream coords plz??
I have the server up and running great. My friends can connect to it but I cant.
I have changed my realmlist.wtf to server ip, 127.0.0.1, and localhost but nothing works. I'm using the same version they are and the server is using.
My friend can connect using the account name and pw i set for myself and he has no problem. the comp hosting the server is on a router with my comp. I have even tryed hosting it on my computer but still the same thing.
dam doode. chill out. you are sofa king we tod did. ppl trying to lern stuff here.
I am assuming you modified the realmlist table in the realmd DB to point to your internet IP, which is how your friends are connecting to it?
The reason you cannot connect to your server is because you are local to the server and the realmd redirects the client to your servers internet IP based on the realmlist table.
To get around this you need to trick your PC into redirecting any traffic going to your internet IP to your localhost IP. You can do this by modifying your Windows hosts file.
The file is located under C:\Windows\System32\Drivers\Etc\hosts. Right click on the file, goto properties and make sure it is not read only. Open the file with notepad and add entries to redirect your traffic, for example:
The first line redirects any traffic going to my servers domainname back to the localhost, the second line does the same for any traffic to my internet IP, the third line does it for any traffic going to my LAN IP.Code:127.0.0.1 nanosserver.madeupdomain.com 127.0.0.1 12.195.123.456 127.0.0.1 192.168.1.2
This should not interfere with anyone else connecting to your server and should allow you to connect locally as well.
Hope that helps!