|
Post by Karl on Sept 28, 2019 11:10:02 GMT
When your dragon dies event dragon.11 is triggered, which gives you an option on what to do with it. One option is to make an artifact.
However, that option tends to give you a dragonbone statue even when it's not supposed to. Here is the "offending" script:
if = { limit = { has_character_flag = dragonbone_statue } add_artifact = dragonbone_statue } if = { limit = { has_character_flag = dragonbone_amulet } add_artifact = dragonbone_statue } if = { limit = { has_character_flag = dragonbone_scepter } add_artifact = dragonbone_statue } if = { limit = { has_character_flag = dragonbone_seal } add_artifact = dragonbone_statue } if = { limit = { has_character_flag = dragonbone_necklace } add_artifact = dragonbone_statue }
As you can see it will give you a dragonbone statue even when it's supposed to give a dragonbone amulet, scepter, seal, or necklace.
|
|
|
Post by Paxter Redwyne on Sept 28, 2019 15:07:06 GMT
Thanks for reporting it, it will be fixed by the next version.
|
|
|
Post by marsk on Sept 29, 2019 12:11:21 GMT
Thanks for reporting it, it will be fixed by the next version. There's a relase date?
|
|
|
Post by Paxter Redwyne on Sept 29, 2019 13:21:26 GMT
Thanks for reporting it, it will be fixed by the next version. There's a relase date? No, but we still work on the mod.
|
|
|
Post by marsk on Sept 29, 2019 13:45:05 GMT
No, but we still work on the mod. Glad to hear and see what is going on the forum there, you guys did an amazing job and I fully understand that some bug exist. Keep going you're great!
|
|