Jump to content

Small issue with v7


Wisp

Recommended Posts

Running a diff on the v7 tp2 I found this (line 18630 in the unmodified tp2):

 

WRITE_LONG  ("%fx_off%" + 0x08 + (0x30 * ("%abil_fx_idx%" + "%index2%" + 1))) 55  // icon: stun		SET "fx_delta" = ("%fx_delta%" + 2)

The fix is for the Barbarian Rage spell but as you can see, the fix will not correctly update effect indices since the update to fx_delta is commented out.

It will not matter to the vanilla Rage spell, since it only has 1 ability (so I'm not suggesting v7 should be updated because of this, so long as it makes it into v8 :().

Link to comment

So that's

WRITE_LONG  ("%fx_off%" + 0x08 + (0x30 * ("%abil_fx_idx%" + "%index2%" + 1))) 55  // icon: stun
	SET "fx_delta" = ("%fx_delta%" + 2)

instead of a

WRITE_LONG  ("%fx_off%" + 0x08 + (0x30 * ("%abil_fx_idx%" + "%index2%" + 1))) 55  // icon: stun		SET "fx_delta" = ("%fx_delta%" + 2)

Copy/paste :( :(

Link to comment

Thanks for the explanations. :D

 

 

 

I've a small issue with v7, too. A very small issue...

 

In the tp2 is a typo by the German translation.

 

LANGUAGE ~Deutsche (by Leonardo Watson)~		  ~german~  ~bg2fixpack/english/setup.tra~

Deutsche must be Deutsch (without an e).

 

It would be nice if you can correct this for the next release.

 

Greetings Leomar

Link to comment

Archived

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

×
×
  • Create New...