PDA

Просмотр полной версии : Tribute chest bug loot


telsamat
22.10.2011, 00:42
ytdb 609

according to http://www.wowhead.com/object=195665#comments

and

// 10-man modes
GO_TRIBUTE_CHEST_10H_25 = 195668, // 10man 01-24 attempts
GO_TRIBUTE_CHEST_10H_45 = 195667, // 10man 25-44 attempts
GO_TRIBUTE_CHEST_10H_50 = 195666, // 10man 45-49 attempts
GO_TRIBUTE_CHEST_10H_99 = 195665, // 10man 50 attempts
// 25-man modes
GO_TRIBUTE_CHEST_25H_25 = 195672, // 25man 01-24 attempts
GO_TRIBUTE_CHEST_25H_45 = 195671, // 25man 25-44 attempts
GO_TRIBUTE_CHEST_25H_50 = 195670, // 25man 45-49 attempts
GO_TRIBUTE_CHEST_25H_99 = 195669, // 25man 50 attempts


there is a problem that bags dont drop only with 50 attempts but on another "modes", i have tested it on attempts 25-0 and chests drop bags, but bags must drop only with 50att

NeatElves
22.10.2011, 11:11
Chest - spawn script.

Example - another script
GO_TRIBUTE_CHEST_10H_25 = 195665,
GO_TRIBUTE_CHEST_10H_45 = 195666,
GO_TRIBUTE_CHEST_10H_50 = 195667,
GO_TRIBUTE_CHEST_10H_99 = 195668,

GO_TRIBUTE_CHEST_25H_25 = 195669,
GO_TRIBUTE_CHEST_25H_45 = 195670,
GO_TRIBUTE_CHEST_25H_50 = 195671,
GO_TRIBUTE_CHEST_25H_99 = 195672,

telsamat
22.10.2011, 12:27
so it is not DB problem with loot from the chest? If i have for example 25att so it must be spawned chest with 195671 or 195667 and for now only one type of chest is spawned?