Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Is it possible to give the ability to have pets...

[DiscordArchive] Is it possible to give the ability to have pets...

[DiscordArchive] Is it possible to give the ability to have pets...

Pages (31): Previous 1 2 3 4 5 6 31 Next  
rektbyfaith
Administrator
0
09-04-2025, 06:12 AM
#31
Archived author: Ergo • Posted: 2025-09-04T06:12:33.091000+00:00
Original source


[Image: image.png?ex=690c3c51&is=690aead1&hm=6d7...2f2445935&]
rektbyfaith
09-04-2025, 06:12 AM #31

Archived author: Ergo • Posted: 2025-09-04T06:12:33.091000+00:00
Original source


[Image: image.png?ex=690c3c51&is=690aead1&hm=6d7...2f2445935&]

rektbyfaith
Administrator
0
09-04-2025, 06:12 AM
#32
Archived author: Ergo • Posted: 2025-09-04T06:12:38.175000+00:00
Original source

The purchase button is not really working tho
rektbyfaith
09-04-2025, 06:12 AM #32

Archived author: Ergo • Posted: 2025-09-04T06:12:38.175000+00:00
Original source

The purchase button is not really working tho

rektbyfaith
Administrator
0
09-04-2025, 06:14 AM
#33
Archived author: Ergo • Posted: 2025-09-04T06:14:32.221000+00:00
Original source

```
INSERT INTO playercreateinfo_spell_custom (racemask, classmask, Spell, Note) VALUES
(0, 0xFFFF ^ 0x0004, 1515, 'Tame Beast'), -- Exclude Hunters if desired, but add to all (classmask 0xFFFF for all classes)
(0, 0xFFFF, 883, 'Call Pet 1'),
(0, 0xFFFF, 83242, 'Call Pet 2'), -- Up to Call Pet 5 (83245)
(0, 0xFFFF, 2641, 'Dismiss Pet'),
(0, 0xFFFF, 982, 'Revive Pet'),
(0, 0xFFFF, 136, 'Mend Pet'),
(0, 0xFFFF, 6991, 'Feed Pet'),
(0, 0xFFFF, 1462, 'Beast Lore'),
(0, 0xFFFF, 5149, 'Beast Training'); -- Pet talent menu
```
rektbyfaith
09-04-2025, 06:14 AM #33

Archived author: Ergo • Posted: 2025-09-04T06:14:32.221000+00:00
Original source

```
INSERT INTO playercreateinfo_spell_custom (racemask, classmask, Spell, Note) VALUES
(0, 0xFFFF ^ 0x0004, 1515, 'Tame Beast'), -- Exclude Hunters if desired, but add to all (classmask 0xFFFF for all classes)
(0, 0xFFFF, 883, 'Call Pet 1'),
(0, 0xFFFF, 83242, 'Call Pet 2'), -- Up to Call Pet 5 (83245)
(0, 0xFFFF, 2641, 'Dismiss Pet'),
(0, 0xFFFF, 982, 'Revive Pet'),
(0, 0xFFFF, 136, 'Mend Pet'),
(0, 0xFFFF, 6991, 'Feed Pet'),
(0, 0xFFFF, 1462, 'Beast Lore'),
(0, 0xFFFF, 5149, 'Beast Training'); -- Pet talent menu
```

rektbyfaith
Administrator
0
09-04-2025, 06:14 AM
#34
Archived author: Ergo • Posted: 2025-09-04T06:14:49.460000+00:00
Original source

The Call Pet 2 didnt work so I only did Call Pet 1
rektbyfaith
09-04-2025, 06:14 AM #34

Archived author: Ergo • Posted: 2025-09-04T06:14:49.460000+00:00
Original source

The Call Pet 2 didnt work so I only did Call Pet 1

rektbyfaith
Administrator
0
09-04-2025, 06:15 AM
#35
Archived author: Ergo • Posted: 2025-09-04T06:15:05.362000+00:00
Original source

this makes it so that when you create a new character it learns those spells
rektbyfaith
09-04-2025, 06:15 AM #35

Archived author: Ergo • Posted: 2025-09-04T06:15:05.362000+00:00
Original source

this makes it so that when you create a new character it learns those spells

rektbyfaith
Administrator
0
09-04-2025, 06:16 AM
#36
Archived author: Ergo • Posted: 2025-09-04T06:16:04.204000+00:00
Original source

I had to change something in some cpp file because azerothcore detects if a character knows a skill they shouldnt know and deletes it, it will show you an error message on your worldserver
rektbyfaith
09-04-2025, 06:16 AM #36

Archived author: Ergo • Posted: 2025-09-04T06:16:04.204000+00:00
Original source

I had to change something in some cpp file because azerothcore detects if a character knows a skill they shouldnt know and deletes it, it will show you an error message on your worldserver

rektbyfaith
Administrator
0
09-04-2025, 06:16 AM
#37
Archived author: Ergo • Posted: 2025-09-04T06:16:39.007000+00:00
Original source

all but Beast Training (passive) require level 10 so it wont work unless you change that
rektbyfaith
09-04-2025, 06:16 AM #37

Archived author: Ergo • Posted: 2025-09-04T06:16:39.007000+00:00
Original source

all but Beast Training (passive) require level 10 so it wont work unless you change that

rektbyfaith
Administrator
0
09-04-2025, 06:18 AM
#38
Archived author: Ergo • Posted: 2025-09-04T06:18:35.390000+00:00
Original source

Also I havent been able to find the way to make this woman talk to me
rektbyfaith
09-04-2025, 06:18 AM #38

Archived author: Ergo • Posted: 2025-09-04T06:18:35.390000+00:00
Original source

Also I havent been able to find the way to make this woman talk to me

rektbyfaith
Administrator
0
09-04-2025, 06:18 AM
#39
Archived author: Ergo • Posted: 2025-09-04T06:18:39.777000+00:00
Original source


[Image: image.png?ex=690c3dbf&is=690aec3f&hm=883...80c049d61&]
rektbyfaith
09-04-2025, 06:18 AM #39

Archived author: Ergo • Posted: 2025-09-04T06:18:39.777000+00:00
Original source


[Image: image.png?ex=690c3dbf&is=690aec3f&hm=883...80c049d61&]

rektbyfaith
Administrator
0
09-04-2025, 06:20 AM
#40
Archived author: Uniquisher • Posted: 2025-09-04T06:20:41.330000+00:00
Original source

There is another class_hunter check for pet trainer, i think that's all that was required but I might be wrong
rektbyfaith
09-04-2025, 06:20 AM #40

Archived author: Uniquisher • Posted: 2025-09-04T06:20:41.330000+00:00
Original source

There is another class_hunter check for pet trainer, i think that's all that was required but I might be wrong

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