mouradoski Initiate Jan 19, 2017 #1 Hello, i got a problem on kill book script, i noticed that loottype isn't show blessed in the book. same if the command already there " LootType = LootType.Blessed;" can someone help plz? Attachments Book of Kills.rar 11 KB · Views: 16
Hello, i got a problem on kill book script, i noticed that loottype isn't show blessed in the book. same if the command already there " LootType = LootType.Blessed;" can someone help plz?
Visam Member Jan 19, 2017 #2 You should be able to get it to show by adding the following to the ObjectPropertyList around line 152 Code: if (LootType == LootType.Blessed) { list.Add(1038021); }
You should be able to get it to show by adding the following to the ObjectPropertyList around line 152 Code: if (LootType == LootType.Blessed) { list.Add(1038021); }