Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: spiderwaseem on March 24, 2014, 07:02:19 pm
-
Hey Guys!
I made 2 Custom Races (Naga and Tuskarr) and when I go in game I get this error below :
(http://i.imgur.com/n6FVv5T.jpg)
I followed this Guide to make the custom Races : http://emudevs.com/showthread.php/121-H ... stom-Races (http://emudevs.com/showthread.php/121-How-to-Custom-Races" onclick="window.open(this.href);return false;)!
(Except that I did not make a Goblin and FelOrc like in the Guide, I made a Naga and Tuskarr)
This is the Patch I made for these custom races : https://www.mediafire.com/?ccabbf80v5x9819 (https://www.mediafire.com/?ccabbf80v5x9819" onclick="window.open(this.href);return false;)
Please Download the Patch (Link Above) and try to fix this Patch and then Re-upload it with another Download Link please.
So please Help Me Fix This as soon as possible!
Thank You! :)
P.S, if u dont want to download the patch, here are the Pastebin links for CharacterCreate.lua and .xml.
PASTEBIN LINKS :
CharacterCreate.lua : http://pastebin.com/8ayVH9VW (http://pastebin.com/8ayVH9VW" onclick="window.open(this.href);return false;)
CharacterCreate.xml : http://pastebin.com/fraumiHp (http://pastebin.com/fraumiHp" onclick="window.open(this.href);return false;)
-
So does anyone know how to fix this please?
-
Please don't bump your own post after less than 2 hours, we will see it.
Also, this is specifically to do with the specified Lua file, I think I know the problem but I don't want to download the patch. Can you please just copy the CharacterCreate Lua and XML files to pastebin.com instead and link it.
-
Please don't bump your own post after less than 2 hours, we will see it.
Also, this is specifically to do with the specified Lua file, I think I know the problem but I don't want to download the patch. Can you please just copy the CharacterCreate Lua and XML files to pastebin.com instead and link it.
Ok, sry about the Bumping...
And ok, I posted it on Pastebin.
PASTEBIN LINKS :
CharacterCreate.lua : http://pastebin.com/8ayVH9VW (http://pastebin.com/8ayVH9VW" onclick="window.open(this.href);return false;)
CharacterCreate.xml : http://pastebin.com/fraumiHp (http://pastebin.com/fraumiHp" onclick="window.open(this.href);return false;)
-
Check that your co-ordinates are correct. It is possible that you are out of bounds for the associated blp.
Does it work if you use the coordinated of different existing races?
-
Check that your co-ordinates are correct. It is possible that you are out of bounds for the associated blp.
Does it work if you use the coordinated of different existing races?
Well I am not so sure now...
I get a totally different error now, Now it tells me that I need to update my MAX_RACES which since I added only 2 more races (12 in total) I made my MAX_RACES = 12 but still same error.
The error MAX_RACES now only appears if I made ANY custom race...
When I make the Goblin and FelOrc custom race, it works perfectly... Why is that? Do u know?