[NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE! menu

User Tag List

Page 61 of 80 FirstFirst ... 11575859606162636465 ... LastLast
Results 901 to 915 of 1190
  1. #901
    nick567402's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone help me please i have made a post at the top of this page.

    [NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE!
  2. #902
    Ashyda's Avatar Active Member
    Reputation
    18
    Join Date
    Jan 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #903
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  4. #904
    Job For a Cowboy's Avatar Active Member
    Reputation
    39
    Join Date
    Feb 2007
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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>

  5. #905
    Kiyoshi's Avatar Member
    Reputation
    28
    Join Date
    Jun 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  6. #906
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 is the number for Pre-Burning Crusade accounts

  7. #907
    Job For a Cowboy's Avatar Active Member
    Reputation
    39
    Join Date
    Feb 2007
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i want to make a Mall in Scarlet Monastery without it being a instance how do i do that?
    Hello =) <script></script>

  8. #908
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit worldmap_info

  9. #909
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ashyda View Post
    Hey, I have a WotLK server but for some reason I can't make characters. When I make a character it doesn't appear on the character list, and when I go to quice (mangos DB editor) and search for all characters it says "SQL Error: Table 'wotlk (moffeman).characters' doesn't exist.

    Any ideas on how to fix?
    +REP x4 if it's solved
    Just edit your database and make a table called that.. as long as your using mysql you should be able to use Navcat and just design a table with that name

  10. #910
    Job For a Cowboy's Avatar Active Member
    Reputation
    39
    Join Date
    Feb 2007
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whats the ID for the invisible Wall that is a purple rectangle with white and purple squares?
    Hello =) <script></script>

  11. #911
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kreegoth View Post
    Just edit your database and make a table called that.. as long as your using mysql you should be able to use Navcat and just design a table with that name
    No...that wouldn't solve anything.

    Did you create and execute your character database?

  12. #912
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #913
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    website tools

    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";
    ?>

  14. #914
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $aDatabase = "world";
    $cDatabase = "world"

    Those need to be your logon (Accounts + Character) db

  15. #915
    Job For a Cowboy's Avatar Active Member
    Reputation
    39
    Join Date
    Feb 2007
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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
    <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">
    World
    <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>

Similar Threads

  1. [2010] Emulation Expert Questions/Requests/FAQ thread
    By Trle94 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-26-2010, 05:12 AM
  2. [2009] Emulation Expert Questions/Requests/FAQ thread
    By Gastricpenguin in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 04-01-2009, 12:39 AM
  3. Quick Question (Requires Emu Expert)
    By TripZone in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 04-06-2008, 02:58 AM
  4. [Now open] Ascent Help-me Thread. POST QUESTIONS HERE.
    By Equ1N0X in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-07-2008, 09:28 AM
  5. Wow Emu server question
    By TripleShank26 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-06-2006, 03:07 PM
All times are GMT -5. The time now is 01:27 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search