This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* developed by irancore.ir | |
* | |
* Default All Talent Active For + Lvl 10 | |
* | |
* My Discord : Ac_Dev#8552 | |
*/ | |
#include "GameObject.h" | |
#include "SpellInfo.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* orginal code by ?? | |
* developed for last rev && added more option by irancore.ir | |
* | |
* import to database - auth - allow to player use cmd | |
REPLACE INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 525); | |
* import to database - world - Passive report chat cencured to gms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Developed By IranCore.Ir | |
#include "ScriptPCH.h" | |
#include "AccountMgr.h" | |
class item_vip_active : public ItemScript | |
{ | |
public: | |
item_vip_active() : ItemScript("item_vip_active") {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Original Script was done by Teiby from emu-devstore | |
Last Update and added cmd watching by irancore.ir | |
*/ | |
#include "Battlefield.h" | |
#include "BattlefieldMgr.h" | |
#include "Battleground.h" | |
#include "CellImpl.h" | |
#include "CreatureTextMgr.h" | |
#include "GridNotifiers.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ScriptPCH.h" | |
#include "Chat.h" | |
#include "InstanceSaveMgr.h" | |
class world_chat : public CommandScript | |
{ | |
public: | |
world_chat() : CommandScript("world_chat"){} | |
ChatCommand * GetCommands() const |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 17f4d78f7c212918b58cde747e5e0e9fc09d2d21 Mon Sep 17 00:00:00 2001 | |
From: irancore <[email protected]> | |
Date: Thu, 9 Aug 2018 17:00:06 +0430 | |
Subject: [PATCH] CCDelay last rev | |
--- | |
src/server/game/Spells/Spell.cpp | 202 ++++++++++++++++++++++++++++++++++++++- | |
src/server/game/Spells/Spell.h | 2 + | |
2 files changed, 202 insertions(+), 2 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
<---------------------------------------------------------------------------> | |
- original author: unknown ?! | |
- Developer(s): Amir_Cinderella | |
- Complete: %100 | |
- ScriptName: 'Chat censure' | |
- Comment: untested. | |
<---------------------------------------------------------------------------> | |
*/ | |
#include "ScriptPCH.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AccountMounts : public PlayerScript | |
{ | |
static const bool limitrace = false; // This set to true will only learn mounts from chars on the same team, do what you want. | |
public: | |
AccountMounts() : PlayerScript("AccountMounts") { } | |
void OnLogin(Player* pPlayer) | |
{ | |
std::vector<uint32> Guids; | |
QueryResult result1 = CharacterDatabase.PQuery("SELECT guid, race FROM characters WHERE account = %u", pPlayer->GetSession()->GetAccountId()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// coded by amir_cinderella -- skype : amir.cinderella | |
#include "Config.h" | |
class levelrewardonlevel : public PlayerScript | |
{ | |
public: | |
levelrewardonlevel() : PlayerScript("levelrewardonlevel") { } | |
void OnLevelChanged(Player* player, uint8 oldLevel) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Coded By Amir_Cinderella | |
Skype : Amir.Cinderella | |
Email : [email protected] | |
WebSite : WwW.IranCore.Ir | |
*/ | |
#include "ScriptPCH.h" | |
#include "ScriptedGossip.h" | |
#include "Player.h" | |
#include "GossipDef.h" | |
#include "Spell.h" |
NewerOlder