Jump to content

Unseeing Eye XP Exploit: could you give the rift part to Gaal when taking it from party?


Recommended Posts

Fixpack forces to take the part of the Rift Device from the party if the party speaks retrieves it and returns it to Gaal.

Here the part of soa-dlg.d

// Gaal takes the rift device part
ADD_TRANS_ACTION GAAL
BEGIN 18 END
BEGIN 0 END
~TakePartyItem("misc5a")~

This prevents party from multiple reward, but also prevents from taking the item misc5a.itm from Gaal body when he dies. So the Avatar quest can't be finished as in the game without the Fixpack.

 

Maybe it will be better to take the part of the Rift Device from the party and give it to Gaal (with adding CreateItem, I think)?

Link to comment
CreateItem("misc5a",0,0,0)
I'm not sure, but it seems that
ActionOverride("Gaal01",CreateItem("misc5a",0,0,0))

needed.

 

IESDP says we can use CreateItem("AROW01",Myself,20,0,0)

so, maybe

CreateItem("misc5a","Gaal01",0,0,0)

also fits?

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...