Skip to content

Instantly share code, notes, and snippets.

View tje3d's full-sized avatar
🏠
Working from home

Moein Porkamel tje3d

🏠
Working from home
View GitHub Profile
@tje3d
tje3d / crash_npc_high_overlord_saurfangAI.txt
Created March 16, 2018 15:42
Crash Npc High Overlord Saurfang
--- DEBUG: --- START
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff1b1b700 (LWP 13794)]
[New Thread 0x7ffff131a700 (LWP 13795)]
[New Thread 0x7ffff0907700 (LWP 13796)]
[New Thread 0x7ffff0106700 (LWP 13797)]
[New Thread 0x7fffef905700 (LWP 13798)]
@tje3d
tje3d / gonna_go_when_the_volcano_blows.patch
Created January 19, 2018 00:11
Gonna Go When the Volcano Blows
From 8447235c40786024f802f9a592caa89ecdca13c4 Mon Sep 17 00:00:00 2001
From: Moein <tje3d@yahoo.com>
Date: Fri, 19 Jan 2018 03:38:56 +0330
Subject: [PATCH] Achievement Gonna Go When the Volcano Blows
---
sql/custom/world/gonna_go_when_volcano_blows.sql | 4 ++
.../ObsidianSanctum/boss_sartharion.cpp | 83 +++++++++++++++++++++-
2 files changed, 85 insertions(+), 2 deletions(-)
create mode 100644 sql/custom/world/gonna_go_when_volcano_blows.sql
@tje3d
tje3d / panel.js
Created December 25, 2017 15:22
VueJS Dynamic Import Using Laravel-Mix - Webpack
var master = new Vue({
el: '#master',
components: {
TicketWidget : () => import('./panel/inc/ticket-widget.vue'),
}
});
From f89fa6404142834b16a6bd54b7650eccb5f51e30 Mon Sep 17 00:00:00 2001
From: tje3d <tje3d@yahoo.com>
Date: Thu, 28 Sep 2017 21:28:17 +0330
Subject: [PATCH] wg_tena_gm
---
src/server/game/Battlefield/Battlefield.cpp | 3 ++
.../game/Battlefield/Zones/BattlefieldWG.cpp | 52 ++++++++--------------
src/server/game/Battlefield/Zones/BattlefieldWG.h | 2 +
3 files changed, 23 insertions(+), 34 deletions(-)
From 1247667c4f7a9dba28829eb2c88a81c7836773ef Mon Sep 17 00:00:00 2001
From: tje3d <tje3d@yahoo.com>
Date: Thu, 28 Sep 2017 21:33:19 +0330
Subject: [PATCH] wg_tena_teleporter_aura
---
.../game/Battlefield/Zones/BattlefieldWG.cpp | 39 +++++++++++++++-------
src/server/game/Battlefield/Zones/BattlefieldWG.h | 4 ++-
src/server/scripts/Northrend/zone_wintergrasp.cpp | 2 +-
3 files changed, 31 insertions(+), 14 deletions(-)