Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix lion shield on unscripted equipments table (#435)
Browse files Browse the repository at this point in the history
* add lion-shield unscripted_weapons.

* converti id and Register the lion shield unscripted weapons table

* Fix lion shield on unscripted equipments

Co-authored-by: Majesty <32709570+MajestyOTBR@users.noreply.github.com>
  • Loading branch information
painer15999 and majestyotbr committed Feb 16, 2022
1 parent 7817d89 commit 767f9e0
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions data/scripts/movements/equipment/unscripted_equipments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,23 @@ local items = {
type = "deequip",
slot = "hand"
},
{
-- lion shield
itemid = 34154,
type = "equip",
slot = "hand",
level = 250,
vocation = {
{"Knight", true},
{"Elite Knight"}
}
},
{
-- lion shield
itemid = 34154,
type = "deequip",
slot = "hand"
},
{
-- lion spellbook
itemid = 34153,
Expand Down Expand Up @@ -874,17 +891,7 @@ local items = {
itemid = 34150,
type = "deequip",
slot = "hand"
}, -- lion shield
{
itemid = 38989,
type = "equip",
slot = "shield",
level = 250,
vocation = {
{"Knight", true},
{"Elite Knight"}
}
}, -- lion shield
},
{
-- soulbastion shield
itemid = 34099,
Expand Down

0 comments on commit 767f9e0

Please sign in to comment.