Skip to content

Instantly share code, notes, and snippets.

View SymbolixDEV's full-sized avatar

SymbolixDEV SymbolixDEV

  • C++,HTML,PHP,Java,CSS- Developer
  • Kubrat,Razgrad [Bulgaria]
View GitHub Profile
/*******************************************************************************************
* __ __ _ *
* /\ \ \___ _ __ ___ ___ ___ / _| |_ *
* / \/ / _ \| '_ ` _ \/ __|/ _ \| |_| __| *
* / /\ / (_) | | | | | \__ \ (_) | _| |_ *
* \_\ \/ \___/|_| |_| |_|___/\___/|_| \__| - www.Nomsoftware.com - *
* The policy of Nomsoftware states: Releasing our software *
* or any other files are protected. You cannot re-release *
*
@SymbolixDEV
SymbolixDEV / prof.cpp
Created May 16, 2013 17:57
Proffesion giver
//fixed Error by SymbolixDEV
//update by : SymbolixDEV
//Script by : ??
#pragma once
#include "ScriptPCH.h"
#include "Language.h"
class skill_npc : public CreatureScript
{
@SymbolixDEV
SymbolixDEV / boss.cpp
Created May 16, 2013 17:55
Boss_announce
//by SymbolixDEV
//Fixed Error SymbolixDEV
//release SymbolixDEV
#include "ScriptPCH.h"
class Boss_Announcer : public PlayerScript
{
public:
Boss_Announcer() : PlayerScript ("Boss_Announcer") {}
diff --git a/sql/Transmogrification/characters.sql b/sql/Transmogrification/characters.sql
new file mode 100644
index 0000000..b575605
--- /dev/null
+++ b/sql/Transmogrification/characters.sql
@@ -0,0 +1,9 @@
+CREATE TABLE `custom_transmogrification` (
+ `GUID` INT(10) UNSIGNED NOT NULL COMMENT 'Item guidLow',
+ `FakeEntry` INT(10) UNSIGNED NOT NULL COMMENT 'Item entry',
+ `Owner` INT(10) UNSIGNED NOT NULL COMMENT 'Player guidLow',
@SymbolixDEV
SymbolixDEV / Download
Created May 16, 2013 17:49
Armory dowloand
https://github.com/Takenbacon/wowarmory/archive/master.zip
@SymbolixDEV
SymbolixDEV / Armory.patch
Created May 16, 2013 17:48
Armory patch
From 2ee283b9f881773bdc34ced971c95b353c993a4f Mon Sep 17 00:00:00 2001
From: takenbacon <[email protected]>
Date: Sat, 30 Mar 2013 13:23:12 -0700
Subject: [PATCH] Updated Armory Patch
---
src/server/game/Achievements/AchievementMgr.cpp | 1 +
src/server/game/Battlegrounds/Battleground.cpp | 47 +++++++++++++
src/server/game/Battlegrounds/Battleground.h | 10 ++-
src/server/game/Entities/Item/Item.cpp | 7 ++
@SymbolixDEV
SymbolixDEV / gist:5593581
Created May 16, 2013 17:44
Rign of valor toggle visual gameobject accordingly
@@ -65,8 +65,6 @@ void BattlegroundRV::PostUpdateImpl(uint32 diff)
SwitchDynLos();
break;
case BG_RV_STATE_SWITCH_PILLARS:
- for (uint8 i = BG_RV_OBJECT_PILAR_1; i <= BG_RV_OBJECT_PULLEY_2; ++i)
- DoorOpen(i);
TogglePillarCollision();
setTimer(BG_RV_PILLAR_SWITCH_TIMER);
break;
@@ -222,6 +220,13 @@ void BattlegroundRV::TogglePillarCollision()
@SymbolixDEV
SymbolixDEV / gist:5577472
Created May 14, 2013 16:46
Crossfaction in bg
src/server/game/Battlegrounds/Battleground.cpp
@@ -624,7 +624,7 @@ inline Player* Battleground::_GetPlayerForTeam(uint32 teamId, BattlegroundPlayer
{
uint32 team = itr->second.Team;
if (!team)
- team = player->GetBGTeam();
+ team = player->GetTeam();
@@ -987,7 +987,6 @@ void Battleground::EndBattleground(uint32 winner)
@SymbolixDEV
SymbolixDEV / Gunship.patch
Last active April 26, 2018 09:30
Gunship.patch
From: Updated by: Toba and Baeumchen (maddin)
Fixed Error by : SymbolixDEV!
Date: Mon, 29 Apr 2013 04:37:58 +0300
Gunship Battle
---
src/server/scripts/Northrend/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/server/scripts/Northrend/CMakeLists.txt b/src/server/scripts/Northrend/CMakeLists.txt
@SymbolixDEV
SymbolixDEV / mmaps.patch
Created May 14, 2013 16:14
MMAPS.PATCH
commit eb20f56ab7a0969099cfab84a65219d251790140
Author: Venugh <[email protected]>
Date: Fri Aug 3 06:37:10 2012 +0200
mmaps patch v 1.0.1
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index d658ba4..48a2fd5 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt