Jump to content

[v35.2] Fine arrow descriptions incorrect


Recommended Posts

Can confirm. Happens on BGEE/SoD/BG2EE.

The tpa point out to incorrect strrefs.

Quote

DEFINE_ACTION_FUNCTION fine_arrows BEGIN

    array.new[arrow_details]
    [
        arow02,name=>20305 //should be 6761
        arow02,desc=>20306 //should be 16297
        arow02,pro=>ARROW
        bolt02,name=>20307 //should be 6783
        bolt02,desc=>20308 //should be 19353
        bolt02,pro=>BOLT
        dart02,name=>20309 //should be 6927
        dart02,desc=>20310 //should be 10043
        dart02,pro=>DART
        bull02,name=>20311 //should be 6757
        bull02,desc=>20312 //should be 17682
        bull02,pro=>DART    
    ]

    itm.edit[arow02 bolt02 dart02 bull02|edit_strrefs_in_place:i=1]
    [
        m_magical=0
        m_lore_to_identify=0
        m_enchantment=0
        m.ab_fx.delete{s_opcode=233}            

        m_both_names:=$arrow_details("%sfo_filename%" name)
        m_unidentified_description:=$arrow_details("%sfo_filename%" desc)
        m_identified_description="-1"
        m.ab.alter{s_projectile:=$arrow_details("%sfo_filename%" pro)}
    ]


END
 

Edited by Jazira
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...