Latest Diablo 3 News
DiabloWiki Updates
Page 18 of 77 FirstFirst ... 81415161718192021222868 ... LastLast
Results 171 to 180 of 763
  1. #171
    D2 Sorceress Moderator Kijya's Avatar
    Join Date
    Feb 2005
    Location
    Sweden
    Posts
    5,637

    0 Not allowed!

    Re: Adria - Inventory Management System

    When I say VB6 I mean visual basic 6.0, a predecessor to VB.NET.

    As for giving you a copy of the source I'll have to decline. There's a couple of reasons for this decision but it mostly falls towards "I'm not done with adria yet" and "I'm not sure I want to have anything to do with a code combination with that program you mentioned".

    One of the fundamental rules I set up for adria is that it may not automate user input into diablo, and a quick google search relieved that the program you mentioned breaks that rule as I view it.




  2. #172
    IncGamers Member
    Join Date
    Feb 2010
    Posts
    2

    0 Not allowed!

    Re: Adria - Inventory Management System

    Hmm, I was under the impression that firefly simply printed an html file of your inventory. What kind of automation does it do?

    My idea was simply to make it so that you could obtain the info from all of the items at once, instead of having to capture each one individually. I'm not sure what kind of user input that would simulate, but it certainly wouldn't violate Blizzard's TOS since all it would be doing is reading the characters inventory. I also have a lot of experience in web development so I figure I could probably help make a pretty output for the inventory data.

    In addition, I'd publicly post the source so if you saw anything you didn't like, I could easily change/remove/discontinue it. I wasn't really planning on "mixing" your code with firefly's, especially becaus emy plan was essentially to write one from scratch using both codebases as reference. In addition, I'm not sure if I could even get a copy of his code, so that really shouldn't be a concern. Either way, Let me know if you change your mind.



  3. #173
    D2 Sorceress Moderator Kijya's Avatar
    Join Date
    Feb 2005
    Location
    Sweden
    Posts
    5,637

    0 Not allowed!

    Re: Adria - Inventory Management System

    Quote Originally Posted by corristo View Post
    Hmm, I was under the impression that firefly simply printed an html file of your inventory. What kind of automation does it do?

    My idea was simply to make it so that you could obtain the info from all of the items at once, instead of having to capture each one individually. I'm not sure what kind of user input that would simulate, but it certainly wouldn't violate Blizzard's TOS since all it would be doing is reading the characters inventory. I also have a lot of experience in web development so I figure I could probably help make a pretty output for the inventory data.

    In addition, I'd publicly post the source so if you saw anything you didn't like, I could easily change/remove/discontinue it. I wasn't really planning on "mixing" your code with firefly's, especially becaus emy plan was essentially to write one from scratch using both codebases as reference. In addition, I'm not sure if I could even get a copy of his code, so that really shouldn't be a concern. Either way, Let me know if you change your mind.
    All item at once = mouse movement automation. While it's not at severe as actually passing clicks or keystrokes I've still drawn the line for adria before that point. Adria may simply not take control of the mouse in any way.

    "I'm not done with adria yet" is still a major reason too, basically I don't want someone to use my code for reference until I think it's good enough. I've been asked about the OCR code before and I don't mind sharing how I did it in words, but I'd rather not have someone acctually copy that code until I've tweaked it to make it really stable.




  4. #174
    IncGamers Member
    Join Date
    Feb 2010
    Posts
    8

    0 Not allowed!

    Exclamation Re: Adria - Inventory Management System

    hello i have downloaded the adria version 3.3.2 since the new version had ben corrupted and not yet uploaded

    my problem is, after ive added all the accounts and chars+items then i wanna make the trade list, when i pull the char or acc over to the trade list, windows tells me error, my option are now either close the program or search on the internet for suggestions

    i am runnin windows vista 32bit

    also i have tryed to run the program as admin

    hope you can help me thanks



  5. #175
    D2 Sorceress Moderator Kijya's Avatar
    Join Date
    Feb 2005
    Location
    Sweden
    Posts
    5,637

    0 Not allowed!

    Re: Adria - Inventory Management System

    I'm still getting an error when I try to upload files, but it seems the files already uploaded are working, meaning that the attachment justaplayer made about a the next version beta is working.

    Original post edited to link to that post, and here's the link:
    http://diablo.incgamers.com/forums/s...68#post7288468


    Try using that one danedk, version 4.0+ it has better error handling so it'll be easier to help you if you get the same error with that version.




  6. #176
    IncGamers Member
    Join Date
    Feb 2010
    Posts
    8

    0 Not allowed!

    Re: Adria - Inventory Management System

    thank you very much, the program is much easir to use *yay

    but i got a problem with the insert item funktion, everything is done correct as guide says, but when i click insert when mouse-over an item nothing happens


    Last edited by danedk; 16-02-2010 at 11:15.

  7. #177
    D2 Sorceress Moderator Kijya's Avatar
    Join Date
    Feb 2005
    Location
    Sweden
    Posts
    5,637

    0 Not allowed!

    Re: Adria - Inventory Management System

    Quote Originally Posted by danedk View Post
    thank you very much, the program is much easir to use *yay

    but i got a problem with the insert item funktion, everything is done correct as guide says, but when i click insert when mouse-over an item nothing happens
    Have you watched the video that is in the second post of this thread? Did you select the character to add the items to using the arrow keys in the item tab?




  8. #178
    IncGamers Member
    Join Date
    Feb 2010
    Posts
    8

    0 Not allowed!

    Re: Adria - Inventory Management System

    yes, it is exactly the same i do, its like the insert button dont work in the beta for me,

    the old 3.3.4 works, it still copy items when i press insert



  9. #179
    D2 Sorceress Moderator Kijya's Avatar
    Join Date
    Feb 2005
    Location
    Sweden
    Posts
    5,637

    0 Not allowed!

    Re: Adria - Inventory Management System

    Try this:

    Quote Originally Posted by Kijya View Post
    Inside the installation folder there should be a Adria.ini file. Open that with a text editor.

    In that file you'll see the path to the data folder, go to that folder.

    Explore the folder(s) inside the data folder, you should find textfiles named after your character and accounts. Your items should have been saved into the files named after your characters, if you cannot find text describing the items in these files or if they do not exist, then something must have gone wrong while saving. If they do contain item text then something must have gone wrong while loading.

    Check the Adria.log file inside the directory and see if you see any error messages.

    If there is any problems with file access rights or something in that data folder, then you could try changing the datafolder patch specified in the mentioned ini file inside the installation directory to something else.
    I would recommend a subfolder to the program directory, like for example "C: \Program files\Adria\ItemDB".

    If that's not it then I cannot think of anything else to try atm. A screenshot of how it looks just before you press insert could help maybe.




  10. #180
    IncGamers Member
    Join Date
    Feb 2010
    Posts
    8

    0 Not allowed!

    Re: Adria - Inventory Management System

    i am sorry but my english isnt the ebst, what did you mean with the subfolder db? my adria is install in c:\programs\diablo ii\adria

    here is a scrrenshot of how it looks just before i click insert button




Page 18 of 77 FirstFirst ... 81415161718192021222868 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •