Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
npc_innkeeper.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "GameEventMgr.h"
#include "Player.h"
#include "WorldSession.h"
Include dependency graph for npc_innkeeper.cpp:

Go to the source code of this file.

Classes

class  npc_innkeeper

Macros

#define LOCALE_INNKEEPER_0   "Make this inn my home."
#define LOCALE_INNKEEPER_3   "Ich möchte dieses Gasthaus zu meinem Heimatort machen."
#define LOCALE_TRICK_OR_TREAT_0   "Trick or Treat!"
#define LOCALE_TRICK_OR_TREAT_2   "Des bonbons ou des blagues!"
#define LOCALE_TRICK_OR_TREAT_3   "Süßes oder Saures!"
#define LOCALE_TRICK_OR_TREAT_6   "¡Truco o trato!"

Enumerations

enum  Spells { SPELL_TRICK_OR_TREATED = 24755 , SPELL_TREAT = 24715 }

Functions

void AddSC_npc_innkeeper ()

Macro Definition Documentation

◆ LOCALE_INNKEEPER_0

#define LOCALE_INNKEEPER_0   "Make this inn my home."

Definition at line 32 of file npc_innkeeper.cpp.

Referenced by npc_innkeeper::OnGossipHello().

◆ LOCALE_INNKEEPER_3

#define LOCALE_INNKEEPER_3   "Ich möchte dieses Gasthaus zu meinem Heimatort machen."

Definition at line 33 of file npc_innkeeper.cpp.

Referenced by npc_innkeeper::OnGossipHello().

◆ LOCALE_TRICK_OR_TREAT_0

#define LOCALE_TRICK_OR_TREAT_0   "Trick or Treat!"

Definition at line 27 of file npc_innkeeper.cpp.

Referenced by npc_innkeeper::OnGossipHello().

◆ LOCALE_TRICK_OR_TREAT_2

#define LOCALE_TRICK_OR_TREAT_2   "Des bonbons ou des blagues!"

Definition at line 28 of file npc_innkeeper.cpp.

Referenced by npc_innkeeper::OnGossipHello().

◆ LOCALE_TRICK_OR_TREAT_3

#define LOCALE_TRICK_OR_TREAT_3   "Süßes oder Saures!"

Definition at line 29 of file npc_innkeeper.cpp.

Referenced by npc_innkeeper::OnGossipHello().

◆ LOCALE_TRICK_OR_TREAT_6

#define LOCALE_TRICK_OR_TREAT_6   "¡Truco o trato!"

Definition at line 30 of file npc_innkeeper.cpp.

Referenced by npc_innkeeper::OnGossipHello().

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_TRICK_OR_TREATED 
SPELL_TREAT 

Definition at line 21 of file npc_innkeeper.cpp.

Function Documentation

◆ AddSC_npc_innkeeper()

void AddSC_npc_innkeeper ( )

Definition at line 123 of file npc_innkeeper.cpp.

Referenced by AddWorldScripts().