Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mangos Winkdogs 3.3.5 Repack

Newbie Spellweaver
Joined
Jul 11, 2009
Messages
26
Reaction score
15
@zeng The registration page is were your players can make there accounts. If you are the administrator and make an account through the registration page you will need to make a connection to your database with using user name: root, password: ascent and open the reamd/Tables/account. Then find your name and scroll back to were it says gmlevel and enter 3. Then you might want to delete the administrator account that comes with this repack so that no one else can use it. But the registration page is for your players to make there accounts. I hope that wasn't to confusing if you need more help feel free to ask.

@nikkijamie I don't know if it is possible to transfer accounts from Trinity to MaNGOS because some of the table structures are different but if you want to try here is how to transfer accounts from repack to repack using the same emu.

The correct way to do it if you are compiling your own server and doing updates is to:

1. backup the realmd table
2. backup the characters table
3. then just update those 2 tables

But with my friend treetree's help we figured out a simple way that should work for everyone who wants to transfer there account data from repack to repack.

1. First make a copy of your repack someplace on your computer in case this doesn't work for you. That way you have a copy.

2. Start up your MySQL from the repack that has all the account data you want to transfer.

3. Make a connection to your database with using the user name: root, and the password: ascent.

4. Now open your realmd database. Then click on tables/account and right click on account. Go down to were it says "Dump SQL File" then click on it and save the file someplace. It should look like this picture.

winkdog - Winkdogs 3.3.5 Repack - RaGEZONE Forums


5.Now open your characters database and do the same for your "characters", and "character_inventory" tables.

winkdog - Winkdogs 3.3.5 Repack - RaGEZONE Forums


6. Close your Mysql. Now open up your Winkdogs 3.3.5 Repack Version 2 and start up your MySQL.

7. Make a connection to your database using the same connection info.

8. Open your realmd database right click on it and select execute batch file. Then navigate to were you saved your "account.sql" click on it, and then select open. Then click on start.

winkdog - Winkdogs 3.3.5 Repack - RaGEZONE Forums


9. Now open your characters database and do the same for your "characters", and "character_inventory" sql's.

10. Now all your accounts should be transfered into your new server. :)

Like I said I don't know if this will work for transfering Trinity to MaNGOS but I know it will work for MaNGOS to MaNGOS.

And no there is no auctionhouse bot in this repack but I might include an optional auctionhouse bot in my next version. You should be able to ad one if you can find an SQL one to execute into the database. I hope this helped.
 
Last edited:
Junior Spellweaver
Joined
Oct 17, 2008
Messages
107
Reaction score
10
Going to use the for a LAN server for my nieces and nephews.
 
Initiate Mage
Joined
Oct 20, 2010
Messages
1
Reaction score
0
I only know of one way to make it public (there are other ways such as DynDNS stuff but it hard for me) I use a program called Hamachi that connects computers together over an internet LAN pretty much.

You and your friends need to download hamachi.
When you start hamachi, create a new network name it whatever you like and put a password if you want to make it more secure.

If you notice on the top of your hamachi window thing it will have a IP address for your hamachi account. This IP is what you change your realmlist to in your DB. Should be under something like realmd->realmlist.
So your SQL table for that realm should look like this.

winkdog - Winkdogs 3.3.5 Repack - RaGEZONE Forums


Save that and then tell your friends to connect to your hamachi server and change their realmlist in \WoW\Data\EnUS\realmlist.wtf
to your Hamachi IP address (same as the realmlist you just changed)

Create an account for them using the mangosd.exe window (because Mangos encrypts passwords)

Your realmlist could be either 127.0.0.1 or your Hamachi address.

If this doesn't work or you need clarifying send me a PM and ill give you my skype info

I tried what u said, didn't work for me.
It freezes at succes! and bamm nothing happens.
my skype is martin19896
 
Newbie Spellweaver
Joined
May 18, 2007
Messages
9
Reaction score
0
Guys everything works fine only apache doesn't start, it says apache isnt able the start.
 
Last edited:
Newbie Spellweaver
Joined
Jul 11, 2009
Messages
26
Reaction score
15
@Ragesource I hope your nieces and nephews enjoy it.

@FiveStar That usually means that there is something else running on port 80. If you have Skype try turning it off because Skype runs on port 80.
 
Last edited:
Newbie Spellweaver
Joined
Nov 3, 2010
Messages
13
Reaction score
0
Winkdog this is an awesome repack.. I have only two issues maybe you can assit with. 1 DK Starting quest eye of archeon or whatever quest.. does not work.. 2 How would i go about adding cutom items.. I tried that wowv site but it does not work.. any ideas bro?
 
Newbie Spellweaver
Joined
Dec 6, 2007
Messages
90
Reaction score
16
That eye is a vehicle and Mangos doesn't have vehicles implemented.
And what's your problem with custom items specifically? How doesn't WoW-V work?
 
Newbie Spellweaver
Joined
Nov 3, 2010
Messages
13
Reaction score
0
well with wow-v I save item as a .sql for mangos and when I try to import into magons DB it gives me an error, unsure what I am doing wrong .. and yes I am making god like weapons and armor

---------- Post added at 03:37 AM ---------- Previous post was at 03:33 AM ----------

well instead of fixing the quest, is there a command like .quest current completed or some crap
?
 
Newbie Spellweaver
Joined
Dec 6, 2007
Messages
90
Reaction score
16
You could hack the database to do something, like, make the quest auto-complete.

Code:
-- Change the xxx to the quest's ID (from WoWHead)
SET @quest = xxx;
UPDATE `quest_template` SET `Method`=0 WHERE `entry`=@quest;

Also, not posting the error doesn't help me narrow down what it is.
 
Newbie Spellweaver
Joined
Nov 3, 2010
Messages
13
Reaction score
0
Akreo THANK YOU!!! +rep 1 billion lol ;) I got my custom items working now and the quest is well working the way by auto completion ;)
 
Initiate Mage
Joined
Nov 11, 2010
Messages
2
Reaction score
0
Hmm, warlock's imp do not cast firebolt, any way to fix it?
 
Newbie Spellweaver
Joined
Nov 3, 2010
Messages
13
Reaction score
0
Hmm, warlock's imp do not cast firebolt, any way to fix it?

I notice that as well as mage mirror image / water elemental and all other classes the involve pets. None cast or do anythign
 
Initiate Mage
Joined
Nov 11, 2010
Messages
2
Reaction score
0
Well minor bug, after relog on my account works! Imps cast spell... :)
 
Initiate Mage
Joined
Jan 9, 2011
Messages
1
Reaction score
0
Yes i downloaded the Repack, and i keep getting this Error....
2011-01-09 05:28:35 Using configuration file mangosd.conf.
2011-01-09 05:28:35 World Database: 127.0.0.1;3306;root;ascent;mangos
2011-01-09 05:28:35 MySQL client library: 5.1.49
2011-01-09 05:28:35 MySQL server ver: 5.0.45-community-nt
2011-01-09 05:28:35 Character Database: 127.0.0.1;3306;root;ascent;characters
2011-01-09 05:28:35 MySQL client library: 5.1.49
2011-01-09 05:28:35 MySQL server ver: 5.0.45-community-nt
2011-01-09 05:28:35 Login Database: 127.0.0.1;3306;root;ascent;realmd
2011-01-09 05:28:35 MySQL client library: 5.1.49
2011-01-09 05:28:35 MySQL server ver: 5.0.45-community-nt
2011-01-09 05:28:35 Realm running as realm ID 1
2011-01-09 05:28:35 Using World DB: UDB 0.12.0 (392) for MaNGOS 10258 with SD2 SQL for rev. 1749
2011-01-09 05:28:35 Using creature EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client)
2011-01-09 05:28:35 Using DataDir ./
2011-01-09 05:28:35 WORLD: VMap support included. LineOfSight:0, getHeight:0
2011-01-09 05:28:35 WORLD: VMap data directory is: ./vmaps
2011-01-09 05:28:35 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2011-01-09 05:28:35 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
2011-01-09 05:28:35 ERROR:Correct *.map files not found in path './maps' or *.vmtree/*.vmtile files in './vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.
i like the Repack though Very Easy to Set up, Sorry i'm new to the Forums and have been trying to make a Nice Server, i like ur pack though :) i cant Seem to See the Problem, Do u need to VMaps, and stuff?
if u can plz E-mail me at Sweefox@hotmail.com Thxs and i'll +Rep

~DragonWolfZ
 
Joined
Aug 31, 2003
Messages
0
Reaction score
0
I get a crash with launching mangosd.exe with this result below

Problem signature:
Problem Event Name: APPCRASH
Application Name: mangosd.exe
Application Version: 0.0.0.0
Application Timestamp: 4c8184e6
Fault Module Name: MSVCR100.dll
Fault Module Version: 10.0.30319.1
Fault Module Timestamp: 4ba1dbbe
Exception Code: 40000015
Exception Offset: 0008d635
OS Version: 6.1.7600.2.0.0.768.3
Locale ID: 2057
Additional Information 1: 7ca3
Additional Information 2: 7ca3bc4f532bd90247eeba2666b51439
Additional Information 3: 136f
Additional Information 4: 136ffca030f7fa6c66e6c52f354a7792
 
Initiate Mage
Joined
Jan 17, 2010
Messages
1
Reaction score
0
2011-01-12 22:08:22 ERROR:MaNGOS realmd can not bind to paradisedoom.servegame.com:3724

i cant make it public
 
Back
Top