Jump to content

Some issues in "incorrect orientation" Fix


Roana

Recommended Posts

Hello,

 

please, correct the code:

 

right:

PATCH_IF (

(("%name%" STRING_COMPARE_CASE "exit0402" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0400" = 0)) OR // jansen home to slums //

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 2 // southwest

 

wrong:

PATCH_IF (

(("%name%" STRING_COMPARE_CASE "exit0402" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0400" = 0)) // den of seven vales to promenade // I guess, you mean here: jansen ground floor... - should then be ar0402, exit0400 - then 5 will be right

) BEGIN

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 5 // west-northwest

END ELSE

 

 

These shouldn't be both in one fix:

 

(("%name%" STRING_COMPARE_CASE "exit1000" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) OR // gov't to prison

(("%name%" STRING_COMPARE_CASE "exit1000b" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) OR // gov't to prison // this is here false

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 6 // northwest

 

(("%name%" STRING_COMPARE_CASE "exit1000" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) OR // prison from gov't district // this is here false

(("%name%" STRING_COMPARE_CASE "exit1000b" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) // prison from gov't district

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 10 // northeast

 

(I'm still fixing orientations. I I find more, I will post them here :) )

 

Regards

 

Roana

Link to comment
Hello,

 

please, correct the code:

 

right:

PATCH_IF (

(("%name%" STRING_COMPARE_CASE "exit0402" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0400" = 0)) OR // jansen home to slums //

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 2 // southwest

 

wrong:

PATCH_IF (

(("%name%" STRING_COMPARE_CASE "exit0402" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0400" = 0)) // den of seven vales to promenade // I guess, you mean here: jansen ground floor... - should then be ar0402, exit0400 - then 5 will be right

) BEGIN

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 5 // west-northwest

END ELSE

 

 

These shouldn't be both in one fix:

 

(("%name%" STRING_COMPARE_CASE "exit1000" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) OR // gov't to prison

(("%name%" STRING_COMPARE_CASE "exit1000b" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) OR // gov't to prison // this is here false

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 6 // northwest

 

(("%name%" STRING_COMPARE_CASE "exit1000" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) OR // prison from gov't district // this is here false

(("%name%" STRING_COMPARE_CASE "exit1000b" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar1005" = 0)) // prison from gov't district

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 10 // northeast

 

(I'm still fixing orientations. I I find more, I will post them here :) )

 

Regards

 

Roana

 

 

Hello,

 

I have found two more (but now I am ready with this fix - so there will come not more here fot this :) ):

 

 

These shouldn't be both in one Fix too:

 

(("%name%" STRING_COMPARE_CASE "exit0506a" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0500" = 0)) OR // noble home to bridge

(("%name%" STRING_COMPARE_CASE "exit0506b" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0500" = 0)) // noble home to bridge // this is here false

) BEGIN

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 2 // southwest

 

 

(("%name%" STRING_COMPARE_CASE "exit0506a" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0500" = 0)) OR // noble house to bridge dist // this is here false

(("%name%" STRING_COMPARE_CASE "exit0506b" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0500" = 0)) OR // noble house to bridge dist

WRITE_SHORT ("%enter_off%" + 0x24 + ("%index%" * 0x68)) 14 // southeast

 

 

You should comment this out... - I don't know, what WeiDU will do with this... ;)

 

(("%name%" STRING_COMPARE_CASE "area" = 0) AND ("%SOURCE_RES%" STRING_COMPARE_CASE "ar0700" = 0)) OR // ?? to promenade

 

Regards

 

Roana

Link to comment

Archived

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

×
×
  • Create New...