Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] So I'm too the point where I want to start customizing some things that have bothered me from day 1.

[DiscordArchive] So I'm too the point where I want to start customizing some things that have bothered me from day 1.

[DiscordArchive] So I'm too the point where I want to start customizing some things that have bothered me from day 1.

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
08-29-2022, 03:17 AM
#11
Archived author: Kek • Posted: 2022-08-29T03:17:27.373000+00:00
Original source

Here's an example of one of mine:
```sql
--
-- Various fixes/changes
--

-- fix uninteractable object
UPDATE `gameobject` SET `state` = 1 WHERE `guid` in (10354,10333);

-- made quest able to start when alchemy is picked up
UPDATE `quest_template_addon` SET `RequiredSkillPoints` = 1 WHERE `ID` = 1581;
UPDATE `quest_template` SET `QuestLevel` = 7 WHERE `ID` = 1581;
```
rektbyfaith
08-29-2022, 03:17 AM #11

Archived author: Kek • Posted: 2022-08-29T03:17:27.373000+00:00
Original source

Here's an example of one of mine:
```sql
--
-- Various fixes/changes
--

-- fix uninteractable object
UPDATE `gameobject` SET `state` = 1 WHERE `guid` in (10354,10333);

-- made quest able to start when alchemy is picked up
UPDATE `quest_template_addon` SET `RequiredSkillPoints` = 1 WHERE `ID` = 1581;
UPDATE `quest_template` SET `QuestLevel` = 7 WHERE `ID` = 1581;
```

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)