Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Did you add the weapon to them?

[DiscordArchive] Did you add the weapon to them?

[DiscordArchive] Did you add the weapon to them?

rektbyfaith
Administrator
0
02-09-2025, 01:19 PM
#1
Archived author: Ryan Turner • Posted: 2025-02-09T13:19:45.105000+00:00
Original source

Did you add the weapon to them?
rektbyfaith
02-09-2025, 01:19 PM #1

Archived author: Ryan Turner • Posted: 2025-02-09T13:19:45.105000+00:00
Original source

Did you add the weapon to them?

rektbyfaith
Administrator
0
02-09-2025, 01:22 PM
#2
Archived author: 老爷爷 • Posted: 2025-02-09T13:22:49.938000+00:00
Original source


[Image: Image_1739107293629.png?ex=690bf869&is=6...faa98e2e2&]

[Image: Image_1739107299065.png?ex=690bf869&is=6...78b5ba19e&]

[Image: Image_1739107303747.png?ex=690bf869&is=6...cd177b9ff&]

[Image: Image_1739107287813.png?ex=690bf869&is=6...0db30f8a3&]
rektbyfaith
02-09-2025, 01:22 PM #2

Archived author: 老爷爷 • Posted: 2025-02-09T13:22:49.938000+00:00
Original source


[Image: Image_1739107293629.png?ex=690bf869&is=6...faa98e2e2&]

[Image: Image_1739107299065.png?ex=690bf869&is=6...78b5ba19e&]

[Image: Image_1739107303747.png?ex=690bf869&is=6...cd177b9ff&]

[Image: Image_1739107287813.png?ex=690bf869&is=6...0db30f8a3&]

rektbyfaith
Administrator
0
02-09-2025, 01:25 PM
#3
Archived author: 老爷爷 • Posted: 2025-02-09T13:25:55.234000+00:00
Original source

`-- add creature
SET @CGUID := 452;
DELETE FROM `creature` WHERE `id1` = 26280 AND `guid` = @CGUID;
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(@CGUID, 26280, 0, 0, 571, 65, 4157, 1, 1, 0, 3373.642822265625, 2584.31494140625, 42.15882492065429687, 1.623156189918518066, 120, 0, 0, 9291, 3231, 0, 0, 0, 0, '', 58629, 0, NULL);

DELETE FROM `creature_addon` WHERE (`guid` IN (@CGUID));
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID, 0, 0, 0, 1, 0, 0, '');`
rektbyfaith
02-09-2025, 01:25 PM #3

Archived author: 老爷爷 • Posted: 2025-02-09T13:25:55.234000+00:00
Original source

`-- add creature
SET @CGUID := 452;
DELETE FROM `creature` WHERE `id1` = 26280 AND `guid` = @CGUID;
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(@CGUID, 26280, 0, 0, 571, 65, 4157, 1, 1, 0, 3373.642822265625, 2584.31494140625, 42.15882492065429687, 1.623156189918518066, 120, 0, 0, 9291, 3231, 0, 0, 0, 0, '', 58629, 0, NULL);

DELETE FROM `creature_addon` WHERE (`guid` IN (@CGUID));
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(@CGUID, 0, 0, 0, 1, 0, 0, '');`

rektbyfaith
Administrator
0
02-09-2025, 01:28 PM
#4
Archived author: Revision • Posted: 2025-02-09T13:28:13.108000+00:00
Original source

WTS code blocks, $0
rektbyfaith
02-09-2025, 01:28 PM #4

Archived author: Revision • Posted: 2025-02-09T13:28:13.108000+00:00
Original source

WTS code blocks, $0

rektbyfaith
Administrator
0
02-09-2025, 01:28 PM
#5
Archived author: Revision • Posted: 2025-02-09T13:28:23.185000+00:00
Original source

You also don't have equipment_id set to 1
rektbyfaith
02-09-2025, 01:28 PM #5

Archived author: Revision • Posted: 2025-02-09T13:28:23.185000+00:00
Original source

You also don't have equipment_id set to 1

rektbyfaith
Administrator
0
02-09-2025, 01:28 PM
#6
Archived author: Revision • Posted: 2025-02-09T13:28:28.197000+00:00
Original source

in the creatures table
rektbyfaith
02-09-2025, 01:28 PM #6

Archived author: Revision • Posted: 2025-02-09T13:28:28.197000+00:00
Original source

in the creatures table

rektbyfaith
Administrator
0
02-09-2025, 01:29 PM
#7
Archived author: Ryan Turner • Posted: 2025-02-09T13:29:53.932000+00:00
Original source

Grandpa when you share codeblock please use gist or pastebin otherwise makes it hard to see but as revision said you have no id set for the equipment (in the creature)
rektbyfaith
02-09-2025, 01:29 PM #7

Archived author: Ryan Turner • Posted: 2025-02-09T13:29:53.932000+00:00
Original source

Grandpa when you share codeblock please use gist or pastebin otherwise makes it hard to see but as revision said you have no id set for the equipment (in the creature)

rektbyfaith
Administrator
0
02-09-2025, 01:34 PM
#8
Archived author: 老爷爷 • Posted: 2025-02-09T13:34:57.555000+00:00
Original source

Thank you
rektbyfaith
02-09-2025, 01:34 PM #8

Archived author: 老爷爷 • Posted: 2025-02-09T13:34:57.555000+00:00
Original source

Thank you

rektbyfaith
Administrator
0
02-09-2025, 02:32 PM
#9
Archived author: sudlud • Posted: 2025-02-09T14:32:36.871000+00:00
Original source

Or as revision suggested use code block in discord when pasting more than one line
rektbyfaith
02-09-2025, 02:32 PM #9

Archived author: sudlud • Posted: 2025-02-09T14:32:36.871000+00:00
Original source

Or as revision suggested use code block in discord when pasting more than one line

Recently Browsing
 
Recently Browsing