Jump to content

Bug that happeend today


Recommended Posts

Hendak and the slaver quest is somewhat buggy.
It seems that if you kill Hendak yourself, instead of letting Hendak do it, hendak will move to a weird position.

HENDAK.CRE uses, not surprisingly, HENDAK.BSC and HENDAK.DLG

Heading HENDAK.BCS we find this block:
IF
Global("HendakFight","AR0406",0)
Dead("Lehtinan")
Global("HendakReleased","AR0406",2)
THEN
RESPONSE
#100
SetGlobal("HendakFight","AR0406",1)
SetGlobal("HendakReleased","AR0406",2)
SetGlobal("HendakMove","AR0406",6)
JumpToPoint([526.1193])

ENDSo, what this means is that he will be moved to 526.1193 if you kill Lehtinan.

This is the final step in his HendakMove sequence.
If you can, fix this :p

Link to comment

Archived

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

×
×
  • Create New...