Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
phoenix_147
I tried this and the HP/AP bar in the score list works but I don't see my hp / ap being shown in the chat like how DelPa posted in his screenshot.
How do I make this appear?
Phoenix: (Phoenix) [HP:100, AP:100]
It is check of showing HP/AP is correct. ignore it.
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Re: Show HP/AP of every players in Quest. (July 21 2008.)
and for jun 2007? does anyone know?
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Could u get the 2007 address for us? i'll be grateful if u did ;)
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Re: Show HP/AP of every players in Quest. (July 21 2008.)
I have an error at this line :- 004A1984 . 8B80 F8000000 MOV EAX,DWORD PTR DS:[EAX+F8]
It says something Unknown Identifier..
Any help?
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
Blackbullett
I have an error at this line :- 004A1984 . 8B80 F8000000 MOV EAX,DWORD PTR DS:[EAX+F8]
It says something Unknown Identifier..
Any help?
Type a " 0 " Before F8
like this :
mov eax, dword ptr ds:[eax+0f8]
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
DelPa
theduel.exe
Code:
// HP and AP bar displayer.
0040830B B2 01 MOV DL,1
0040830D EB 02 JMP SHORT 00408311
0040830F 90 NOP
00408310 90 NOP
// Get the all players HP and AP.
004A197F . E8 CC7EFFFF CALL 00499850
004A1984 . 8B80 F8000000 MOV EAX,DWORD PTR DS:[EAX+F8]
004A198A . 8378 30 07 CMP DWORD PTR DS:[EAX+30],7
004A198E . 0F85 9CF71700 JNZ 00621130
00621130 > E8 5BC6E8FF CALL 004AD790
00621135 . 8B80 DC020000 MOV EAX,DWORD PTR DS:[EAX+2DC]
0062113B . 8A80 2C030000 MOV AL,BYTE PTR DS:[EAX+32C]
00621141 . 84C0 TEST AL,AL
00621143 .^0F84 6B08E8FF JE 004A19B4
00621149 .^E9 4608E8FF JMP 004A1994
p.s. :
http://img805.imageshack.us/img805/2...0801531334.jpg
Finally! some one has released this I don't understand why they changed it after 05
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
Blackbullett
I have an error at this line :- 004A1984 . 8B80 F8000000 MOV EAX,DWORD PTR DS:[EAX+F8]
It says something Unknown Identifier..
Any help?
That happens on some versons Olly. It requires you to add a 0 before the alphabet.
Re: Show HP/AP of every players in Quest. (July 21 2008.)
I have a problem with the line: 0621130
because I'm using it with the color grid, I tried the free throw line after that I'm using, but when I try to enter the room (the game) it quits...
I edited the line: 004A198E to JNZ (line I'm using)
help .-.