-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
aha, in GM Mode monster doesn't attack us
TQ buddy
Now i've new problem
i see this error in mangosd.exe
http://i172.photobucket.com/albums/w...untitled-5.jpg
Here is line 199 of masterscript.lua
Code:
-- Example usage for the Mango.DataStore lib
Mango.DataStore.loadfromfile('MangoScript/Data/MangoScriptConfig.slua', 'MangoScriptConfig');
local Config = Mango.DataStore.get('MangoScriptConfig');
if (Config.times_ran == nil) or (Config.times_ran == "") then
Config.times_ran = 1;
else
Config.times_ran = Config.times_ran + 1;
end
Mango.DataStore.set('MangoScriptConfig', Config); -- Workaround, looking into this...
Mango.DataStore.storetofile('MangoScript/Data/MangoScriptConfig.slua', 'MangoScriptConfig');
printf("MangoScript: Times ran: " .. Config.times_ran .. "\n");
printf("MangoScript: Language for scripts set to " ..lng.."\n"); <--- This is line 199, what wrong with that?
And this one, when i login in the game, n then alt-tab, i see this error in mangosd.exe too
http://i172.photobucket.com/albums/w...untitled-6.jpg
Any one can help?
TQ again
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Quote:
Originally Posted by
Riversoul
I'll try to help as many ppl i can.
Sorry for bad eanglish, i'm french.
1) to create a user and password:
in the mangosd.exe Msdos console type: create USERNAME PASSWORD.
or in SQLyog click the + in realmd_bc, right click account and select view data
than you'll se something like (Null) right click on it and (set to empty string)
fill the boxes username pasword and for id just put 1.
2) gm level can be edited in the same plase, put 0 and your not a gm, and creatures will fight back. (someone has this problesm).
3)For those who crash when initialiting scrips. and have tryed a lot of this just erase all and satrt over and replace the mangosd.exe for this one
MEGAUPLOAD - The leading online storage and file delivery service
4) for those that when you click mangos.exe is start realmd.exe but not mangosd.exe
edit restart.conf
#Number of mangosd hosted on this comp: (0 = None, 5 = Max)
1
5)all .conf.bak and .conf cand be edite by notepad
you cant put the .conf.bak file to .conf file?, thant create a new .txt (bloc note) copy and paste all lines on it and save as .conf it will work ... i hope..
6) if you want to edit the mangos.conf,
ex.:
# XP rates
# Default: 1
Rate.XP.Kill = 100000000000 (if you kill a lvl1 best youll be like lvl 60 in one shot)
Rate.XP.Quest = 1
Rate.XP.Explore = 1
you can also do it whit the gold and anything.
just be carefull to dont modify what you dont know,you can make it crash,
is more like cheating but well sometimes its fun.
i hope it helped some ppl out there...
Thanks a lot for this Riversoul!
It helped a lot, however I'm still stuck on the step 3. My mangosd.exe keeps crashing while initializing spell_scripts... I did try to start all over again - erased all and so on.
Unfortunately for some reason I'm not able to download the file from the link you posted but I believe I have the latest one. I've noticed that when I try to open the spell_scripts table it says this table has no primary key. Could this be the cause of the issue?
Anyone can help with this?
Many thanks in advance!
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
i downloaded the updated executable file for Mangosd.exe now it works like a dream, so i suggest all of you who have the script problem fire up that download...
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Hello all. i finally got the server working, but i have a problem, the pet acction bar off all the pets are not working, can you please teach me how to get it working?
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Kind of got a strange problem...never seen this before...
I can restore the realmd_bc Database just fine with no errors...but when I try to restore the mangos_bc Database, it goes all the way to the end and finally says:
There was an error while executing a query.
The query and the error message has been logged at:
C:\Program Files\SQLyog Community\sqlyog.err.
Please click on "Open Error File..." to open the error file.
I clicked Open Error File... and this is what it said:
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:05:11
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:05:37
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:05:39
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:05:42
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:26:29
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:32:14
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:34:54
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:35:01
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Query:
CREATE TABLE `areatrigger_involvedrelation` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`quest` int(11) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'
Error occured at:2007-05-19 01:35:03
Line no.:18
Error Code: 1050 - Table 'areatrigger_involvedrelation' already exists
Any suggestions?
Thanks for your help =].
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Quote:
Originally Posted by
AndvariEvann
omg i finally got it working, now can anyonw show me where i can get all the items id list and gm codes?
Can I shoot you? :2gunsfiring_v1:
Theres been a number of posts in this thread about IDs and GM commands, Ive made 2 at least. "Read before posting" Is part of the forum rules isnt it? Quite frankly amazed how many times someone can ask a question, get an answer and someone asks the same question 2 posts later!
Carlos666: Pets really are bugged and buggered on a private server. I have yet to find one where they work. Hunter Pets have no chance of working right, even warlock pets dnt seem to work much. This is assuming you can actually complete the Hunter "taming the beast" quest properly in the first place. :( Just have to live without them (Lvl70 Hunter dnt really use one do they?)
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
hello there
when trying to import the realmd_bc.sql in to SQL i get the following error
Query:
/*!40101 SET NAMES utf8 *//*!40101 SET SQL_MODE=''*/
Error occured at:2007-05-19 22:40:11
Line no.:10
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET SQL_MODE=''*/' at line 1
Can anyone tell me how to get past this.
Thanks
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Nothing works, Don't understand the install tutorial. Plz tell me how to make the server work.
I've downloaded the complete server, I have SQLyog, Apache and MySQL 5.0, I try to start the MaNGOS.exe but it say:(MaNGOS Realm has crashed! Restarting...)
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Hello,
I am just started making an WoW server, my server works fine not an single error.
The only thing is that other people can't to my server...
What do i have to do?
Also I got an question...
Which ports must be opened for this server?
Please tell me!
Also I have to know how to make an Account Creation site, and how you change the Realmlist (In-Game) because now there its saying : WoWps.org TBC ! I would like to have this: WoW TBC Evolution Server
Thank you...
Greetings Royke
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Quote:
Originally Posted by
soneta
aha, in GM Mode monster doesn't attack us
TQ buddy
Now i've new problem
i see this error in mangosd.exe
http://i172.photobucket.com/albums/w...untitled-5.jpg
Here is line 199 of masterscript.lua
Code:
-- Example usage for the Mango.DataStore lib
Mango.DataStore.loadfromfile('MangoScript/Data/MangoScriptConfig.slua', 'MangoScriptConfig');
local Config = Mango.DataStore.get('MangoScriptConfig');
if (Config.times_ran == nil) or (Config.times_ran == "") then
Config.times_ran = 1;
else
Config.times_ran = Config.times_ran + 1;
end
Mango.DataStore.set('MangoScriptConfig', Config); -- Workaround, looking into this...
Mango.DataStore.storetofile('MangoScript/Data/MangoScriptConfig.slua', 'MangoScriptConfig');
printf("MangoScript: Times ran: " .. Config.times_ran .. "\n");
printf("MangoScript: Language for scripts set to " ..lng.."\n"); <--- This is line 199, what wrong with that?
And this one, when i login in the game, n then alt-tab, i see this error in mangosd.exe too
http://i172.photobucket.com/albums/w...untitled-6.jpg
Any one can help?
TQ again
Hi, how about my problem
TT
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
I can Log, I can view the server on the list, but when I press Okey (or double click on the server name) it try to connect (apears a square with the text "Connecting to the game server") but it show the list again, I use 2 computers, I have the IPs well setted
I followed the guide but I have that problem
Edit: I'm using official 2.0.12 (6546) client
is the actual live client for official servers
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Someone know how to place NPC and all that on wow, so i can create drop and creature on wow
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Another thing i need help to is that a friend of my wrote in the no-ip in the realmlist.wtf and try to login but it dosnt go,
He have the real wow TBC has it something whit that do to??
Or is it that he have enGB
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Hi,
I still need some help, I fixed 2 things...
Others can now connect to this server and my realmlist name is now wow.evolution!
But I cant make an Account Creation site, how does this work please someone post an link or something.
Thank You...
Royke
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Hi, I just setup my WoW server and everythin setup without a hitch, now here is where i ran into a small problem but if anyone has an idea what the problem is id be greatful its probably very simple cause everythin works even login, but the game tells me my account is authorized for TBC but my computer doesnt have it installed which is BS cause my version is exactly what is described for use with this version of mangos. im gonna take a couple screenshots from my client screen.
First Screen Shows Login Screen
http://img512.imageshack.us/img512/4...tscreenfk9.jpg
Second Screen Shows Error Popup Message
http://img143.imageshack.us/img143/4...dscreenvs0.jpg
If anyone knows why this isnt working let me know. I downloaded my WOW client directly from blizzards website using thier downloader and the 10 day free trial account.
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
I creat a wow 2.0.12 server and when i start mangos.exe apear a console and close fast. What to do?
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
I think i found the problem doh! Turns out the download i got is 2.0.12 but it was the regular client, it didnt include TBS from what i can tell. Im downloading a seperate 1.18gb for TBC. I will keep you updated on my progress.
~Peace
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Well i got the server running, clients updated and was able to connect fine, so far only had one crash on startup but that was only because i had the emu runnin for several hours in the background while i was downloading the update lol anyways there is absolutely no npcs, monsters etc. The characters start naked *gasp* so what exactly is the point of all this? In order to be a playable server there has to be npcs, stuff to fight, gear and of course quests etc. Is there anything im missing cause i got a bunch of non fatal errors for stuff regarding item numbers not bein valid and a bunch of other stuff regarding quests and bones etc. all in red text. Thanks
BTW i downloaded the complete repack 291mb
[Edit]
Here Is A Screen Shot Of Server Working
http://img444.imageshack.us/img444/2...yingmankf4.jpg
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
omg its not working, mangosd and realmd both dont open, and theres no error logs showing up please help me :(
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Quote:
Originally Posted by
Phantom710
omg its not working, mangosd and realmd both dont open, and theres no error logs showing up please help me :(
Whats the entire name of your .conf files ? does it contain .bak ? if so try removing that part.
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Quote:
Originally Posted by
seye93
hey i have a problem, i setted my realmd like this:
# Database connection settings for the realm server.
# Default: hostname;port;username;password;database
# .;somenumber;username;password;database - use named pipes at Windows
# Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
# .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
# Unix sockets: experimental, not tested
LoginDatabaseInfo = "127.0.0.1;3306;root;;realmd_bc"
and my mangosd:
# Database connection settings for the world server.
# Default: hostname;port;username;password;database
# .;somenumber;username;password;database - use named pipes at Windows
# Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
# .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
# Unix sockets: experimental, not tested
LoginDatabaseInfo = "127.0.0.1;3306;root;;realmd_bc"
WorldDatabaseInfo = "127.0.0.1;3306;root;;mangos_bc"
-----------------
i have no password so i didn't enter anything there.
-----------------
But when i try to start MaNGOS.exe it just says "Server crashed. Restarting". So the server never comes up.
the same problem can any1 tell me how i can add password to my sql im using :
xampp 1.6.1
-------
im big noob
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
I think it sets the password on default to: root same as username.
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
i went to httP://localhost/myphpadmin selected mysql database and seeked table "user" and it created 2 users "pma" and "root" and password table is empty.
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
Hello, I had a map problem where the map was oudated, so I took the ad.exe file and put it into the WoW folder, created a Maps folder, and it finished processing. Then I copied the new Maps folder, deleted the old one, and put the new one in the MaNGOS folder. But, I still get this: (i changed the password lines to stars, the real pass is letters.)
Code:
2007-05-20 13:05:45 Using configuration file mangosd.conf.
2007-05-20 13:05:45 MaNGOS daemon /0.7-SVN (Win32)
2007-05-20 13:05:45 <Ctrl-C> to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM MaNGOS community forums (Powered by Invision Power Board)
MMMMMM
2007-05-20 13:05:45 World Database: 127.0.0.1;3306;root;******;mangos_bc
2007-05-20 13:05:45 Login Database: 127.0.0.1;3306;root;******;realmd_bc
2007-05-20 13:05:45 Realm running as realm ID 1
2007-05-20 13:05:45 Using DataDir ./
2007-05-20 13:05:45 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
2007-05-20 13:05:45 ERROR:Correct *.map files not found in path './maps'. Please place *.map files in the directory pointed by this path or correct the DataDir value in the mangosd.conf file.
-
Re: [MaNGOS] v2.0.12 The Burning Crusade Server [SVN Core]
can some one email me the tutorial im realy lost
Email - alias_401@hotmail.com