Releasing an unfinished sample of my Diablo3 GUI. Got good feedback from the last one.
The map/mob/items/etc window hasn't been fully coded yet so it's only map at the moment.
This GUI is made for a 1920-1080 resolution. (Fairly large) If you have a small monitor you will have to change the ALIAS -> GUI -> borderRight = 850
To a smaller number to see.
borderRight = 200
The animated orbs wont match the background below 1920-1080 currently. (Other resolutions in the future)
- The health and mana orbs are animated and will go down visually.
- Balance and equilibrium tracking buttons.
- Experience bar between health and mana orbs.
- Click the bottom buttons near the mana orb to open/close other windows.
Download Link:
https://www.dropbox.com/s/9rfmjqwdsj1mqq9/Zulah_D3_GUI.mpackage?dl=0After loading type: GUI
Must have gmcp enabled.
Comments
Artemis says, "You are so high maintenance, Tharvis, gosh."
Tecton says, "It's still your fault, Tharvis."
@Tharvis trigger based. I don't do gmcp for chat capture. I remember there was a reason once but I forgot it now.
Edits: It should work on any size screen now. I fixed the border. The background art won't line up perfectly with the health/mana orbs on smaller sizes though. Going to make the journal and extra window movable soon.
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Artemis says, "You are so high maintenance, Tharvis, gosh."
Tecton says, "It's still your fault, Tharvis."
Must have GMCP
Type: GUI to start
Type: ELIST to update the top bar of elixir tracking
Type: T <target>
Rage works for all classes if you type: CONFIG RAGEMSG GAIN GLOBALCOOLDOWNS ABCOOLDOWNS
If you want to make the rage skill buttons clickable for your class go to SCRIPTS -> Zulah_D3_GUI -> UPDATE ME - SKILLS
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Honourable, knight eternal,
Darkly evil, cruel infernal.
Necromanctic to the core,Dance with death forever more.
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Yeah chat and map don't open on their own you have to click the bottom right buttons to open and close windows you want
For the chat, maybe try typing: config screenwidth 0
All the rage skills should work no matter what class as long as you use: CONFIG RAGEMSG GAIN GLOBALCOOLDOWNS ABCOOLDOWNS
If you edit one script: SCRIPTS -> Zulah_D3_GUI -> UPDATE ME - SKILLS
You can bash completely with clicking. Click on the red target to use your bashing attack and click the rage skills. I picked icons for the rage skills that matched blademaster but I'm going to put in some icon packs for each class later I think
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Honourable, knight eternal,
Darkly evil, cruel infernal.
Necromanctic to the core,Dance with death forever more.
Honourable, knight eternal,
Darkly evil, cruel infernal.
Necromanctic to the core,Dance with death forever more.
I've used the D3 gui for bashing, I know I've had it open for up to 5 hours without an issue. I'll leave it running overnight and see if I can repeat the freezing
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Honourable, knight eternal,
Darkly evil, cruel infernal.
Necromanctic to the core,Dance with death forever more.
Added:
Same link as before: https://www.dropbox.com/s/9rfmjqwdsj1mqq9/Zulah_D3_GUI.mpackage?dl=0
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
One question, how would i start with the rift window?
Just need it for the first one or two, then i can use it to do the rest
1. If you have svo's elist sorter, you need to comment out or remove the deleteLine() on the "Start Counting Vials" or it doesn't work properly (idfk why, it's already triggered)
2. In the updateEBox() function, you put 'if massSipsLeft > 200 and healthSipsLeft < 1000' instead of 'if massSipsLeft > 200 and massSipsLeft < 1000' so mass gets fked if you just happen to be in those sip ranges where mass is > 200 but health is greater than 1000.
Otherwise, great GUI so far. Still not certain what the bottom right box is for, but I'm sure i'll figure it out once I get out hunting and such (the icon being a weapon and all).