Modcraft - The community dedicated to quality WoW modding!

Community => Random => Topic started by: malahmen on August 28, 2015, 01:51:31 am

Title: Vanilla 1.12
Post by: malahmen on August 28, 2015, 01:51:31 am
Is there any post in the forum where the tools for this version are all gathered?

I wanted to start a little experience with this version (since its my favorite mechanics wise) and most of the links and tools I found around here are for the 335 version (if not mistaken).

Can someone point me out some directions please?

Just need the "common" stuff:
- add objects/NPC's
- add/edit quests
- create/edit gear

I believe most can be achieved server side (correct me if I'm wrong).

---------------------

I'm going to update this post with the information I'll gather around about this version.

Server source:
https://github.com/cmangos/mangos-classic (https://github.com/cmangos/mangos-classic" onclick="window.open(this.href);return false;)

Server compiling instructions:
https://github.com/cmangos/issues/wiki/ ... structions (https://github.com/cmangos/issues/wiki/Installation-Instructions" onclick="window.open(this.href);return false;)
http://www.ownedcore.com/forums/world-o ... erver.html (http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-emulator-servers/wow-emu-guides-tutorials/296457-mangos-how-compile-your-own-mangos-server.html" onclick="window.open(this.href);return false;)

Tutorials and other informations:
http://valkryst.com/blog/Articles.html (http://valkryst.com/blog/Articles.html" onclick="window.open(this.href);return false;)

Database Information:
http://devil.tauri.hu/~blay/wiki/index. ... sdb_struct (http://devil.tauri.hu/~blay/wiki/index.php?title=Mangosdb_struct" onclick="window.open(this.href);return false;)

DBC Information:
- http://www.pxr.dk/wowdev/wiki/index.php ... tegory:DBC (http://www.pxr.dk/wowdev/wiki/index.php?title=Category:DBC" onclick="window.open(this.href);return false;)

I'm using windows as OS, so here goes a list of some software:
- http://www.microsoft.com/express/Downloads/ (http://www.microsoft.com/express/Downloads/" onclick="window.open(this.href);return false;)
- https://www.apachefriends.org/index.html (https://www.apachefriends.org/index.html" onclick="window.open(this.href);return false;)
- http://dev.mysql.com/downloads/workbench/ (http://dev.mysql.com/downloads/workbench/" onclick="window.open(this.href);return false;)
- http://www.sublimetext.com/3 (http://www.sublimetext.com/3" onclick="window.open(this.href);return false;)

Editing software:
- viewtopic.php?f=59&t=782 (http://modcraft.io/viewtopic.php?f=59&t=782" onclick="window.open(this.href);return false;) [MyDbcEditor]
- viewtopic.php?f=59&t=781 (http://modcraft.io/viewtopic.php?f=59&t=781" onclick="window.open(this.href);return false;) [csved]

Maps information:
- http://www.pxr.dk/wowdev/wiki/index.php ... aTable.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=AreaTable.dbc" onclick="window.open(this.href);return false;) (does this apply to vanilla? - need to check)

(I don't like to have git or svn installed on my "playing machine", so I download the latest source, I don't checkout with them, hence I don't have them in this list)

As soon as I manage to have it all up and running locally, I'll start looking for more specific software and their compatible versions, and I'll list them here too.
Title: Re: Vanilla 1.12
Post by: MountainLion on August 28, 2015, 03:04:28 am
Quote from: "malahmen"
Is there any post in the forum where the tools for this version are all gathered?

I wanted to start a little experience with this version (since its my favorite mechanics wise) and most of the links and tools I found around here are for the 335 version (if not mistaken).

Can someone point me out some directions please?

Just need the "common" stuff:
- add objects/NPC's
- add/edit quests
- create/edit gear

I believe most can be achieved server side (correct me if I'm wrong).

DB editing will do the job for the most part. Yes server-side edits unless you're looking to create items from scratch and render them ingame. Quests are scripted (code)

Edit: Support is limited for anything that is not 3.3.5 or WoD but someone might be able to help with that
Title: Re: Vanilla 1.12
Post by: Namok on August 28, 2015, 03:29:08 am
Hi ! Some people are currently working on this version I recommand you to ask some informations to Stan84 and Spik96 they are the most advanced.
Title: Re: Vanilla 1.12
Post by: malahmen on August 28, 2015, 03:27:08 pm
thanks for the replys.

if anyone has any other information I can use (links, tools, tutorials, etc) for this version, please add it up here. :)
I would really appreciate it.

thanks.
Title: Re: Vanilla 1.12
Post by: Valkryst on August 28, 2015, 05:55:47 pm
Quote from: "malahmen"
Is there any post in the forum where the tools for this version are all gathered?

I wanted to start a little experience with this version (since its my favorite mechanics wise) and most of the links and tools I found around here are for the 335 version (if not mistaken).

Can someone point me out some directions please?

Just need the "common" stuff:
- add objects/NPC's
- add/edit quests
- create/edit gear

I believe most can be achieved server side (correct me if I'm wrong).

You honestly don't need tools to do any of this. New objects, NPCs, quests, and gear can be added or edited straight in the database using HeidiSQL or an equivalent program.
Title: Re: Vanilla 1.12
Post by: Gurluas on August 28, 2015, 11:53:09 pm
Possibly related to this post but...Does anyone know a 1.12 or 2.4.3 RP server?
Title: Re: Vanilla 1.12
Post by: malahmen on August 29, 2015, 12:47:00 pm
Quote from: "Gurluas"
Possibly related to this post but...Does anyone know a 1.12 or 2.4.3 RP server?

not that I know off.

anyone knows or recommend and server version to start with? (for 1.12)
Title: Re: Vanilla 1.12
Post by: Morfium on August 29, 2015, 07:09:35 pm
Mangos Zero might be something you'd like to look at.
Just tested it once, ages ago, so I can't really "recommend" it.
Title: Re: Vanilla 1.12
Post by: stan84 on August 30, 2015, 08:34:11 am
cmangos-classis is well developed, devs are still supporting it.

https://github.com/cmangos/mangos-classic (https://github.com/cmangos/mangos-classic" onclick="window.open(this.href);return false;)
Title: Re: Vanilla 1.12
Post by: malahmen on August 31, 2015, 03:19:33 pm
will check that mangos too.
seems active to date so thats a major plus.
found this ones though: https://github.com/trinityclassic (https://github.com/trinityclassic" onclick="window.open(this.href);return false;)
Title: Re: Vanilla 1.12
Post by: Valkryst on June 09, 2016, 02:33:24 am
I've edited the OP to include an up-to-date link to my blog. I've migrated from WordPress, so the original link was incorrect.
Title: Re: Vanilla 1.12
Post by: malahmen on June 09, 2016, 02:51:21 pm
sure. thanks.
Title: Re: Vanilla 1.12
Post by: ll-cool-j on June 11, 2016, 02:35:32 pm
Not sure if anyone has read this, but it came up in my Facebook feed
http://kotaku.com/the-reason-blizzard-c ... 1781438526 (http://kotaku.com/the-reason-blizzard-cant-make-world-of-warcraft-legacy-1781438526" onclick="window.open(this.href);return false;)
Title: Re: Vanilla 1.12
Post by: MountainLion on June 11, 2016, 11:06:45 pm
Quote from: "ll-cool-j"
Not sure if anyone has read this, but it came up in my Facebook feed
http://kotaku.com/the-reason-blizzard-c ... 1781438526 (http://kotaku.com/the-reason-blizzard-cant-make-world-of-warcraft-legacy-1781438526" onclick="window.open(this.href);return false;)

imo fans of previous expansions are better off seeking refugee in private servers and hoping for the best

for Blizzard from a business perspective going back is not a good option, all things considered

when I was a child my friends and I crafted small race cars that we would race downhill, it was the hype atm, it was unsafe as hell but we implemented measures to avoid disaster accidents, but it worked and gave us fun

enter the snes and gameboys, did we want to go back to car racing? maybe, but times were changing.