Skip to content

Instantly share code, notes, and snippets.

View Mortos's full-sized avatar

Der Soulstealer Mortos

View GitHub Profile
@Mortos
Mortos / npc_beastmaster.cpp
Last active January 2, 2016 23:39
Beastmaster - What is this? ---- "The Beastmaster is a level 70 goblin hunter providing free pets to players and acting as a Pet Trainer and Stable Master. He can be found in all races' starting areas on the Arena Tournament realms" ---- This also sells one food of each type of the ones that pets consume. ---- I'm too lazy for doing diffs, here …
/*
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
*
* Copyright (C) 2009-2014 DSS Mortos <dss_mortos@outlook.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
@Mortos
Mortos / Scripts-Commands-Added-.arena-commands-to-handle-sea.diff
Last active August 29, 2015 14:06
An attempt for an arena season reset command for TC
From 38ea1a21f136e335f266888031afadb3d299d5ab Mon Sep 17 00:00:00 2001
From: Mortos <dss_mortos@outlook.com>
Date: Tue, 9 Sep 2014 15:20:29 -0600
Subject: [PATCH] Scripts/Commands: Added .arena commands to handle season
start/end and reset
---
sql/updates/world/2014_XX_XX_XX_trinity_string.sql | 4 +
src/server/game/Accounts/RBAC.h | 4 +
src/server/game/Miscellaneous/Language.h | 6 +-
wget http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.1.zip/download
unzip gsoap_2.8.1.zip
cd gsoap-2.8/
./configure --prefix=/usr
make
make install