someone help me please i have made a post at the top of this page.
someone help me please i have made a post at the top of this page.
I actually solved it on my own soon after the post ><
I'll give you each rep anyway though![]()
Last edited by Ashyda; 07-08-2008 at 09:20 PM.
It means you're missing the chars table in the DB. Refer to the installation instructions to see if you need to execute any SQL files.
And you only have 2 rep power :P
I don't know much about scripting and C++, but is there a Taxi npc i could use?
And for account creation what is the number for Pre-tbc server (Under flags the original number is
Last edited by Job For a Cowboy; 07-08-2008 at 06:29 PM.
Hello =) <script></script>
For pre-BC just leave it as 0 and I would suggest using this .DLL:
http://www.mmowned.com/forums/emulat...orter-npc.html
and you can use this guide to do it:
http://www.mmowned.com/forums/emulat...dll-video.html
0 is the number for Pre-Burning Crusade accounts
Ok i want to make a Mall in Scarlet Monastery without it being a instance how do i do that?
Hello =) <script></script>
Edit worldmap_info
whats the ID for the invisible Wall that is a purple rectangle with white and purple squares?
Hello =) <script></script>
Make sure you have you have a complete logon Database... With character in it you can open and make your own logon DB with the SQL's in ArcEMU's SVN. Just execute the updates and the character and logon structures not the world just the other two.
I am requesting help getting my website tools page working. I am using howlings website, got my forums working but cant get the tools page working. And by Tools i mean unstucker, .revive, transfer.
i am using xamp
<?php
//account database info
$aHost = "wickedwarcraft.game-host.org";
$aDatabase = "world";
$aPort = "3306";
$aUsername = "root";
$aPass = "XXXX";
//character database info
$cHost = "wickedwarcraft.game-host.org";
$cDatabase = "world";
$cPort = "3306";
$cUsername = "root";
$cPass = "XXXX";
?>
$aDatabase = "world";
$cDatabase = "world"
Those need to be your logon (Accounts + Character) db
Ok this is my attempt at Hamachi, i did everything on the guide correctly but, my realm doesn't appear on realmlist and this is what i get
Realms
World<LogonServer Address = "5.288.10.94"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "Lightning WoW"
Address = "5.288.10.94:8129"
Icon = "RP"
Colour = "0"
Population = "1.0"
TimeZone = "0">
<Listen Host = "5.228.10.94"
WorldServerPort = "8129">
Logonserver
<Listen Host = "5.288.10.94"
ISHost = "5.288.10.94"
RealmListPort = "3724"
ServerPort = "8093">
Hello =) <script></script>