EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 03-23-2008, 06:37 AM
cmarsh cmarsh is offline
A Brown Bear
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 8
Default help with the apostrophe

Im using Celestians templar group UI, very nice mod. One question
I can't get Supplicant's Prayer to work, it has something to do with the apostrophe.
Im 100% sure that i've entered the spell correctly into the celestians code.
Ive read a post and tried “applicant's Prayer” (with the extra quotation mar ks but that didn't work. Pease please help me.

This is the actual code, I hope Celestain doesn't get mad at me posting his code.

<Page Location="135,0" Name="BestowalOfVitaePage" ScrollExtent="27,27" Size="27,27">
<Button LocalTooltip="reactive heal" Name="BestowalOfVitaeButton" OnPress="target_none
target_self
useability Supplicant's Prayer" Opacity="0.000" ScrollExtent="27,27" Size="27,27"></Button>
<Icon IconRect="209,0,252,39" IconResource="images/icons/icon_ss6.dds" Name="BestowalOfVitaeIcon" ScrollExtent="27,27" Size="27,27" TreatAsButton="true"/>
</Page>


Chris
Reply With Quote
  #2  
Unread 03-23-2008, 10:46 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

And you've tried:

<Page Location="135,0" Name="BestowalOfVitaePage" ScrollExtent="27,27" Size="27,27">
<Button LocalTooltip="reactive heal" Name="BestowalOfVitaeButton" OnPress="target_none
target_self
useability `Supplicant's Prayer`" Opacity="0.000" ScrollExtent="27,27" Size="27,27"></Button>
<Icon IconRect="209,0,252,39" IconResource="images/icons/icon_ss6.dds" Name="BestowalOfVitaeIcon" ScrollExtent="27,27" Size="27,27" TreatAsButton="true"/>
</Page>

That might work. Extra " shouldn't work because they're closing the string at the start (since they were used to start it in the first place) but the back apostrophe should serve as a text delimiter to say `Supplicant's Prayer` is one whole string.

If not you could try doing something like OnHover="A=Supplicant's Prayer
OnPress=OnPress="target_none
target_self
useability " ## A

That may work, but my brain is still a bit sleep befuddled so not 100% sure on the coding.
Reply With Quote
  #3  
Unread 03-23-2008, 12:10 PM
cmarsh cmarsh is offline
A Brown Bear
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 8
Default

thans ill give it a try
Reply With Quote
  #4  
Unread 03-23-2008, 09:14 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Code:
<Page Location="135,0" Name="BestowalOfVitaePage" ScrollExtent="27,27" Size="27,27">
<Button LocalTooltip="reactive heal" Name="BestowalOfVitaeButton" OnPress="target_none
target_self
useability Spell" Spell="Supplicant's Prayer" Opacity="0.000" ScrollExtent="27,27" Size="27,27"></Button>
<Icon IconRect="209,0,252,39" IconResource="images/icons/icon_ss6.dds" Name="BestowalOfVitaeIcon" ScrollExtent="27,27" Size="27,27" TreatAsButton="true"/>
</Page>
Replaced useability Supplicant's Prayer with useability Spell and add a Property names Spell (Spell="Supplicant's Prayer"). This is the only way I've been able to reliable get the game to use spells with ' in them. It is also how the click to cure/cast works in Henchman.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #5  
Unread 03-25-2008, 03:28 PM
cmarsh cmarsh is offline
A Brown Bear
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 8
Default

thanx for all the help on that one landiins option worked.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:37 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI