Show HP/AP of every players in Quest. (July 21 2008.)
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
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Fantastic release, DelPa. Loved this one. :)
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Thanks. It's good to see you releasing stuff after quite a long time.
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Re: Show HP/AP of every players in Quest. (July 21 2008.)
dude half the release page is your xD
freaking awsome release btw ;p
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Do we need to type something so that it shows the HP / AP? If so, could you also post it for normal game modes?
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Their releases are the best, thanks DelPa
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Re: Show HP/AP of every players in Quest. (July 21 2008.)
To do this issue has to use OllyDbg right?
Someone could make a little explanation because I do not know
how to use / edit it.
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
phoenix_147
Thanks. It's good to see you releasing stuff after quite a long time.
004A198A . 8378 30 07 CMP DWORD PTR DS:[EAX+30],7
7 = Quest game mode type
therefore I assume (no way to test) that you can simply add in another CMP function with the corresponding game type.
The list (if you don't know)
Code:
GAMETYPE_DEATHMATCH_SOLO = 0
GAMETYPE_DEATHMATCH_TEAM = 1
GAMETYPE_GLADIATOR_SOLO = 2
GAMETYPE_GLADIATOR_TEAM = 3
GAMETYPE_ASSASSINATE = 4
GAMETYPE_TRAINING = 5
GAMETYPE_SURVIVAL = 6
GAMETYPE_QUEST = 7
GAMETYPE_BERSERKER = 8
GAMETYPE_DEATHMATCH_TEAM2 = 9
GAMETYPE_DEATHMATCH_DUEL = 10
Quote:
Originally Posted by
tuiuiu
To do this issue has to use OllyDbg right?
Someone could make a little explanation because I do not know
how to use / edit it.
Open Olly, CTRL+G type in the lines you want, hit enter.
Will take you to that line, double click it, and replace the text with what Delpa gave you.
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
Nobody666
004A198A . 8378 30 07 CMP DWORD PTR DS:[EAX+30],7
7 = Quest game mode type
therefore I assume (no way to test) that you can simply add in another CMP function with the corresponding game type.
The list (if you don't know)
Code:
GAMETYPE_DEATHMATCH_SOLO = 0
GAMETYPE_DEATHMATCH_TEAM = 1
GAMETYPE_GLADIATOR_SOLO = 2
GAMETYPE_GLADIATOR_TEAM = 3
GAMETYPE_ASSASSINATE = 4
GAMETYPE_TRAINING = 5
GAMETYPE_SURVIVAL = 6
GAMETYPE_QUEST = 7
GAMETYPE_BERSERKER = 8
GAMETYPE_DEATHMATCH_TEAM2 = 9
GAMETYPE_DEATHMATCH_DUEL = 10
Open Olly, CTRL+G type in the lines you want, hit enter.
Will take you to that line, double click it, and replace the text with what Delpa gave you.
Thanks, then I'll do it for TDM. But do we have type something so that it displays the hp/ap?
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
phoenix_147
Thanks, then I'll do it for TDM. But do we have type something so that it displays the hp/ap?
I don't think so, from his post it looks like you can just hit tab up and it shows.
Only problem I see is, in team games it may show the other team.
/had to retype cause RZ was "busy" when i tried posting q.q
Re: Show HP/AP of every players in Quest. (July 21 2008.)
This is great.
Isn't the HP/AP in quest still bugged on official?
Re: Show HP/AP of every players in Quest. (July 21 2008.)
Quote:
Originally Posted by
KillerStefan
This is great.
Isn't the HP/AP in quest still bugged on official?
Official still bugged. and I think it normally.
Re: Show HP/AP of every players in Quest. (July 21 2008.)
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]