• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 Classless server proof-of-concept

cldev01

New member
Hey, community! I presents my classless repack.

The idea and what has been done::
You start from level 1.
Each level you get 1 or 2 Ability points.
Each level you get 5 Stats points.
Starting from level 9 you get 1 Talent point.

You can buy any ability of any class.
You can distribute the attributes points as you want(Strength,Agility,Stamina,Intellect,Spirit,etc.).
You can choose any of the talents of all classes.

You start with all weapons-learned skill
armor types are learned automatically at 10,20 and 40 levels

Unfortunately, I am forced to stop work on the project due to lack of money

Installation:
Download file
Code:
[URL]https://www.mediafire.com/?x5733u8vnjmc7ti[/URL]

Client:
1. Copy all from the "Client" folder to folder where your Wow client 3.3.5 located.
2. Change realmlist to 127.0.0.1 in data/enUS/realmlist.wtf

Server:
1. Copy all from "Server" folder to ex. "D:\Server"
2. Copy all from Tools to folder where your Wow client 3.3.5 located.
3. Start programs in that sequence:
mapextractor.exe
vmap4extractor.exe
vmap4assembler.exe
mmaps_generator.exe
or download maps,vmaps,mmaps from here:
Code:
[URL]https://mega.nz/#F!FMYzASKA!M-RY7OgXUR0nhWpnPKwusg[/URL]
After that, copy maps,vmaps and mmaps to Server\data folder (Ex. D:\Server\Data)

4. Copy all from MySQL folder to ex. "D:\MySQL"
5. Start MySQL by MySQL-Start.bat from MySQL folder ex. "D:\MySQL"
6. Start authserver.exe from Server folder ex. "D\Server"
7. start worldserver.exe from Server folder ex. "D\Server"

In-game accounts
Player:
login: test
password: test

Gamemaster:
login: testgm
password: testgm

MySQL accounts:
root:root
trinity:trinity

Credits:
irome for maps,mmaps,vmaps. Rochet2 for AIO. Eluna team for Eluna. TrinityCore team for TrinityCore

P.S. sorry for bad english
 
Last edited by a moderator:

MrPixelMC

Member
If you can't work on it anymore, maybe you wanna release the source code (make a github repo or smth) so other people can work on it, it's always helpful.

I'm not gonna use this, just pointing it out, thanks for sharing with other people though.
 

MrPixelMC

Member
Looks nice, but DAT source would be nice. I wanna see, how this works :^^)

Not really hard to do, most of these are simple core edits, except this part:
You can buy any ability of any class.
You can distribute the attributes points as you want(Strength,Agility,Stamina,Intellect,Spirit,etc .).
You can choose any of the talents of all classes.

But it shouldn't be too hard to do with Eluna & AIO from what I've seen.
 
Top