Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] https://www.wowhead.com/wotlk/npc=1864/greater-succubus Is anyone aware of if this NPC is used at al

[DiscordArchive] https://www.wowhead.com/wotlk/npc=1864/greater-succubus Is anyone aware of if this NPC is used at al

[DiscordArchive] https://www.wowhead.com/wotlk/npc=1864/greater-succubus Is anyone aware of if this NPC is used at al

rektbyfaith
Administrator
0
09-02-2023, 12:13 AM
#1
Archived author: Snowcraft • Posted: 2023-09-02T00:13:35.791000+00:00
Original source

https://www.wowhead.com/wotlk/npc=1864/greater-succubus Is anyone aware of if this NPC is used at all for anything whatsoever?
[Embed: Greater Succubus]
The location of this NPC is unknown. In the NPCs category. Added in Classic World of Warcraft. Always up to date with the latest patch (3.4.2).
https://www.wowhead.com/wotlk/npc=1864/greater-succubus
rektbyfaith
09-02-2023, 12:13 AM #1

Archived author: Snowcraft • Posted: 2023-09-02T00:13:35.791000+00:00
Original source

https://www.wowhead.com/wotlk/npc=1864/greater-succubus Is anyone aware of if this NPC is used at all for anything whatsoever?
[Embed: Greater Succubus]
The location of this NPC is unknown. In the NPCs category. Added in Classic World of Warcraft. Always up to date with the latest patch (3.4.2).
https://www.wowhead.com/wotlk/npc=1864/greater-succubus

rektbyfaith
Administrator
0
09-02-2023, 12:13 AM
#2
Archived author: Snowcraft • Posted: 2023-09-02T00:13:48.812000+00:00
Original source

Or is it just a thing that got datamined but remains unused?
rektbyfaith
09-02-2023, 12:13 AM #2

Archived author: Snowcraft • Posted: 2023-09-02T00:13:48.812000+00:00
Original source

Or is it just a thing that got datamined but remains unused?

rektbyfaith
Administrator
0
09-02-2023, 08:58 AM
#3
Archived author: Srzm • Posted: 2023-09-02T08:58:49.422000+00:00
Original source

Since you're looking for something similar as well, I'll repeat my suggestion from above:
why not create a NPC with gossip options giving you the achievement or achievement criteria?

Looking at the definition on how `.achievement add xxx` works, in `cs_achievement.cpp`, function `HandleAchievementAddCommand()` :

```C++
target->CompletedAchievement(achievementEntry);
```

So, my first, very simple try, would be to create a NPC with a simple script where at `OnGossipSelect()` you have a

```C++
player->CompletedAchievement(achievementEntry);
```

That would be my first go. If it does not work, I'd start debugging to find out why.

Apart from that, what stoneharry said to make it work with quests.
rektbyfaith
09-02-2023, 08:58 AM #3

Archived author: Srzm • Posted: 2023-09-02T08:58:49.422000+00:00
Original source

Since you're looking for something similar as well, I'll repeat my suggestion from above:
why not create a NPC with gossip options giving you the achievement or achievement criteria?

Looking at the definition on how `.achievement add xxx` works, in `cs_achievement.cpp`, function `HandleAchievementAddCommand()` :

```C++
target->CompletedAchievement(achievementEntry);
```

So, my first, very simple try, would be to create a NPC with a simple script where at `OnGossipSelect()` you have a

```C++
player->CompletedAchievement(achievementEntry);
```

That would be my first go. If it does not work, I'd start debugging to find out why.

Apart from that, what stoneharry said to make it work with quests.

Recently Browsing
 
Recently Browsing