 |
09-24-2010, 05:29 PM
|
|
A Coastal Crab
Server: Antonia Bayle
Forum posts: 0
File comments: 3
Uploads: 0
|
I haven't used buffimmunity in a while, but I've added it back in to Profit and it's working wonderfully... except for one thing. The /tell+/tellchannel trigger isn't working with IsActive="true". I've probably screwed up the XML, but if I have, I don't see it:
Code:
<Data Name="TextOnlyTimers" Value="false" />
<Data Name="BuffName" Value="Jester's Cap" />
<Data Name="ImmunityTime" Value="120" />
<Page Name="MacroCommands" IsActive="true" OnShow="
tell TargetPlayer You have Jester's Cap for 30 seconds
tellchannel Caetrene_JCap JCap on TargetPlayer
" />
|
|
|
09-30-2010, 08:52 PM
|
|
A Coastal Crab
Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
|
Quote:
Originally posted by khaer
I haven't used buffimmunity in a while, but I've added it back in to Profit and it's working wonderfully... except for one thing. The /tell+/tellchannel trigger isn't working with IsActive="true". I've probably screwed up the XML, but if I have, I don't see it:
Code:
<Data Name="TextOnlyTimers" Value="false" />
<Data Name="BuffName" Value="Jester's Cap" />
<Data Name="ImmunityTime" Value="120" />
<Page Name="MacroCommands" IsActive="true" OnShow="
tell TargetPlayer You have Jester's Cap for 30 seconds
tellchannel Caetrene_JCap JCap on TargetPlayer
" />
|
""macro commands to starting timers for things such as tells OR chat notifications.""
<Page Name="MacroCommands" IsActive="true" OnShow="tell TargetPlayer You have Jester's Cap for 30 seconds" />
OR
<Page Name="MacroCommands" IsActive="true" OnShow="tellchannel Caetrene_JCap JCap on TargetPlayer" />
|
|
|
10-03-2010, 09:50 AM
|
|
A Coastal Crab
Server: Antonia Bayle
Forum posts: 0
File comments: 3
Uploads: 0
|
Quote:
Originally posted by evolva
""macro commands to starting timers for things such as tells OR chat notifications.""
<Page Name="MacroCommands" IsActive="true" OnShow="tell TargetPlayer You have Jester's Cap for 30 seconds" />
OR
<Page Name="MacroCommands" IsActive="true" OnShow="tellchannel Caetrene_JCap JCap on TargetPlayer" />
|
Oh, great. Yeah, that would explain it. Thanks!
|
|
|
10-03-2010, 05:16 PM
|
|
A Griffon
Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
|
I'm not really certain what it explains. I didn't say anything because I didn't see anything wrong with it and I don't even use the UI piece unfortunately.
If we want to quote things, it says "MacroCommands". There's nothing wrong with multi-line UI scripts as long as the commands don't use special characters that the UI engine interprets as something else... like math. Try without an apostrophe... maybe that's a reserved character.
|
|
|
10-07-2010, 01:10 PM
|
|
A Coastal Crab
Server: Antonia Bayle
Forum posts: 0
File comments: 3
Uploads: 0
|
Quote:
Originally posted by EQAditu
I'm not really certain what it explains. I didn't say anything because I didn't see anything wrong with it and I don't even use the UI piece unfortunately.
If we want to quote things, it says "MacroCommands". There's nothing wrong with multi-line UI scripts as long as the commands don't use special characters that the UI engine interprets as something else... like math. Try without an apostrophe... maybe that's a reserved character.
|
Yes, it was the apostrophe. Using a single command didn't help, but when I took out the apostrophe I can use both.
Thanks!
Last edited by khaer : 10-07-2010 at 01:11 PM.
|
|
|
10-26-2010, 02:26 AM
|
|
A Forest Scavenger
Server: Antonia Bayle
Forum posts: 18
File comments: 1
Uploads: 0
|
Window manipulation
I love this add on but I lost it after the GU58 update when I had to reinstall profit and fix a lot of corruption.
My only criticism of the mod was that the window was uneccessarily big and took up a lot of screen space and I couldn't position it to where I wanted it to appear because it just flashed on for less than a second when a group member's immunity was up.
What I really wanted was the same graphics window to be sizable and movable using the mouse and to remain fixed in a corner whether someone's immunity was up or not. This way I could see who had Jester's Cap on them and who was about to lose immunity.
However, the mod as is, is still invaluable... If wishes were horses...
|
|
|
10-26-2010, 09:51 AM
|
|
A Griffon
Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
|
The mod's instructions tell you what command to use to make the window always shown. You should be able to drag it by the titlebar or background. You can set it to use a text only mode to make it take up much less space.
|
|
|
03-16-2011, 05:55 PM
|
|
A Young Mystail Rat
Server: Antonia Bayle
Forum posts: 4
File comments: 4
Uploads: 1
|
Not working since velious launch
This is another add on that I loved using, but it hasn't worked for me since velious launch. I've tried reinstalling serveral different ways, and the eq2_custom file is setup correctly. Any suggestions?
|
|
|
03-17-2011, 10:05 PM
|
|
A Coastal Crab
Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
|
same
same, i cant make window come up
|
|
|
03-20-2011, 07:20 AM
|
|
A Coastal Crab
Server: Unkown
Forum posts: 0
File comments: 1
Uploads: 0
|
Hi people.
I have had this mod before but like a few others have posted, I lost it during an update. I have tried to get it up and running again but It shows as a black screen. This is what I have on my Custom XML.
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
</Page>
<Include>eq2ui_custom_buffimmunity.xml</Include>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
Apart from adding the " <include> " line, all I have done is paste the other .XML into the UI folder. I am sure I did it the same way last time. Am I missing something or have I just made a silly noob error that I can't see ?
Last edited by pelius08 : 03-20-2011 at 07:21 AM.
|
|
|
03-20-2011, 10:31 AM
|
|
A Griffon
Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
|
You put the include line outside of the Custom Page tag. I'll spare you the whole gripe about how Profit uses invalid XML by having more than one root element, but all custom include lines should be inside the Page tag. IE, after "<Page"-- and before "</Page>". Putting it outside... should put it in XML limbo therefore I have no idea how the game reads it. (That file would crash a standard XML parser to begin with)
|
|
|
03-23-2011, 06:15 PM
|
|
A Young Mystail Rat
Server: Antonia Bayle
Forum posts: 4
File comments: 4
Uploads: 1
|
Aditu is exactly correct, the "<Include>" should be between "<Page..." and "</Page>" (seems to go for everything besides profitui files, rofl). But, regardless, this issue is more related to changes that were pushed out during the xpac launch to the UI.
Here is my eq2ui_custom (this file has not changed in over a year).....
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
<Include>eq2ui_custom_buffimmunity.xml</Include>
<include>eq2ui_custom_Luosky_modified_dragowulfui_spelltimer.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
Both the buffimmunity and spelltimer mods have stopped working since velious launched. I can't seem to find the cause, so if someone more versed in the coding of these UI elements has a clue, I would love to hear of a fix.
Thanks!
Last edited by ccarro63 : 03-23-2011 at 06:16 PM.
|
|
|
03-23-2011, 07:02 PM
|
|
A Griffon
Server: Permafrost
Forum posts: 256
File comments: 156
Uploads: 10
|
Maybe EQ2 is being less tolerant of the invalid XML structure that Profit uses and not loading files from it correctly. My mod still works fine in my validly structured eq2ui_custom.xml file.
http://www.w3schools.com/xml/xml_validator.asp
EDIT
Nah, I don't seem to be able to break mine even if I emulate yours. Try putting the Profit include last instead of first. Maybe that file is messing up the rest of the loading.
Last edited by EQAditu : 03-24-2011 at 01:38 PM.
|
|
|
04-04-2011, 12:33 AM
|
|
A Young Mystail Rat
Server: Antonia Bayle
Forum posts: 4
File comments: 4
Uploads: 1
|
Quote:
Originally posted by EQAditu
Maybe EQ2 is being less tolerant of the invalid XML structure that Profit uses and not loading files from it correctly. My mod still works fine in my validly structured eq2ui_custom.xml file.
http://www.w3schools.com/xml/xml_validator.asp
EDIT
Nah, I don't seem to be able to break mine even if I emulate yours. Try putting the Profit include last instead of first. Maybe that file is messing up the rest of the loading.
|
Tried your suggestion and there was no difference, the window is there but even the "x" that is in the window (that would be used to close the window out) is just a black square. It does work to close the window so I suspect that the addon is actually working but the actual contents of the window are just black.
I will keep tinkering to see where my problem is at and hopefully come up with something.
Thanks for verifying that it is actually a local problem and not something within the addon itself.
|
|
|
05-02-2011, 11:37 PM
|
|
A Griffon
Server: Crushbone
Forum posts: 174
File comments: 50
Uploads: 14
|
Has anyone else been able to get this to work with ProfitUI or perhaps another base UI?
|
|
|
All times are GMT -5. The time now is 12:37 PM.
|
 |