Blizzhackers

Return of the Jedi

* Login   * Register    * FAQ    * Search

Join us on IRC: #bh@irc.synirc.net (or Mibbit Web IRC)


MuleFactory


It is currently Wed May 22, 2013 10:42 am


All times are UTC [ DST ]





Post new topic Reply to topic  [ 50 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: [Program]1.13c Item Ilvl Viewer
PostPosted: Wed Apr 07, 2010 12:17 am 
 
User
User

Joined: Fri Dec 25, 2009 9:19 pm
Its pretty simple used the old one from 1.12




Link to Download
http://www.mediafire.com/?nemot2jmyyl
Source
http://pastebin.com/WmGmNqvN

Instruction (lol)

1. Run the .exe . A command prompt should appear.
2. Pick up item in Diablo 2 (so it will be your cursor)
3. Go back to the Cmd window and press enter


Last edited by PtrBot on Wed Apr 07, 2010 8:54 pm, edited 4 times in total.
Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 11:44 am 
 
User
User
User avatar

Joined: Mon Mar 08, 2004 6:56 pm
i get
main.cpp(47) : error C2664: 'FindWindowW' : cannot convert parameter 1 from 'const char [10]' to 'LPCWSTR'

hD2 = FindWindow ("Diablo II", NULL);


missing something?

_________________
Wonderbox wrote:
joris12 wrote:

respect is an unknown word in the battle.net vocabulary


truer words were never spoken.

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 11:47 am 
 
User
User

Joined: Fri Dec 25, 2009 9:19 pm
Sveet wrote:
i get
main.cpp(47) : error C2664: 'FindWindowW' : cannot convert parameter 1 from 'const char [10]' to 'LPCWSTR'

hD2 = FindWindow ("Diablo II", NULL);


missing something?


Do u open first Diablo 2?
First Oped D2 then open Ilvl viewer, pick up the item, and press Enter while in the Cmd window (lvl viewer's window)

When do u get this error?

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 11:49 am 
 
User
User

Joined: Sun Jul 29, 2007 6:14 pm
Sveet wrote:
i get
main.cpp(47) : error C2664: 'FindWindowW' : cannot convert parameter 1 from 'const char [10]' to 'LPCWSTR'

hD2 = FindWindow ("Diablo II", NULL);


missing something?

Set from Unicode to Multibyte

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 11:50 am 
 
User
User
User avatar

Joined: Mon Mar 08, 2004 6:56 pm
Listing wrote:
Sveet wrote:
i get
main.cpp(47) : error C2664: 'FindWindowW' : cannot convert parameter 1 from 'const char [10]' to 'LPCWSTR'

hD2 = FindWindow ("Diablo II", NULL);


missing something?

Set from Unicode to Multibyte


how do you make a unicode cstring?

edit: unicode-16 that is

_________________
Wonderbox wrote:
joris12 wrote:

respect is an unknown word in the battle.net vocabulary


truer words were never spoken.

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 12:36 pm 
 
User
User
User avatar

Joined: Mon Mar 08, 2004 6:56 pm
nevermind it is multibyte not unicode-16

how do i get that going? been searching msdn and even google and neither help very much.

edit: tried #define _MBCS which is what one thing told me to do... still dont work.
edit2: got it working,

hD2 = FindWindow (L"Diablo II", NULL);


L"text" makes it read as mbcs.

another question, are the pointers really updated? text still says 1.11b

edit3: yep works like a charm. text just wasnt updated.

_________________
Wonderbox wrote:
joris12 wrote:

respect is an unknown word in the battle.net vocabulary


truer words were never spoken.

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 7:28 pm 
 
User
User

Joined: Fri Dec 25, 2009 9:19 pm
Yea it works just forgot to chance text to 1.13c :)

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 7:56 pm 
 
User
User

Joined: Wed Dec 03, 2003 6:13 am
Is there any other ilvl viewer? I neeeed this

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 8:18 pm 
 
User
User

Joined: Fri Dec 25, 2009 9:19 pm
Tryx wrote:
Is there any other ilvl viewer? I neeeed this


Why do u need other?
Waiting for mod to scan it, but u can compile it by yourself

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 8:40 pm 
 
Banned
Banned

Joined: Mon Mar 22, 2010 5:09 pm
wheres r1chs credit?
copy pasted one pointer from the pointer thread?
cg

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 8:57 pm 
 
User
User

Joined: Fri Dec 25, 2009 9:19 pm
Killbitch wrote:
wheres r1chs credit?
copy pasted one pointer from the pointer thread?
cg


Relax bro, was just waiting first for mods approve it.
And no, I don't got the pointer from r1chs thread, i got the pointer from wootie 8)

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 9:26 pm 
 
User
User
User avatar

Joined: Mon Mar 08, 2004 6:56 pm
i made 5fg checking ilvls for some guy on jsp. thx!

_________________
Wonderbox wrote:
joris12 wrote:

respect is an unknown word in the battle.net vocabulary


truer words were never spoken.

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 9:34 pm 
 
User
User

Joined: Sun Feb 19, 2006 11:57 pm
Sveet wrote:
i made 5fg checking ilvls for some guy on jsp. thx!


And now you're rich.

Top
 Profile  
 Post subject:
PostPosted: Wed Apr 07, 2010 10:24 pm 
 
User
User
User avatar

Joined: Mon Mar 08, 2004 6:56 pm
yep totally. now i can buy that uber rare frostburns

_________________
Wonderbox wrote:
joris12 wrote:

respect is an unknown word in the battle.net vocabulary


truer words were never spoken.

Top
 Profile  
 Post subject:
PostPosted: Thu Apr 08, 2010 8:51 am 
 
Section Leader Gold
Section Leader Gold
User avatar

Joined: Fri Sep 20, 2002 2:38 am
Location: ٩(͡๏̯͡๏)۶0x3CC4E7C0 CHATSUBO
http://www.bhfiles.com/files/Diablo%20I ... Viewer.exe

_________________
[23:04] <~Cthanukah> DM is my khaleesi. || [01:28:49] <~Cthanukah> They put their dicks in butts
DM, the DECEPTION - Lies within a lie within a lie. “Just a second-rate Snarg living in a third-rate Blizzhackers.”
Image Image
Image Image Image Image

Image

Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 50 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron