Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Tame Beast Quests Assistance

[DiscordArchive] Tame Beast Quests Assistance

[DiscordArchive] Tame Beast Quests Assistance

Pages (5): Previous 1 2 3 4 5 Next
rektbyfaith
Administrator
0
04-10-2025, 10:07 PM
#31
Archived author: Morfium • Posted: 2025-04-10T22:07:55.712000+00:00
Original source

not exactly sure why the startitem is set.... but I explicitly wrote that in code So maybe it is required
rektbyfaith
04-10-2025, 10:07 PM #31

Archived author: Morfium • Posted: 2025-04-10T22:07:55.712000+00:00
Original source

not exactly sure why the startitem is set.... but I explicitly wrote that in code So maybe it is required

rektbyfaith
Administrator
0
04-10-2025, 10:08 PM
#32
Archived author: Morfium • Posted: 2025-04-10T22:08:38.270000+00:00
Original source

Besides that is just a server script that casts the spell from miscvalueA onto the player upon the taming aura expiring.
rektbyfaith
04-10-2025, 10:08 PM #32

Archived author: Morfium • Posted: 2025-04-10T22:08:38.270000+00:00
Original source

Besides that is just a server script that casts the spell from miscvalueA onto the player upon the taming aura expiring.

rektbyfaith
Administrator
0
04-10-2025, 10:09 PM
#33
Archived author: Cyclone Jack • Posted: 2025-04-10T22:09:08.513000+00:00
Original source

Ya, that gives the item to you.
rektbyfaith
04-10-2025, 10:09 PM #33

Archived author: Cyclone Jack • Posted: 2025-04-10T22:09:08.513000+00:00
Original source

Ya, that gives the item to you.

rektbyfaith
Administrator
0
04-10-2025, 10:09 PM
#34
Archived author: Morfium • Posted: 2025-04-10T22:09:30.007000+00:00
Original source

Oh... that makes sense.
rektbyfaith
04-10-2025, 10:09 PM #34

Archived author: Morfium • Posted: 2025-04-10T22:09:30.007000+00:00
Original source

Oh... that makes sense.

rektbyfaith
Administrator
0
04-10-2025, 10:15 PM
#35
Archived author: Cyclone Jack • Posted: 2025-04-10T22:15:01.701000+00:00
Original source

I may have something. I think I had one of the fields flipped.
rektbyfaith
04-10-2025, 10:15 PM #35

Archived author: Cyclone Jack • Posted: 2025-04-10T22:15:01.701000+00:00
Original source

I may have something. I think I had one of the fields flipped.

rektbyfaith
Administrator
0
04-10-2025, 10:18 PM
#36
Archived author: Cyclone Jack • Posted: 2025-04-10T22:18:05.126000+00:00
Original source

I had EffectDieSides_2 flipped. So now the quest starts properly! . . . But doesn't complete upon taming. One step at a time I guess.
rektbyfaith
04-10-2025, 10:18 PM #36

Archived author: Cyclone Jack • Posted: 2025-04-10T22:18:05.126000+00:00
Original source

I had EffectDieSides_2 flipped. So now the quest starts properly! . . . But doesn't complete upon taming. One step at a time I guess.

rektbyfaith
Administrator
0
04-10-2025, 10:19 PM
#37
Archived author: Morfium • Posted: 2025-04-10T22:19:54.566000+00:00
Original source

Nice
rektbyfaith
04-10-2025, 10:19 PM #37

Archived author: Morfium • Posted: 2025-04-10T22:19:54.566000+00:00
Original source

Nice

rektbyfaith
Administrator
0
04-10-2025, 11:10 PM
#38
Archived author: Cyclone Jack • Posted: 2025-04-10T23:10:55.771000+00:00
Original source

I noticed that one of the BE spells uses EffectBasePoints_2 to point back to itself (the non-quest complete entry), but doing the same to my entries did not resolve the issue.
rektbyfaith
04-10-2025, 11:10 PM #38

Archived author: Cyclone Jack • Posted: 2025-04-10T23:10:55.771000+00:00
Original source

I noticed that one of the BE spells uses EffectBasePoints_2 to point back to itself (the non-quest complete entry), but doing the same to my entries did not resolve the issue.

rektbyfaith
Administrator
0
04-10-2025, 11:24 PM
#39
Archived author: Cyclone Jack • Posted: 2025-04-10T23:24:19.014000+00:00
Original source

Is that the SpellAuraEffects entry? eg: case spellA finalSpellId = spellB
rektbyfaith
04-10-2025, 11:24 PM #39

Archived author: Cyclone Jack • Posted: 2025-04-10T23:24:19.014000+00:00
Original source

Is that the SpellAuraEffects entry? eg: case spellA finalSpellId = spellB

rektbyfaith
Administrator
0
04-10-2025, 11:33 PM
#40
Archived author: Morfium • Posted: 2025-04-10T23:33:08.594000+00:00
Original source

```typescript
function tamingRodFn(effect: TSAuraEffect,app: TSAuraApplication, modes: AuraEffectHandleMode, cancel: TSMutable<boolean, boolean>) : void {
if(app.GetRemoveMode() === AuraRemoveMode.BY_EXPIRE) {
effect.GetCaster().CastSpell(app.GetTarget(), effect.GetSpellInfo().GetEffect(1).GetBasePoints(), true);
}
}
```
rektbyfaith
04-10-2025, 11:33 PM #40

Archived author: Morfium • Posted: 2025-04-10T23:33:08.594000+00:00
Original source

```typescript
function tamingRodFn(effect: TSAuraEffect,app: TSAuraApplication, modes: AuraEffectHandleMode, cancel: TSMutable<boolean, boolean>) : void {
if(app.GetRemoveMode() === AuraRemoveMode.BY_EXPIRE) {
effect.GetCaster().CastSpell(app.GetTarget(), effect.GetSpellInfo().GetEffect(1).GetBasePoints(), true);
}
}
```

Pages (5): Previous 1 2 3 4 5 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)