Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Guest on July 26, 2010, 08:45:52 pm

Title: [WoW Server] Question: Must have a PS
Post by: Guest on July 26, 2010, 08:45:52 pm
Morning

Is it safe to say that you as a user starting to invest thought for the time and work needed to do their own modding, to assume that one also needs their own Server (Private Server) to work all this?

~Apoc
Title: Re: [WoW Server] Question: Must have a PS
Post by: Jack on July 26, 2010, 10:46:04 pm
Yes, of course you need your own private server to test your mods.
That'd be like painting a picture without a canvas. You might have the layout, colors etc in your mind or even on a seperate piece of paper, but as long as it isn't on canvas it's not a picture.
Title: Re: [WoW Server] Question: Must have a PS
Post by: Steff on August 03, 2010, 12:50:07 pm
WoW is a server based game. The data of the world is divided in two parts. The hole graphic stuff you can find in the clients, but many information about what items you are a enemy have/drop. Where what enemy is to find and the quest stuff the client get from the server. So if you want also change this stuff you need a own server.

You can make changes in the client and look at them also on public servers. But that is no mod and if blizzard will recognize it you will get banned.
Title: Re: [WoW Server] Question: Must have a PS
Post by: Guest on August 05, 2010, 12:49:04 am
Quote from: "Steff"
WoW is a server based game. The data of the world is divided in two parts. The hole graphic stuff you can find in the clients, but many information about what items you are a enemy have/drop. Where what enemy is to find and the quest stuff the client get from the server. So if you want also change this stuff you need a own server.

You can make changes in the client and look at them also on public servers. But that is no mod and if blizzard will recognize it you will get banned.



It's not that I'm surprised (because I'm not) about having to get a PS up, it's that no matter how many different ways and times I can't figure out the SQL with the server

Might just be me, oh well

Happy Modding
Title: Re: [WoW Server] Question: Must have a PS
Post by: cruscin96 on August 07, 2010, 08:23:27 pm
I'm a little confused on how to set up both a private server and mysql (i'm not much of a database/ server geek) could someone show me a link to reliable tutorials? thanks :)
Title: Re: [WoW Server] Question: Must have a PS
Post by: Steff on August 09, 2010, 12:56:44 pm
For testing you can just use XAMPP. There you have a functional web-server including a mysql database and phpmyadmin running in one package. Take a look at the Arcemu page. In the wiki you find compilation and setup guides.

http://arcemu.org/

http://www.arcemu.info/wiki/index.php?title=Main_Page
Title: Re: [WoW Server] Question: Must have a PS
Post by: Kian on September 20, 2010, 08:33:10 pm
Just use Mysql + Navicat

Or even better, Xampp because it has Apache too