-
Posts
259 -
Joined
-
Last visited
-
Days Won
35
Posts posted by Shin
-
-
https://github.com/FrancescoBorzi/why-I-hate-wow-private-servers#disclaimer-for-fellow-developers
Disclaimer for fellow developers
IF YOU ARE A WOW EMULATION ENTUSIAST, READ THIS BEFORE PROCEEDING
Here I'm trying to explain things in a simple way, so what you are going to read might not be 100% technically accurate/detailed but I really did my best to put things in simple words in order to make it understandable for non-developers.
For example:
- I'm aware of GPL not being exaclty like AGPL and I'm aware of the ASP loophole issue
- I know that MaNGOS comes from WoWDaemon and I know that "MaNGOS" wasn't the only piece but to be fair I should mention other projects of the MaNGOS ecosystem such as ScritpDev2, UDB;
- I'm also aware that MaNGOS wasn't the only WoW emulator back in the days (sorry Antrix/Ascent/Arcemu guys! it is absolutely not my intention to belittle your work)
- and I'm probably aware of whatever else you might find not 100% accurate from my article.
HOWEVER... I just didn't want to make my story more technical than it already is, in order to make any random WoW player understand my point.
This is NOT supposed to be an accurate story of WoW emulation. This is just supposed to make non-technical people aware of what's going on behind private servers, as nowadays most of them run on MaNGOS-based cores.
-
I wrote an article explaining why I hate most of the World of Warcraft private servers. This is my personal opinion and if you are a developer I ask you to read the disclaimer first.
I'd appreciate your feedback about it, enjoy!
https://github.com/FrancescoBorzi/why-I-hate-wow-private-servers/blob/master/ENGLISH.md
- 2
-
6 hours ago, Shauren said:
did someone really replace js with lua as output for TS?
Yes
-
Since using LUA one can write code for both the WoW client and the server (using Eluna), I thought it would be interesting to know that whenever you used LUA before, you can now use TypeScript thanks to this transpiler:
https://typescripttolua.github.io/
A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!
TypeScript is a modern language. According to Stackoverflow it was one of the most loved languages of 2018. I've been using it a work and I'm quite happy with it.
-
On 9/21/2018 at 8:55 AM, itsirc said:
clang: error: no such file or directory: '/usr/local/mysql/lib/libmysqlclient_r.dylib'it can't find libmysqlclient_r.dylib, so you need to check where it's located and change your -DMYSQL_LIBRARY param accordingly during step "5) Generate the XCode project files"
-
sorry but there is no record about the presentation and unfortunately the thesis is written in Italian
-
- Popular Post
- Popular Post
It's been almost 10 years that I'm into WoW Emulation, I can still remember the first times when I was 15 playing with the old MaNGOS. At that time I knew almost nothing about the world of programming.
Now I'm 24, I work as software engineer and I'm proud of the many things that I learned thanks to the WoW emulation, that helped me a lot.
A while ago I decided to make my Computer Science Master's Degree thesis about "Open Source Server Applications for MMORPG" which is about MaNGOS and TrinityCore, and the PvP statistics system that I've created for those applications. The degree was a big success and I scored the maximum grade!
That is me (on the left) the day of the degree, during the speech about the thesis:
I'm glad to be part of this community built by passionate people willing to share their skills with others, I always appreciated the spirit of the open source behind the WoW emulation projects and I'm writing this just to thank you all guys, for having created this awesome atmosphere during all these years!
- 1
- 13
-
welcome
-
Looks like a good idea, maybe providing a documentation regarding the format of the files that need to be parsed can help a lot whoever is going to implement this
- 1
-
there is a work in progress:
https://github.com/LuigiElleBalotta/TrinityCoreNET
I guess you can help @gegge with the development
-
13 hours ago, Dibby said:
can any one help me with this I'm getting
ild/src/server/authserver/Release/authserver
clang: error: no such file or directory: '/usr/local/mysql/lib/libmysqlclient_r.dylib'
** BUILD FAILED **
The following build commands failed:
Ld build/src/server/authserver/Release/authserver normal x86_64
(1 failure)
you need to set the following cmake param:
-DMYSQL_LIBRARY=/usr/local/mysql/lib/libmysqlclient_r.dylib \
with the correct path of your libmysqlclient_r.dylib which evidently is not located under /usr/local/mysql/lib/ in your machine.
-
you may be interested in this topic:
https://community.trinitycore.org/topic/10536-trinitycore-as-a-true-mmo-framework/
-
Thanks for your words!
PS, about:
On 2/21/2016, 11:52:33, bbgun21 said:We would contribute ourselves, but we barely know any programming/coding.
This is a good place to learn!
-
from the directory of your TrinityCore sources.
Example:
git clone https://github.com/TrinityCore/TrinityCore.git
cd TrinityCore
now if you want to compile 3.3.5, just type:
git checkout 3.3.5
-
just switch to 3.3.5 branch:
git checkout 3.3.5
and build using:
xcodebuild -target install -config Release
-
On 15/12/2015, 19:33:47, UncleChristiof said:
I've installed WAMP, but there is no mcrypt extension. How i can install it? :3
To be honest I don't use Windows so I don't know how to enable MCRYPT on WAMP.
Let's google it, I'm sure you will find a lot of answers about it:
https://www.google.it/webhp?q=enable+mcrypt+wamp+server#safe=off&q=enable+mcrypt+wamp+server
-
11 hours ago, UncleChristiof said:
There is no any quick and easy way to install php without editing a huge amount of files?
Of course there is, there is LAMP on Linux and WAMP on Windows. And Mac there is already PHP installed, you have just to enable it.
E.g. it's very easy to install everything needed to run the TC-JSON-API on Ubuntu, just by installing LAMP and enabling MCRYPT.
You just need to google these things, feel free to ask if you are in trouble.
-
On 10/12/2015, 13:08:42, UncleChristiof said:
I don't know what I should see when I go to http://localhost/TC-JSON-API/public/index.php, but there is only white page without anything.
Ok so the problem is not Keira2 bu the API. Did you read the instructions ? Pay attention also to Requirements and Troubleshooting, they should help you a lot:
QuoteRequirements:
In order to install this API, your system must have:
- TDB 335.59 or newer
- PHP 5.4 or newer
- Mcrypt PHP Extension
- PHP Sqlite driver (php5-sqlite)
Troubleshooting:
-
Ensure that the entire folder TC-JSON-API (including all its files and subfolders) have the proper file permissions.
-
If you get white page or any error, check storage/logs to understand what happens.
-
If for some reasons the API is not able to read from .env file, you have to configure database manually in config/database.php file.
-
"Top Downloads" is no longer showing the amount of downloads per week/month/year but just the overall values
also below th user name and avatar in every posts:
the "Location" label of the user need a white space after it -
15 hours ago, KingPin said:
damn ssl apparently https != http. who woulda thunk it. should be fixed now, please let me know if you still have issues.
Worked, thanks
-
-
https://github.com/cmangos/mangos-classic/blob/master/src/mangosd/mangosd.conf.dist.in#L241
it would be nice to have that feature, I don't know why TrinityCore dropped(or never implemented) it
-
I'm unable to open that link, the page keeps loading
-
the best thing you can do is using 3.3.5a, manually close all wotlk contents and set the last level to 70
Perché odio la maggior parte dei server privati di WoW
in Italian
Posted
<< Perché i server privati continuano ad essere pieni di bug, nonostante esistono da tantissimi anni? >>
https://github.com/FrancescoBorzi/why-I-hate-wow-private-servers/blob/master/ITALIAN.md