MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Discussion
Reload this Page [NEW] EMU Expert Question/request/FAQ thread, QUESTIONS HERE!
Emulator Server Discussion World of Warcraft Emulator Server general chat .
[NO Questions here]

Reply
 
LinkBack Thread Tools
(#16)
Old
dann462's Avatar
dann462 is Offline
Master Sergeant
Rep Power: 2
Reputation: 13
dann462 is on a distinguished road
 
Posts: 91
Join Date: Jun 2007
Location: Gnomeregan
02-01-2008

Hey Mayogargler!

For GM use "a", but if you dont want to allow your friends to kick other or something like that, use these: [Only registered and activated users can see links. ]

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

Donate to remove ads.
(#17)
Old
latruwski's Avatar
latruwski is Offline
*Candy L33T*
Legendary User
Rep Power: 7
Reputation: 605
latruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to all
 
Posts: 2,226
Join Date: Dec 2006
Location: Langemark, Belgium
02-01-2008

Quote:
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


(\_/) Give to people who have been helpfull!
(O.o) This is Bunny. Copy Bunny into your signature
(> <)
to help him on his way to world domination.
Quote:
Originally Posted by Dragon[Sky]
All I have to say is: You're all ungrateful fags.
If you don't like Ascent nor can wait, GTFO. Mangos welcomes you.

Reply With Quote
(#18)
Old
latruwski's Avatar
latruwski is Offline
*Candy L33T*
Legendary User
Rep Power: 7
Reputation: 605
latruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to alllatruwski is a name known to all
 
Posts: 2,226
Join Date: Dec 2006
Location: Langemark, Belgium
02-01-2008

Quote:
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:
[Only registered and activated users can see links. ]

grtz


(\_/) Give to people who have been helpfull!
(O.o) This is Bunny. Copy Bunny into your signature
(> <)
to help him on his way to world domination.
Quote:
Originally Posted by Dragon[Sky]
All I have to say is: You're all ungrateful fags.
If you don't like Ascent nor can wait, GTFO. Mangos welcomes you.

Reply With Quote
(#19)
Old
**Sweeny**'s Avatar
**Sweeny** is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 33
**Sweeny** is on a distinguished road
 
Posts: 284
Join Date: Dec 2007
02-01-2008

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.??


Reply With Quote
(#20)
Old
Gastricpenguin's Avatar
Gastricpenguin is Offline
Why so serious...?
Legendary User

Rep Power: 6
Reputation: 716
Gastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to behold
 
Posts: 1,577
Join Date: Feb 2007
Location: 4Chan
02-01-2008

Right click on the table, and select the option "Backup Database as SQL Dump..."
Then choose a destination


And the emulators shall tremble.
[Only registered and activated users can see links. ]
You are responsible for any broken rule, regardless if you "didn't know" or not.
Reply With Quote
(#21)
Old
**Sweeny**'s Avatar
**Sweeny** is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 33
**Sweeny** is on a distinguished road
 
Posts: 284
Join Date: Dec 2007
02-01-2008

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.
Reply With Quote
(#22)
Old
Gastricpenguin's Avatar
Gastricpenguin is Offline
Why so serious...?
Legendary User

Rep Power: 6
Reputation: 716
Gastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to behold
 
Posts: 1,577
Join Date: Feb 2007
Location: 4Chan
02-01-2008

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


And the emulators shall tremble.
[Only registered and activated users can see links. ]
You are responsible for any broken rule, regardless if you "didn't know" or not.
Reply With Quote
(#23)
Old
**Sweeny**'s Avatar
**Sweeny** is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 33
**Sweeny** is on a distinguished road
 
Posts: 284
Join Date: Dec 2007
02-01-2008

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


Reply With Quote
(#24)
Old
Spartansp's Avatar
Spartansp is Offline
Emulation Master
Legendary User
Rep Power: 6
Reputation: 641
Spartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to all
 
Posts: 1,827
Join Date: Sep 2007
Location: in kalimdor lol
02-01-2008

just save as (select from the dropdown menu all files) then save it as whatever.sql and you are done



remember to people that helped you out [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ][Only registered and activated users can see links. ]
Reply With Quote
(#25)
Old
Gastricpenguin's Avatar
Gastricpenguin is Offline
Why so serious...?
Legendary User

Rep Power: 6
Reputation: 716
Gastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to behold
 
Posts: 1,577
Join Date: Feb 2007
Location: 4Chan
02-01-2008

Just add the extension .SQL to the end of the name, instead of .txt :P


And the emulators shall tremble.
[Only registered and activated users can see links. ]
You are responsible for any broken rule, regardless if you "didn't know" or not.
Reply With Quote
(#26)
Old
**Sweeny**'s Avatar
**Sweeny** is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 33
**Sweeny** is on a distinguished road
 
Posts: 284
Join Date: Dec 2007
02-01-2008

I dont get a choise to save as SQL


Reply With Quote
(#27)
Old
Spartansp's Avatar
Spartansp is Offline
Emulation Master
Legendary User
Rep Power: 6
Reputation: 641
Spartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to allSpartansp is a name known to all
 
Posts: 1,827
Join Date: Sep 2007
Location: in kalimdor lol
02-01-2008

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



remember to people that helped you out [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ][Only registered and activated users can see links. ]
Reply With Quote
(#28)
Old
**Sweeny**'s Avatar
**Sweeny** is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 33
**Sweeny** is on a distinguished road
 
Posts: 284
Join Date: Dec 2007
02-01-2008

k thnx gast


Reply With Quote
(#29)
Old
Gastricpenguin's Avatar
Gastricpenguin is Offline
Why so serious...?
Legendary User

Rep Power: 6
Reputation: 716
Gastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to beholdGastricpenguin is a splendid one to behold
 
Posts: 1,577
Join Date: Feb 2007
Location: 4Chan
02-01-2008

Por ejemplo:


And the emulators shall tremble.
[Only registered and activated users can see links. ]
You are responsible for any broken rule, regardless if you "didn't know" or not.
Reply With Quote
(#30)
Old
2dgreengiant's Avatar
2dgreengiant is Offline
Is very sad atm.

Rep Power: 9
Reputation: 927
2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold2dgreengiant is a splendid one to behold
 
Posts: 3,700
Join Date: Feb 2007
Location: MMowned
02-01-2008

Quote:
or ejemplo:
fail as it says text doxuments (*.txt)






[Only registered and activated users can see links. ]
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139