Welcome, Guest. Please login or register.
Did you miss your activation email?
April 24, 2024, 02:33:34 pm *

Login with username, password and session length
Pages: [1] 2
Print
Author Topic: Bog Control Center.  (Read 12060 times)
Bogreaper
Jr. Member
**
Posts: 62



View Profile WWW
« on: September 12, 2017, 05:21:37 pm »

Going off the idea that Dimur had with using the claim window with netbots http://wiki.ezserver.online/User_Interface_Mods , I recreated it from scratch taking a little bit different approach.



it provides for a vertical lay out, sizable window and transparency.

As you can see it has your basic netbots information.

Character Name, Distance from you, HP%, Mana%
  Target ID: Target Name              Spell being cast

This allows me to see at a glance on my warrior's screen how far I am from the group, and what they are basically doing.

One of the main features I added to Dimur's (besides the tar id) is a visual notice so I can see if that character has their attack on.



As you cna see, if the character has Attack on, their target is RED in my control window.

So I just thought I would share this with anyone whom might be interested in it.  Attached here is the xml for for it.  You will need to have netbots and have the plugin loaded on all characters you want in the window and who you want to display the window.

Each character to be in the window needs to do

/plugin mq2netbots
/netbots on
/netbots send=on

and the ones that want to display the window needs to do the addtional command of

/netbots grab=on

then just drop this xml file into your ui folder and reload your  ui (under alt=o for options)

Peace.

P.s. You may need to log into ezserver.online to see the attached xml file.
« Last Edit: September 12, 2017, 05:23:33 pm by Bogreaper » Logged

synthaxx_17
Full Member
***
Posts: 124

rawr!


View Profile
« Reply #1 on: September 12, 2017, 06:13:01 pm »

Nice, Bog!

Thanks!
Logged

Ectheldir/Thoruz
(Alliance of the Savage)
Bogreaper
Jr. Member
**
Posts: 62



View Profile WWW
« Reply #2 on: September 12, 2017, 10:59:30 pm »

This uses the Claim window in eq.

Seems some of the installs do not have a key press assigned to the claim window.

Press Alt + O (Letter oh for options) then the keys tab, and use the UI pull down.

It should be around 15th or so down, assign a key press if one is not already there, and close the window.

Hope that helps.

Peace
« Last Edit: September 12, 2017, 11:05:23 pm by Bogreaper » Logged

Enmity
Newbie
*
Posts: 2


View Profile
« Reply #3 on: September 13, 2017, 10:59:20 pm »

This was exactly what I was looking for.  Thanks so much, also for the help in making it work yesterday.  Very appreciated.
Logged
blumblum
Newbie
*
Posts: 22


View Profile
« Reply #4 on: September 15, 2017, 07:12:24 am »

been using it for 2 days.
easy install and works great.
I wonder how I managed to box without using netbot...

the hardest part was to find how to display the claim window since i remapped most key shortcuts

thanks a lot !
Logged
shawnluc
Newbie
*
Posts: 46


View Profile
« Reply #5 on: September 16, 2017, 10:03:05 pm »

Thanks Bog, this is pretty sweet!

Any chance you can get it to be more persistent?  I have locked the window, but it seems to disappear when I hit ESC, or zone.

Tobin
Logged
Bogreaper
Jr. Member
**
Posts: 62



View Profile WWW
« Reply #6 on: September 16, 2017, 10:09:45 pm »

Right click the title bar and click the "ESC to Close" so that it does NOT have an * next to it.

To keep it always there is a per character thing that is held in the

UI_CharacterName_EZ (Linux) x4 Exp.ini file located in your eq folder.

In that file find the section

[ClaimWnd]
Show=1
Locked=false
Escapable=false

And all the other variables/settings are to your liking, but the main 3 you wish to look at are those.

Show=1 will have it open on the screen when you log in and zone
Locked=false allows you to move it around
Escapable=false tells it not to close when you press the ESC key.

Hope that helps you.

Peace
Logged

Otto
Guest
« Reply #7 on: September 26, 2017, 08:32:12 pm »

Hey Bog, this stuff is pretty awesome.

I have entered Show=1 to the .ini file but it doesn't appear to stay after logging out / returning. Any ideas?

This is a straight paste from UI_Ottowar_EZ blablabla

[ClaimWnd]
INIVersion=1
FirstTimeAlert=0
XPosWindowed=-6
YPosWindowed=1861
WidthWindowed=217
HeightWindowed=677
RestoreXPosWindowed=100
RestoreYPosWindowed=100
RestoreWidthWindowed=600
RestoreHeightWindowed=300
MinimizedWindowed=0
BGTint.red=255
BGTint.green=255
BGTint.blue=255
BGType=1
Fades=true
Delay=2000
Duration=500
Alpha=128
FadeToAlpha=128
Show=1
Locked=true
Escapable=false

Thanks again for sharing all this with us!
« Last Edit: September 26, 2017, 09:41:38 pm by Otto » Logged
Bogreaper
Jr. Member
**
Posts: 62



View Profile WWW
« Reply #8 on: September 27, 2017, 02:20:32 am »

When you save the ini file, close it, load eq and see that the claim window is not open, then exit eq and reload the ini file, is the show=1 still there?

Please remember, that who eq saves the ini files it is best to be 100% out of eq when editing that characters ini file, I have had it save changes over while I was at the character select before.

Peace
Logged

Dimur
Hero Member
Hero Member
*****
Posts: 699


View Profile
« Reply #9 on: March 13, 2018, 09:12:24 pm »

Saw this post earlier today when talking to Otto and keeping the claim window persistent was brought up.  I don't really know the answer to that, but I do know how to work around it.  If your mq2 folder, find the file named zoned.cfg and paste this line in it and save it.

/squelch /if (!${Window[ClaimWnd].Open}) /docommand ${Window[ClaimWnd].DoOpen}

Every time you zone, mq2 will process the command and the window will always be open when you finish zoning.
Logged
Otto
Jr. Member
**
Posts: 83



View Profile
« Reply #10 on: March 14, 2018, 01:01:13 pm »

I'll give that a shot when I'm free tonight. Spending a ton of time customizing for now
Logged

Otto
Jr. Member
**
Posts: 83



View Profile
« Reply #11 on: March 14, 2018, 02:23:22 pm »

I don't appear to have zoned.cfg in my MQ2 folder. Is there a specific plugin that creates it?
Logged

Dimur
Hero Member
Hero Member
*****
Posts: 699


View Profile
« Reply #12 on: March 14, 2018, 10:17:11 pm »

You can just make the file, use notepad or something to make a plain text file and save it as zoned.cfg and be sure to save it as an All Type (*) file in your MQ2 folder.  Then edit it and drop the line of code in there and save it.  I also have mine configured to /hidec all so hidecorpse is enabled by default.
Logged
Otto
Jr. Member
**
Posts: 83



View Profile
« Reply #13 on: March 14, 2018, 10:24:38 pm »

What is an All Type * file? Never heard of this before.
Logged

Dimur
Hero Member
Hero Member
*****
Posts: 699


View Profile
« Reply #14 on: March 14, 2018, 10:39:13 pm »

When you make a file in notepad, the default extension is .txt...this tells Windows the file type is a text file.  Open Notepad, select New, with the new file open, click File > Save As.  In the name, type zoned.cfg and in the Save As File Type drop down menu, select All Files (*.*).  This tells Windows to not assign the default file extension so you can save it as a .cfg file that MQ2 will recognize.
Logged
Pages: [1] 2
Print
Jump to:  

Recent

Stats

Members
Stats
  • Total Posts: 64987
  • Total Topics: 5053
  • Online Today: 2016
  • Online Ever: 8678
  • (December 19, 2022, 02:32:09 pm)
Users Online
Users: 3
Guests: 44
Total: 47
TinyPortal v1.0 beta 4 © Bloc