|
| go_ulduar_pure_saronite_deposit () |
|
bool | OnGossipHello (Player *plr, GameObject *go) override |
|
bool | IsDatabaseBound () const override |
|
virtual bool | OnGossipSelect (Player *, GameObject *, uint32, uint32) |
|
virtual bool | OnGossipSelectCode (Player *, GameObject *, uint32, uint32, const char *) |
|
virtual bool | OnQuestAccept (Player *, GameObject *, Quest const *) |
|
virtual bool | OnQuestReward (Player *, GameObject *, Quest const *, uint32) |
|
virtual uint32 | GetDialogStatus (Player *, GameObject *) |
|
virtual void | OnDestroyed (GameObject *, Player *) |
|
virtual void | OnDamaged (GameObject *, Player *) |
|
virtual void | OnModifyHealth (GameObject *, Unit *, int32 &, SpellInfo const *) |
|
virtual void | OnLootStateChanged (GameObject *, uint32, Unit *) |
|
virtual void | OnGameObjectStateChanged (GameObject *, uint32) |
|
virtual GameObjectAI * | GetAI (GameObject *) const |
|
virtual bool | isAfterLoadScript () const |
|
virtual void | checkValidity () |
|
const std::string & | GetName () const |
|
uint16 | GetTotalAvailableHooks () |
|
virtual void | OnUpdate (GameObject *, uint32) |
|
◆ go_ulduar_pure_saronite_deposit()
go_ulduar_pure_saronite_deposit::go_ulduar_pure_saronite_deposit |
( |
| ) |
|
|
inline |
Definition GameObjectScript.h:25
◆ OnGossipHello()
bool go_ulduar_pure_saronite_deposit::OnGossipHello |
( |
Player * |
plr, |
|
|
GameObject * |
go |
|
) |
| |
|
inlineoverridevirtual |
Reimplemented from GameObjectScript.
638 {
640 return false;
641
644 {
645 std::string accountName;
647 sBan->BanAccount(accountName,
"0s",
"Tele hack",
"Server");
648 return true;
649 }
650
651 return false;
652 }
#define sBan
Definition BanMgr.h:48
@ DONE
Definition InstanceScript.h:61
Definition InstanceScript.h:143
WorldSession * GetSession() const
Definition Player.h:2005
bool IsGameMaster() const
Definition Player.h:1175
InstanceScript * GetInstanceScript() const
Definition Object.cpp:1203
uint32 GetAccountId() const
Definition WorldSession.h:375
bool GetName(uint32 accountId, std::string &name)
Definition AccountMgr.cpp:257
@ TYPE_XT002
Definition ulduar.h:35
@ TYPE_HODIR
Definition ulduar.h:40
@ TYPE_FREYA
Definition ulduar.h:39
@ TYPE_MIMIRON
Definition ulduar.h:41
@ TYPE_THORIM
Definition ulduar.h:42
References DONE, WorldSession::GetAccountId(), WorldObject::GetInstanceScript(), AccountMgr::GetName(), Player::GetSession(), Player::IsGameMaster(), sBan, TYPE_FREYA, TYPE_HODIR, TYPE_MIMIRON, TYPE_THORIM, and TYPE_XT002.
The documentation for this class was generated from the following file: