SHOW:
|
|
- or go back to the newest paste.
1 | - | Comment line 34 (#include <WinAPI.au3>) |
1 | + | ;Comment line 34 (#include <WinAPI.au3>) |
2 | ||
3 | - | Change lines 489, 490, 491, 509, 533, 560 to new offsets: |
3 | + | ;Change lines 489, 490, 491, 509, 533, 560 to new offsets: |
4 | Global $ofs_MonsterDef = 0x15DBE00 ;0x015DCE00 ;0x15DBE00 | |
5 | Global $ofs_StringListDef = 0x015E8808 ;0x015E9808 | |
6 | Global $ofs_ActorDef = 0x15EC108 ;0x015ED108 ;0x15EC108 | |
7 | Global $ofs_ActorAtrib_Base = 0x15A1EA4 ;0x015A2EA4;0x015A1EA4 | |
8 | Global $ofs_ObjectManager = 0x15A0BEC ;0x015A1BEC;0x15A0BEC | |
9 | Global $ofs_InteractBase = 0x15A0BD4 ;0x015A1BD4;0x15A0BD4 | |
10 | ||
11 | - | Then either comment line 402 |
11 | + | ;Then either comment line 402 |
12 | - | -OR- |
12 | + | ;-OR- |
13 | - | do these: |
13 | + | ;do these: |
14 | ||
15 | - | Uncomment line 395 |
15 | + | ;Uncomment line 395 |
16 | ||
17 | - | Fix 2 syntax errors in line 402: |
17 | + | ;Fix 2 syntax errors in line 402: |
18 | if $_displayInfo = 1 Then ConsoleWrite($i & " " & $Object_File_Actor[$ItemIndex][0] & @tab & " " &$MonsterType &@tab & " " & $MonsterRace &@tab & " Level Normal:" & $LevelNormal &@tab & " " & $StringListDB[$Name][1] &" " & @TAB &$OBject_Mem_Actor[$i][2] &@crlf) | |
19 | ||
20 | - | Add on line 12 (quick fix): |
20 | + | ;Add on line 12 (quick fix): |
21 | Global $name |