Jump to content

[Bug?] IWDEE: Bren Muller's Crossbow cannot be Upgraded.


Frenzgyn

Recommended Posts

Hi y'all!

I noticed that upgrading Bren Muller's Crossbow (lxbowbm.itm to cdxbowbm.itm) doesn't work.
The dialogue options after "Contact Other Plane" are correctly triggered bu there is no effect on the item

I think that for unknown reasons


TransformItem("lxbowbm","cdxbowbm")



just doesn't work. Maybe "TransformItem" doesn't exist in EE's engine?

For what it's worth, I "fixed" it deleting the former and using a straighforward:



TakePartyItem("lxbowbm")
GiveItemCreate("cdxbowbm",PartySlot1,0,0,0)





Link to comment

TransformItem works fine, but it needs to be executed by the character in possession of the item being transformed. The bug is that it's being run by the planar spirit here, so it fails. Swapping it out for TPI+GIC, as you've done here, is the more reliable fix.

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...