Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] and i just check that 1 npc didn't have loot id, is there any list or some database that i need to l

[DiscordArchive] and i just check that 1 npc didn't have loot id, is there any list or some database that i need to l

[DiscordArchive] and i just check that 1 npc didn't have loot id, is there any list or some database that i need to l

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
08-27-2021, 11:12 AM
#1
Archived author: zxcnxc • Posted: 2021-08-27T11:12:44.493000+00:00
Original source

and i just check that 1 npc didn't have loot id, is there any list or some database that i need to look ?
rektbyfaith
08-27-2021, 11:12 AM #1

Archived author: zxcnxc • Posted: 2021-08-27T11:12:44.493000+00:00
Original source

and i just check that 1 npc didn't have loot id, is there any list or some database that i need to look ?

rektbyfaith
Administrator
0
08-27-2021, 11:12 AM
#2
Archived author: zxcnxc • Posted: 2021-08-27T11:12:46.209000+00:00
Original source


[Image: unknown.png?ex=690bd9ed&is=690a886d&hm=3...f521f0d76&]
rektbyfaith
08-27-2021, 11:12 AM #2

Archived author: zxcnxc • Posted: 2021-08-27T11:12:46.209000+00:00
Original source


[Image: unknown.png?ex=690bd9ed&is=690a886d&hm=3...f521f0d76&]

rektbyfaith
Administrator
0
08-27-2021, 11:34 AM
#3
Archived author: Honey • Posted: 2021-08-27T11:34:44.528000+00:00
Original source

Hi Awanama,

Thanks for helping!
<https://github.com/azerothcore/wiki/blob/bb3c368c8d327176e946de46d5c1f19907e6c75a/docs/sql-standards.md>

Is a good read to start with our SQL standards
rektbyfaith
08-27-2021, 11:34 AM #3

Archived author: Honey • Posted: 2021-08-27T11:34:44.528000+00:00
Original source

Hi Awanama,

Thanks for helping!
<https://github.com/azerothcore/wiki/blob/bb3c368c8d327176e946de46d5c1f19907e6c75a/docs/sql-standards.md>

Is a good read to start with our SQL standards

rektbyfaith
Administrator
0
08-27-2021, 11:38 AM
#4
Archived author: zxcnxc • Posted: 2021-08-27T11:38:12.818000+00:00
Original source

thanks for guide me,
since i took example from this
https://github.com/azerothcore/azerothco...1aa946cca7

is this good enough ?
[Embed: fix(DB/Loot): 'Deadwood Headdress Feather' Drop rates Inaccurate by...]
Changes Proposed:

Changed the drop rates for 'Deadwood Headdress Feather'

Issues Addressed:

Closes #6937
Closes chromiecraft/chromiecraft#1179

SOURCE:

https://tbc.wowhead.com/...
https://github.com/azerothcore/azerothco...1aa946cca7
rektbyfaith
08-27-2021, 11:38 AM #4

Archived author: zxcnxc • Posted: 2021-08-27T11:38:12.818000+00:00
Original source

thanks for guide me,
since i took example from this
https://github.com/azerothcore/azerothco...1aa946cca7

is this good enough ?
[Embed: fix(DB/Loot): 'Deadwood Headdress Feather' Drop rates Inaccurate by...]
Changes Proposed:

Changed the drop rates for 'Deadwood Headdress Feather'

Issues Addressed:

Closes #6937
Closes chromiecraft/chromiecraft#1179

SOURCE:

https://tbc.wowhead.com/...
https://github.com/azerothcore/azerothco...1aa946cca7

rektbyfaith
Administrator
0
08-27-2021, 11:38 AM
#5
Archived author: zxcnxc • Posted: 2021-08-27T11:38:45.363000+00:00
Original source

here sql that i copy from keira3 for this issues
https://github.com/azerothcore/azerothco...ssues/7498
[Image: unknown.png?ex=690be004&is=690a8e84&hm=d...4b21b294b&]

[Embed: Incorrect "Blood Red Key" Droprates · Issue #7498 · azerothcore/aze...]
What client do you play on? enUS Faction Alliance Horde Content Phase: Generic 1-19 20-29 30-39 40-49 50-59 Current Behaviour Original report: Chromie issue#1498 The item &quot;Blood Red Key&am...
https://github.com/azerothcore/azerothco...ssues/7498
rektbyfaith
08-27-2021, 11:38 AM #5

Archived author: zxcnxc • Posted: 2021-08-27T11:38:45.363000+00:00
Original source

here sql that i copy from keira3 for this issues
https://github.com/azerothcore/azerothco...ssues/7498
[Image: unknown.png?ex=690be004&is=690a8e84&hm=d...4b21b294b&]

[Embed: Incorrect "Blood Red Key" Droprates · Issue #7498 · azerothcore/aze...]
What client do you play on? enUS Faction Alliance Horde Content Phase: Generic 1-19 20-29 30-39 40-49 50-59 Current Behaviour Original report: Chromie issue#1498 The item &quot;Blood Red Key&am...
https://github.com/azerothcore/azerothco...ssues/7498

rektbyfaith
Administrator
0
08-27-2021, 11:40 AM
#6
Archived author: zxcnxc • Posted: 2021-08-27T11:40:38.045000+00:00
Original source

just missing lootid for ur'dan. i have no idea what i need to looking for
rektbyfaith
08-27-2021, 11:40 AM #6

Archived author: zxcnxc • Posted: 2021-08-27T11:40:38.045000+00:00
Original source

just missing lootid for ur'dan. i have no idea what i need to looking for

rektbyfaith
Administrator
0
08-27-2021, 11:43 AM
#7
Archived author: Honey • Posted: 2021-08-27T11:43:51.316000+00:00
Original source

The
```sql
AND (`item` IN (1234))
```
Part could make the query to be Not repeatable. Hence If you havea creature template without a matching Item, it gets NOT deleted but there is still a `INSERT` after, which could result in an error.
rektbyfaith
08-27-2021, 11:43 AM #7

Archived author: Honey • Posted: 2021-08-27T11:43:51.316000+00:00
Original source

The
```sql
AND (`item` IN (1234))
```
Part could make the query to be Not repeatable. Hence If you havea creature template without a matching Item, it gets NOT deleted but there is still a `INSERT` after, which could result in an error.

rektbyfaith
Administrator
0
08-27-2021, 11:44 AM
#8
Archived author: Honey • Posted: 2021-08-27T11:44:28.261000+00:00
Original source

Maybe <@224931509046345729> can have a look
rektbyfaith
08-27-2021, 11:44 AM #8

Archived author: Honey • Posted: 2021-08-27T11:44:28.261000+00:00
Original source

Maybe <@224931509046345729> can have a look

rektbyfaith
Administrator
0
08-27-2021, 11:45 AM
#9
Archived author: zxcnxc • Posted: 2021-08-27T11:45:59.944000+00:00
Original source

https://github.com/zxcnxc/azerothcore-wo...b17ae48ea0
here my commit if my screenshoot too small, thanks for helping me
[Embed: fix(DB/Loot): 'Blood Red Key' Drop rates Inaccurate · zxcnxc/azero...]
Missing loot id for Ur'dan, and i don't know how to fix that
Drop rate of the Blood Red Key different from the drop rate on TBC wowhead.
https://github.com/zxcnxc/azerothcore-wo...b17ae48ea0
rektbyfaith
08-27-2021, 11:45 AM #9

Archived author: zxcnxc • Posted: 2021-08-27T11:45:59.944000+00:00
Original source

https://github.com/zxcnxc/azerothcore-wo...b17ae48ea0
here my commit if my screenshoot too small, thanks for helping me
[Embed: fix(DB/Loot): 'Blood Red Key' Drop rates Inaccurate · zxcnxc/azero...]
Missing loot id for Ur'dan, and i don't know how to fix that
Drop rate of the Blood Red Key different from the drop rate on TBC wowhead.
https://github.com/zxcnxc/azerothcore-wo...b17ae48ea0

rektbyfaith
Administrator
0
08-27-2021, 11:46 AM
#10
Archived author: Kitzunu • Posted: 2021-08-27T11:46:01.826000+00:00
Original source

Keira makes all queries repeatable
rektbyfaith
08-27-2021, 11:46 AM #10

Archived author: Kitzunu • Posted: 2021-08-27T11:46:01.826000+00:00
Original source

Keira makes all queries repeatable

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