Jump to content

Dungeonsweepers (DGS) - Huge changes; read first post.


Obtaurian

Recommended Posts

Thanks DGS and everyone who has DG'd with me, particularly because of my bad lag >.<. I will be back somepoint this week/fortnight to get 100 with you guys and figure out my 3rd bind.

 

Got this last night:

 

99dungeoneering.png

 

99dungeoneeringcape.png

 

1.3M exp to go eh?

34gU8.png

ezk120dg_zps0de40221.png

zP2k8Ej.png

7d95f5db02.png

Reacting impulsively and saying what's on your mind feels oh so good.. for a little, until you realize you just started WWIII.


2672nd person to reach 2496 total.
Thanks to Wicked for the awesome siggy :D

Link to comment
Share on other sites

  • Replies 5.2k
  • Created
  • Last Reply

Top Posters In This Topic

Thanks DGS and everyone who has DG'd with me, particularly because of my bad lag >.<. I will be back somepoint this week/fortnight to get 100 with you guys and figure out my 3rd bind.

 

Got this last night:

 

99dungeoneering.png

 

99dungeoneeringcape.png

 

1.3M exp to go eh?

Congratulations Ezkaton :thumbsup:

AbandonnedHeroDpser22.pngWarpedHeroDpser20.png

Link to comment
Share on other sites

Updated: Unpack Keys.Zip.

 

Must read:

  • If you've downloaded or used the previous one, you must go to My Documents and delete the Keying folder. The old one must not be running while, or you will be unable to delete this directory.
  • AVG seems to have a problem with Unpack Keys. It is most likely due to one of the updates below marked with an *. Simply add it to your trusted applications list if this is a problem.
  • The VirusTotal scan results for Unpack Keys can be found here. (1/43).
  • The VirusTotal scan results for Keying can be found here. (0/37).
  • To show the GDI+ window, hold left CTRL.
  • To select colors, grids, or shapes, left click.
  • To set home teleport, middle click on a grid.
  • To clear a grid of keys, simply right click it.

 

If you are worried about Unpack Keys, the source code is below:

[spoiler=Unpack Keys - Source Code]

#NoTrayIcon

Gui, 1: -Caption +Border +AlwaysOnTop

Gui, 1: Margin, 5, 5
Gui, 1: Add, Progress, w200 h15 vS HWNDS +0x8 -Smooth
Gui, 1: Show,, Unpacking Files... 
PostMessage, 0x40a, 1, 0,, % "ahk_id " S

IfNotExist, % A_MyDocuments "\Keying"
FileCreateDir, % A_MyDocuments "\Keying"
IfNotExist, % A_MyDocuments "\Keying\Resource"
FileCreateDir, % A_MyDocuments "\Keying\Resource"

FileInstall, C:\Keying\Resource\Resource.dll, %A_MyDocuments%\Keying\Resource\Resource.dll
FileInstall, C:\Keying\Resource\Keying16x16.ico, %A_MyDocuments%\Keying\Resource\Keying16x16.ico
FileInstall, C:\Keying\Keying[dot]exe, %A_MyDocuments%\Keying\Keying[dot]exe

FileCreateShortcut, %A_MyDocuments%\Keying\Keying[dot]exe, %A_Desktop%\Keying.lnk, %A_MyDocuments%\Keying

Run, %A_MyDocuments%\Keying\Keying[dot]exe

ExitApp

 

If you are still worried, and would rather not use Unpack Keys, or if AVG won't let you, you can skip the Unpack Keys by creating a folder in My Documents called Keying. You can then extract this ZIP file to that location (My Documents\Keying). As you can see from the source code of Unpack Keys, that's all it does. :P.

 

A screenshot of the new layout:

[spoiler=Screenshot]demood.jpg

 

 

Updates:

  • Home teleport option!
  • Changed the layout to be, what I thought to be, a tad easier.
  • Rather then unpacking and having it store/use 64 key images, all the images are packed into a Resource.dll. This means: faster, no transparency issues/corrupt files. *
  • All-in-all, it should run smoother and require less memory usage.
  • Freezing issues should be fixed. I believe it was a problem with the GDI+ trying to create the PBITMAP from the key image file. Now that it used Resource.dll, this should no longer be an issue!

* - See above in the Must Read list.

 

The contents of Resource.dll are listed below and can be verified using various tools such as Resource Hacker:

[spoiler=Resource.dll]resource.jpg

 

 

To-Do:

  • Add the option to remap keys, as some don't have middle mouse buttons.
  • Add the option to capture/display the last captured dungeon map.
  • Possibly add the ability for other members in the DG to edit the map. This will require a secure method of PC communication, which will take time.
  • Add an auto-update feature.
  • Merge with the skill script to add/display rooms with skill doors or resources or altars.

 

Thought/comments/questions/concerns?

09144a99bb.png

Link to comment
Share on other sites

Updated: Unpack Keys.Zip.

 

Must read:

  • If you've downloaded or used the previous one, you must go to My Documents and delete the Keying folder. The old one must not be running while, or you will be unable to delete this directory.
  • AVG seems to have a problem with Unpack Keys. It is most likely due to one of the updates below marked with an *. Simply add it to your trusted applications list if this is a problem.
  • The VirusTotal scan results for Unpack Keys can be found here. (1/43).
  • The VirusTotal scan results for Keying can be found here. (0/37).
  • To show the GDI+ window, hold left CTRL.
  • To select colors, grids, or shapes, left click.
  • To set home teleport, middle click on a grid.
  • To clear a grid of keys, simply right click it.

 

If you are worried about Unpack Keys, the source code is below:

[spoiler=Unpack Keys - Source Code]

#NoTrayIcon

Gui, 1: -Caption +Border +AlwaysOnTop

Gui, 1: Margin, 5, 5
Gui, 1: Add, Progress, w200 h15 vS HWNDS +0x8 -Smooth
Gui, 1: Show,, Unpacking Files... 
PostMessage, 0x40a, 1, 0,, % "ahk_id " S

IfNotExist, % A_MyDocuments "\Keying"
FileCreateDir, % A_MyDocuments "\Keying"
IfNotExist, % A_MyDocuments "\Keying\Resource"
FileCreateDir, % A_MyDocuments "\Keying\Resource"

FileInstall, C:\Keying\Resource\Resource.dll, %A_MyDocuments%\Keying\Resource\Resource.dll
FileInstall, C:\Keying\Resource\Keying16x16.ico, %A_MyDocuments%\Keying\Resource\Keying16x16.ico
FileInstall, C:\Keying\Keying[dot]exe, %A_MyDocuments%\Keying\Keying[dot]exe

FileCreateShortcut, %A_MyDocuments%\Keying\Keying[dot]exe, %A_Desktop%\Keying.lnk, %A_MyDocuments%\Keying

Run, %A_MyDocuments%\Keying\Keying[dot]exe

ExitApp

 

If you are still worried, and would rather not use Unpack Keys, or if AVG won't let you, you can skip the Unpack Keys by creating a folder in My Documents called Keying. You can then extract this ZIP file to that location (My Documents\Keying). As you can see from the source code of Unpack Keys, that's all it does. :P.

 

A screenshot of the new layout:

[spoiler=Screenshot]demood.jpg

 

 

Updates:

  • Home teleport option!
  • Changed the layout to be, what I thought to be, a tad easier.
  • Rather then unpacking and having it store/use 64 key images, all the images are packed into a Resource.dll. This means: faster, no transparency issues/corrupt files. *
  • All-in-all, it should run smoother and require less memory usage.
  • Freezing issues should be fixed. I believe it was a problem with the GDI+ trying to create the PBITMAP from the key image file. Now that it used Resource.dll, this should no longer be an issue!

* - See above in the Must Read list.

 

The contents of Resource.dll are listed below and can be verified using various tools such as Resource Hacker:

[spoiler=Resource.dll]resource.jpg

 

 

To-Do:

  • Add the option to remap keys, as some don't have middle mouse buttons.
  • Add the option to capture/display the last captured dungeon map.
  • Possibly add the ability for other members in the DG to edit the map. This will require a secure method of PC communication, which will take time.
  • Add an auto-update feature.
  • Merge with the skill script to add/display rooms with skill doors or resources or altars.

 

Thought/comments/questions/concerns?

Awesome! Trying it out now :)

AbandonnedHeroDpser22.pngWarpedHeroDpser20.png

Link to comment
Share on other sites

Thanks DGS and everyone who has DG'd with me, particularly because of my bad lag >.<. I will be back somepoint this week/fortnight to get 100 with you guys and figure out my 3rd bind.

 

Got this last night:

1.3M exp to go eh?

Wait... WAT??? Wasn't this the guy who hated dg enough to go gwd without a chaotic, and then write a few bibles worth of text about it?

 

WHO IS THIS AND WAT DID YOU DO WITH EZKATON???

 

 

Congra *wall of text* tulations! :shades:

 

First to 99 Farming on 27. September, 2005.

First to 3766 Port Score on 20. March, 2014.

First to 4664 Port Score on 2. March, 2015.

Link to comment
Share on other sites

Thanks DGS and everyone who has DG'd with me, particularly because of my bad lag >.<. I will be back somepoint this week/fortnight to get 100 with you guys and figure out my 3rd bind.

 

Got this last night:

1.3M exp to go eh?

Wait... WAT??? Wasn't this the guy who hated dg enough to go gwd without a chaotic, and then write a few bibles worth of text about it?

 

WHO IS THIS AND WAT DID YOU DO WITH EZKATON???

BEHOLD THE THE POWER OF DGS!!!

Link to comment
Share on other sites

Thanks DGS and everyone who has DG'd with me, particularly because of my bad lag >.<. I will be back somepoint this week/fortnight to get 100 with you guys and figure out my 3rd bind.

 

Got this last night:

1.3M exp to go eh?

Wait... WAT??? Wasn't this the guy who hated dg enough to go gwd without a chaotic, and then write a few bibles worth of text about it?

 

WHO IS THIS AND WAT DID YOU DO WITH EZKATON???

BEHOLD THE THE POWER OF DGS!!!

THIS IS TRUE POWER!!

Link to comment
Share on other sites

Thanks DGS and everyone who has DG'd with me, particularly because of my bad lag >.<. I will be back somepoint this week/fortnight to get 100 with you guys and figure out my 3rd bind.

 

Got this last night:

1.3M exp to go eh?

Wait... WAT??? Wasn't this the guy who hated dg enough to go gwd without a chaotic, and then write a few bibles worth of text about it?

 

WHO IS THIS AND WAT DID YOU DO WITH EZKATON???

BEHOLD THE THE POWER OF DGS!!!

THIS IS TRUE POWER!!

IMPOSSIBLE!!!!!

6Ij0n.jpg

In real life MMO you don't get 99 smithing by making endless bronze daggers.

Link to comment
Share on other sites

2it35w8.jpg

medal plz. :D

 

where do i apply for one actually?

I'd link it to the thread, but i'd be banned for it. Hint: not these forums.

First to 99 Farming on 27. September, 2005.

First to 3766 Port Score on 20. March, 2014.

First to 4664 Port Score on 2. March, 2015.

Link to comment
Share on other sites

That is good to me. :P

azeem1992.png

 

Really? Cause as I recall it was you who was the one cussing me at base. Also, re-read what you just said: one 15 second delay (which is an exaggeration to begin with) ruins floor times? You are beyond ridiculous.

Link to comment
Share on other sites

27 rc requirement plz.

 

annoying when a teammate cant make their own cosmics.

 

(at 27rc they can bind laws and make cosmics)

 

if they have a hex, 54rc req?

 

I think you mean 8 Runecrafting, right?

 

why would he mean 8?

 

There is nothing at level 8

 

He meant 27.

i meant 27 so they can make their own cosmics lol.

 

 

That's what I said.

whatisrush-1.png

Fisher/Woodcut------Me-----Miner/crafter----Stabber----Leecher

^Golvellius must be so proud^

FlowerPower.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.