Skip to content

Instantly share code, notes, and snippets.

View eilo's full-sized avatar

Eilo eilo

View GitHub Profile
@eilo
eilo / full_house.patch
Created April 11, 2013 18:24
full house lady deathwhisper workaround
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp
index d8218aa..6deef8a 100755
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp
@@ -153,6 +153,11 @@ enum EventTypes
EVENT_DARNAVAN_SUNDER_ARMOR = 32,
};
+enum Actions
+{
@eilo
eilo / 2012_11_21_core_intersectray_crashfix_old.patch
Last active December 10, 2015 07:58
IntersectRay crashfix old patch
From d6ba840ac16aca012f9f7d225ad766d3f844726c Mon Sep 17 00:00:00 2001
From: Eilo <eilo2518@gmail.com>
Date: Sat, 21 Nov 2012 01:33:34 -0500
Subject: [PATCH] 1.60 GameObject: Avoiding crashes on IntersectRay due to duplicated models
---
src/server/game/Entities/GameObject/GameObject.cpp | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/server/game/Entities/GameObject/GameObject.cpp b/src/server/game/Entities/GameObject/GameObject.cpp
@eilo
eilo / 2012_12_27_core_intersectray_crashfix.patch
Created December 28, 2012 04:57
IntersectRay crashfix patchfile
From f4c741dfccbd270c669bf7e4f9b5f7c4a745d00f Mon Sep 17 00:00:00 2001
From: Eilo <eilo2518@gmail.com>
Date: Thu, 27 Dec 2012 23:29:13 -0500
Subject: [PATCH] Core/Model: Fix crashes on IntersectRay, original patch and idea by MrSmite
---
src/server/collision/BoundingIntervalHierarchy.h | 3 +++
src/server/collision/Models/GameObjectModel.cpp | 16 +++++++++-------
src/server/collision/Models/WorldModel.cpp | 10 +++++++---
4 files changed, 20 insertions(+), 10 deletions(-)
@eilo
eilo / gist:3080063
Created July 10, 2012 00:23 — forked from vermie/gist:1551680
git
############## details ################
============== structure ================
repository
a tree of objects which are under version control
objects are any of the following:
blob: binary data (usually a file)
tree: points to blobs (files) and other trees (subdirectories)
commit: points to a tree (your projects root directory), and points to the parent commit(s)
@eilo
eilo / gunship_conditions.sql
Created May 28, 2012 02:50
Gunship conditions stuff
-- Añadiendo informacion complementaria de cañones
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (69400, 70173, 69402, 70175, 70374, 70383, 72959);
SET @ENTRYA := 37540;
SET @ENTRYH := 37215;
SET @ENTRYA10H := 38128;
SET @ENTRYH10H := 38129;
SET @ENTRYA25 := 38699;
SET @ENTRYH25 := 38701;
SET @ENTRYA25H := 38700;
SET @ENTRYH25H := 38702;
@eilo
eilo / cannot_emote.patch
Created April 14, 2012 23:47
No emotes (1 file inside)
From 2ced30432aa2a824e3e78953555f29cd36557442 Mon Sep 17 00:00:00 2001
From: Eilo <eilo2518@gmail.com>
Date: Tue, 3 Apr 2012 19:44:02 +0100
Subject: [PATCH] Arena Espectador: varios cambios para que no usen emotes
/lol /lick etc etc
---
src/server/game/Entities/Player/Player.cpp | 3 ---
.../game/Server/Protocol/Handlers/ChatHandler.cpp | 7 +++++++
1 files changed, 7 insertions(+)
@eilo
eilo / cannot_chat_spectator1.patch
Created April 14, 2012 23:37
Forbidding chat to espectators (there are 2 patch files inside)
From ba90ed38389fc1042455446900333e51c8e25012 Mon Sep 17 00:00:00 2001
From: Eilo <eilo2518@gmail.com>
Date: Wed, 28 Mar 2012 03:14:30 -0500
Subject: [PATCH] =?UTF-8?q?Arena=20Espectador:=20A=C3=B1adiendo=20el=20LANG=20?=
=?UTF-8?q?de=20lo=20del=20chat=20:S=20q=20askito=20tengo=20al=20final=20he=20?=
=?UTF-8?q?tenido=20q=20usarlo=20jaja?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@eilo
eilo / resistencias_binarias.patch
Created March 28, 2012 18:00
Resistencias binarias ingresado el 14 de marzo (Emulador de 24 diciembre)
From efc5c8e926a33b1b761bd8707a0059b728bb318f Mon Sep 17 00:00:00 2001
From: Eilo <eilo2518@gmail.com>
Date: Wed, 14 Mar 2012 13:04:14 -0500
Subject: [PATCH 17/27] 0.17 Resistencias Binarias
---
src/server/game/Entities/GameObject/GameObject.cpp | 2 +
src/server/game/Entities/Player/Player.cpp | 6 +-
src/server/game/Entities/Player/Player.h | 3 +-
src/server/game/Entities/Unit/StatSystem.cpp | 6 +
@eilo
eilo / icecrown_citadel_trshmobs_patch
Created March 23, 2012 17:49
icecrown_citadel_trashmobs.patch
From 84d87dd290d3a44152fa3964edb7302014da052e Mon Sep 17 00:00:00 2001
From: Eilo <eilo2518@gmail.com>
Date: Fri, 16 Dec 2011 17:56:14 -0500
Subject: [PATCH 33/65] 2.2.30 ICC: Trashmob implementacion completa
---
.../reanemu/2011_11_25_100_world_trashmobs_icc.sql | 150 ++
src/server/game/Scripting/ScriptLoader.cpp | 3 +-
src/server/scripts/Northrend/CMakeLists.txt | 1 +
.../IcecrownCitadel/icecrown_citadel_trashmobs.cpp | 2760 ++++++++++++++++++++