Someone gave me an unexpected gift last night so I decided to pay it forward. The GUI I was selling I'm giving away for free now. However I'm not going to provide support forever. I'll answer questions to the best of my ability though!
Setup:
There are a few things you'll have to change to accommodate your class and chat channels.
In the
ALIAS GUI you'll have to adjust the Rage skill numbers.
In the TRIGGERS you'll see RAGE ATTACK TRIGGERS - You'll have to replace the triggers with your classes Triggers.
In the TRIGGERS you'll see CHAT WINDOWS and CLAN CHAT - Add the clan chat windows you want to see here.
In the SCRIPTS you'll see RAGE TIMERS and RAGE SKILL COMMANDS - Currently these are the Occultist attacks
- send("harry "..myTargetList[1])
Change them to your own: example for a BM: send("leapstrike "..myTargetList[1])
For the TARGETER at the bottom of the screen use Achaea's built in targeting SETTARGET or ST
Example: ST ZULAH
You can click on the targets to quick switch targets.
Type: ELIST to populate the elixir list window.
All other customization is done in the ALIAS GUI
Working with some people now to create a better Rage Window for elder dragons that uses GMCP to grab all the rage skills so you wont have to manually edit them in the future.
DOWNLOAD:
https://www.dropbox.com/s/1fndqjdda3fagy9/ZulahGUI.mpackage?dl=0 Install via package manager. Enjoy. Feedback welcome. I'll update a few features over the next month.
Comments
I still do the occasional full custom GUI to answer those msg'ing me but yes those still cost credits as they are customized per person: http://forums.achaea.com/discussion/1710/commissioned-guis/p1
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Should be all fixed now. You'll have to redownload.
If you want to fix it on your own from the old download its in the SCRIPTS -> RAGE TIMERS -> TIMERS -- change the lines:
container = blademasterPane
to
container = ragePane
zGUI 4.0 - A Free GUI for Mudlet 4.10+
https://www.dropbox.com/s/znr8xulcbl6y2nt/ZulahGUI_TargetAliases.xml.xml?dl=0
Import this into the system and you can use the 13 targets with aliases like:
1
2
3
etc
Rather than having to click on the target buttons to switch. Just type the number of the target you want and hit enter.
zGUI 4.0 - A Free GUI for Mudlet 4.10+
2. where would I go to increase the size of the text in the chat box?
3. is there a way I can embed the map in the bottom right corner too?
That love soon might end You are unbreaking
And be known in its aching Though quaking
Shown in this shaking Though crazy
Lately of my wasteland, baby That's just wasteland, baby
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Type: GUI
Also whenever you change anything in the ALIAS -> GUI you can type GUI again to update on the fly, no need to restart or reconnect
Note you must have GMCP enabled for my GUI to work. To do click on SETTINGS on the top of mudlet then click on the checkbox beside ENABLE GMCP in the GENERAL tab. You will have to restart mudlet for that to take effect.
zGUI 4.0 - A Free GUI for Mudlet 4.10+
if healthSipsLeft > 200 then cecho("elistbox", " <green>"..healthSipsLeft.." | Heal") end
should be
if healthSipsLeft > 200 then cecho("elistbox", " <green>"..healthSipsLeft.." | Heal\n") end
Fixed this in the package so you can redownload or just add the: \n
to your SCRIPTS -> ELIXIR LISTS -> ELIXIR WINDOW
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Also, Zulah quit cutting yourself- it's going to be ok.
You rock!
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Do not DM on forums unless you're ok with waiting a couple months!
zGUI 4.0 - A Free GUI for Mudlet 4.10+
And you won't understand the cause of your grief...
...But you'll always follow the voices beneath.
Honourable, knight eternal,
Darkly evil, cruel infernal.
Necromanctic to the core,Dance with death forever more.
Eta: Find any of these in the sea mapper trigger folder:
selectString("\^", i)
fg("black")
bg("black")
resetFormat()
and delete the block or change the highlight color.
Imho though, I'd leave the background and change the foreground to blue or something because it's easier to pick a path through the big black mass than blue carats on blue background.