|
| | instance_deadmines_InstanceMapScript (Map *map) |
| |
| void | Initialize () override |
| |
| void | OnGameObjectCreate (GameObject *gameobject) override |
| |
| void | SetData (uint32 type, uint32 data) override |
| |
| std::string | GetSaveData () override |
| |
| void | Load (const char *in) override |
| |
| | InstanceScript (Map *map) |
| |
| | ~InstanceScript () override |
| |
| virtual void | CreatureLooted (Creature *, LootType) |
| |
| void | SaveToDB () |
| |
| virtual void | Update (uint32) |
| |
| virtual bool | IsEncounterInProgress () const |
| |
| void | OnCreatureCreate (Creature *creature) override |
| |
| void | OnCreatureRemove (Creature *creature) override |
| |
| void | OnGameObjectCreate (GameObject *go) override |
| |
| void | OnGameObjectRemove (GameObject *go) override |
| |
| ObjectGuid | GetObjectGuid (uint32 type) const |
| |
| ObjectGuid | GetGuidData (uint32 type) const override |
| |
| Creature * | GetCreature (uint32 type) |
| |
| GameObject * | GetGameObject (uint32 type) |
| |
| virtual void | OnPlayerEnter (Player *) |
| |
| virtual void | OnPlayerLeave (Player *) |
| |
| virtual void | OnPlayerAreaUpdate (Player *, uint32, uint32) |
| |
| virtual void | OnPlayerInWaterStateUpdate (Player *, bool) |
| |
| void | HandleGameObject (ObjectGuid guid, bool open, GameObject *go=nullptr) |
| |
| void | DoUseDoorOrButton (ObjectGuid guid, uint32 withRestoreTime=0, bool useAlternativeState=false) |
| |
| void | DoRespawnGameObject (ObjectGuid guid, uint32 timeToDespawn=MINUTE) |
| |
| void | DoRespawnGameObject (uint32 type) |
| |
| void | DoRespawnCreature (ObjectGuid guid, bool force=false) |
| |
| void | DoRespawnCreature (uint32 type, bool force=false) |
| |
| void | DoUpdateWorldState (uint32 worldstateId, uint32 worldstateValue) |
| |
| void | DoSendNotifyToInstance (char const *format,...) |
| |
| void | DoUpdateAchievementCriteria (AchievementCriteriaTypes type, uint32 miscValue1=0, uint32 miscValue2=0, Unit *unit=nullptr) |
| |
| void | DoStartTimedAchievement (AchievementCriteriaTimedTypes type, uint32 entry) |
| |
| void | DoStopTimedAchievement (AchievementCriteriaTimedTypes type, uint32 entry) |
| |
| void | DoRemoveAurasDueToSpellOnPlayers (uint32 spell) |
| |
| void | DoCastSpellOnPlayers (uint32 spell) |
| |
| void | DoCastSpellOnPlayer (Player *player, uint32 spell, bool includePets, bool includeControlled) |
| |
| bool | ServerAllowsTwoSideGroups () |
| |
| virtual bool | SetBossState (uint32 id, EncounterState state) |
| |
| EncounterState | GetBossState (uint32 id) const |
| |
| CreatureBoundary const * | GetBossBoundary (uint32 id) const |
| |
| BossInfo const * | GetBossInfo (uint32 id) const |
| |
| uint32 | GetPersistentData (uint32 index) const |
| |
| void | StorePersistentData (uint32 index, uint32 data) |
| |
| virtual bool | CheckAchievementCriteriaMeet (uint32, Player const *, Unit const *=nullptr, uint32=0) |
| |
| virtual bool | CheckRequiredBosses (uint32, Player const *=nullptr) const |
| |
| void | SetCompletedEncountersMask (uint32 newMask, bool save) |
| |
| uint32 | GetCompletedEncounterMask () const |
| |
| void | SendEncounterUnit (uint32 type, Unit *unit=nullptr, uint8 param1=0, uint8 param2=0) |
| |
| virtual void | FillInitialWorldStates (WorldPackets::WorldState::InitWorldStates &) |
| |
| uint32 | GetEncounterCount () const |
| |
| void | MarkAreaTriggerDone (uint32 id) |
| |
| void | ResetAreaTriggerDone (uint32 id) |
| |
| bool | IsAreaTriggerDone (uint32 id) const |
| |
| virtual void | DoAction (int32) |
| |
| void | DoForAllMinions (uint32 id, std::function< void(Creature *)> exec) |
| |
| void | StoreGameObjectState (ObjectGuid::LowType spawnId, uint8 state) |
| |
| uint8 | GetStoredGameObjectState (ObjectGuid::LowType spawnId) const |
| |
| void | LoadInstanceSavedGameobjectStateData () |
| |
| bool | IsBossDone (uint32 bossId) const |
| |
| bool | AllBossesDone () const |
| |
| bool | AllBossesDone (std::initializer_list< uint32 > bossIds) const |
| |
| TeamId | GetTeamIdInInstance () const |
| |
| void | SetTeamIdInInstance (TeamId teamId) |
| |
| bool | IsTwoFactionInstance () const |
| |
| | ZoneScript () |
| |
| virtual | ~ZoneScript () |
| |
| virtual uint32 | GetCreatureEntry (ObjectGuid::LowType, CreatureData const *data) |
| |
| virtual uint32 | GetGameObjectEntry (ObjectGuid::LowType, uint32 entry) |
| |
| virtual void | OnUnitDeath (Unit *) |
| |
| virtual void | OnCreatureEvade (Creature *) |
| |
| virtual void | SetGuidData (uint32, ObjectGuid) |
| |
| virtual uint64 | GetData64 (uint32) const |
| |
| virtual void | SetData64 (uint32, uint64) |
| |
| virtual uint32 | GetData (uint32) const |
| |
| virtual void | ProcessEvent (WorldObject *, uint32) |
| |
| void instance_deadmines::instance_deadmines_InstanceMapScript::OnGameObjectCreate |
( |
GameObject * |
gameobject | ) |
|
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
40 {
42 {
50 break;
53
56 break;
60 {
62 }
63 break;
64 }
65 }
@ GO_STATE_ACTIVE
Definition GameObjectData.h:691
@ GO_ACTIVATED
Definition GameObject.h:112
@ DONE
Definition InstanceScript.h:61
void SetLootState(LootState s, Unit *unit=nullptr)
Definition GameObject.cpp:2434
ObjectGuid::LowType GetSpawnId() const
Definition GameObject.h:144
void DespawnOrUnsummon(Milliseconds delay=0ms, Seconds forcedRespawnTime=0s)
Definition GameObject.cpp:932
void AllowSaveToDB(bool enable)
Definition GameObject.h:360
uint8 GetStoredGameObjectState(ObjectGuid::LowType spawnId) const
Definition InstanceScript.cpp:848
uint32 GetEntry() const
Definition Object.h:116
@ GO_IRON_CLAD_DOOR
Definition deadmines.h:38
@ GO_FACTORY_DOOR
Definition deadmines.h:35
@ GO_DOOR_LEVER_2
Definition deadmines.h:40
@ GO_DOOR_LEVER_3
Definition deadmines.h:41
@ GO_HEAVY_DOOR_1
Definition deadmines.h:36
@ GO_CANNON
Definition deadmines.h:42
@ GO_DOOR_LEVER_1
Definition deadmines.h:39
@ GO_HEAVY_DOOR_2
Definition deadmines.h:37
@ TYPE_RHAHK_ZOR
Definition deadmines.h:28
References _encounters, GameObject::AllowSaveToDB(), GameObject::DespawnOrUnsummon(), DONE, Object::GetEntry(), GameObject::GetSpawnId(), InstanceScript::GetStoredGameObjectState(), GO_ACTIVATED, GO_CANNON, GO_DOOR_LEVER_1, GO_DOOR_LEVER_2, GO_DOOR_LEVER_3, GO_FACTORY_DOOR, GO_HEAVY_DOOR_1, GO_HEAVY_DOOR_2, GO_IRON_CLAD_DOOR, GO_STATE_ACTIVE, GameObject::SetLootState(), and TYPE_RHAHK_ZOR.