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

User Tag List

Page 2 of 80 FirstFirst 12345652 ... LastLast
Results 16 to 30 of 1190
  1. #16
    dann462's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Mayogargler!

    For GM use "a", but if you dont want to allow your friends to kick other or something like that, use these: http://www.mmowned.com/forums/emulat...tml#post551625

    For exaple if you want to allow a player to use cheat commands and teleport use: "rq"

    [NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE!
  2. #17
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dann462 View Post
    Well thanks latruwski +rep, but I have a problem now.
    So when ppl send a mail to their other char it fail. I got this report in the ascent.exe:
    Sql query failed due to [Column count doesn't match value count at row 1], Query: [REPLACE INTO mailbox VALUES <4,0,55,11,"Mail","test",0,' ',0,41,1204461960,1201869960,0,0,0>]

    Any idea?
    yes... the core is not compatible with the structure of the mailbox table in your database...
    you said you were using 3.5 stable... delete the mailbox table from your DB and run this query:

    Code:
    CREATE TABLE `mailbox` (
      `message_id` int(10) unsigned NOT NULL default '0',
      `message_type` int(10) unsigned NOT NULL default '0',
      `player_guid` int(10) unsigned NOT NULL default '0',
      `sender_guid` int(10) unsigned NOT NULL default '0',
      `subject` varchar(255) collate utf8_unicode_ci NOT NULL default '',
      `body` longtext collate utf8_unicode_ci NOT NULL,
      `money` int(10) unsigned NOT NULL default '0',
      `attached_item_guid` bigint(20) unsigned NOT NULL default '0',
      `external_attached_item_guid` bigint(20) NOT NULL default '0',
      `cod` int(10) unsigned NOT NULL default '0',
      `stationary` int(10) unsigned NOT NULL default '0',
      `expiry_time` int(10) unsigned NOT NULL default '0',
      `delivery_time` int(10) unsigned NOT NULL default '0',
      `copy_made` int(10) unsigned NOT NULL default '0',
      `read_flag` tinyint(3) unsigned NOT NULL default '0',
      `deleted_flag` tinyint(3) unsigned NOT NULL default '0',
      PRIMARY KEY  (`message_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    and test if it works then...

    grtz

  3. #18
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mayogargler View Post
    Hey, I started up private server just so me and my friends can have some fun. I'm using Ascent, and at the moment, it's an offline server. My friends want to be GMs on my server. I use navicat as my database, what do I put into the "gm" column to make them GMs. I know admin is "az", but I don't want the server to go crazy. Can anyone help?
    well you need to put the letters in there (abcdefg for example or efmopqr for example)... if you need to know what letters are corresponding to what commands check:
    Gamemaster - Ascent Wiki

    grtz

  4. #19
    **Sweeny**'s Avatar Member
    Reputation
    33
    Join Date
    Dec 2007
    Posts
    282
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey you no how when you start up mysql on ac-web repacks, then go into sumthing like sqlyog then all the tables are there and stuff? how would I get all those tables and vendors etc. into an SQL file so I can just execute it into the database.??

  5. #20
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Right click on the table, and select the option "Backup Database as SQL Dump..."
    Then choose a destination
    Life Puzzler WoW - Website | Forums

  6. #21
    **Sweeny**'s Avatar Member
    Reputation
    33
    Join Date
    Dec 2007
    Posts
    282
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No i no that :P but I mean when you use Mysql in ac-web repacks the tables are all made up.. I was wondering how too get all those tables into just 1 or 2 SQL files Im not looking too execute them into database.

    EDIT: oh woops you mean I can transfer that table too any location like desktop? Thanks btw +rep
    Last edited by **Sweeny**; 02-01-2008 at 06:14 PM.

  7. #22
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, you can right click on the database itself, then dump it.
    And that is the correct option :P
    Backup is the same thing as dump
    Life Puzzler WoW - Website | Forums

  8. #23
    **Sweeny**'s Avatar Member
    Reputation
    33
    Join Date
    Dec 2007
    Posts
    282
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh and 1 more question, how do I make it into a SQL file?? When i got into notepad then go save as.. it has the file types i want it only has .txt and all files and encoding has..unicode, unicode big edian and UTF-8

  9. #24
    Spartansp's Avatar Account not activated by Email
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just save as (select from the dropdown menu all files) then save it as whatever.sql and you are done

  10. #25
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just add the extension .SQL to the end of the name, instead of .txt :P
    Life Puzzler WoW - Website | Forums

  11. #26
    **Sweeny**'s Avatar Member
    Reputation
    33
    Join Date
    Dec 2007
    Posts
    282
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont get a choise to save as SQL

  12. #27
    Spartansp's Avatar Account not activated by Email
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is no choice... just look where it says.. save as text document(txt) and click on the arrow so you choose "all files" and save it with name like this "whatever.sql" click save youre done

  13. #28
    **Sweeny**'s Avatar Member
    Reputation
    33
    Join Date
    Dec 2007
    Posts
    282
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k thnx gast

  14. #29
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Por ejemplo:
    Life Puzzler WoW - Website | Forums

  15. #30
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or ejemplo:
    fail as it says text doxuments (*.txt)
    If you need me you have my skype, if you don't have my skype then you don't need me.

Page 2 of 80 FirstFirst 12345652 ... LastLast

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 08:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search