EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 10-24-2009, 04:37 AM
itpaladin itpaladin is offline
A Grizzled Badger
 
Join Date: Dec 2006
Server: Unrest
Posts: 49
Default Click cure/cast shards wonkiness

It seems editing the cures file doesn't stick, as I inserted the elemental cure where None is.
I am still getting the 'not in your inventory' thing when I have elemental cure.

Anyone else have this problem?

The other day my buttons on group window were all messed up showing what looked like XML code instead of the names of the buttons when mouse hovered over. Sometime later it fixed itself.
Reply With Quote
  #2  
Unread 10-25-2009, 10:10 PM
noellem noellem is offline
A Young Mystail Rat
 
Join Date: Mar 2008
Server: Kithicor
Posts: 6
Default

I am having the same issues. C2C not working. Dont have the xml, but notification that "This item no longer exists or is not in inventory" message. Looking for a solution.
Reply With Quote
  #3  
Unread 10-26-2009, 12:58 PM
itpaladin itpaladin is offline
A Grizzled Badger
 
Join Date: Dec 2006
Server: Unrest
Posts: 49
Default

I even tried instead of inserting the word, but noticing the numbers in the other class lines, inserting the same number, and that did not work.

I had a thread about this a week or two ago which was locked, and in replying in another person's thread which I showed how I had problems even saving the file. This problem is not solved as the updater looks like it replaces the cures file after you save it.

Quote:
A Conjuror has by default only Cure Arcance for curing arcane impairments. For everything else by default a potion is used. However, you may have decided for your Conjuror to get the Cure Elemental spell via AA. In this case replace the NONE above by Cure Elemental.
This I did, and it was changed, so I tried the number method, which I thought worked, maybe not, been a while, but it was changed by the updater anyway.

Notice what the FAQ linked for me (which I tried to find on my own from the front page down, and the ProfitUI section down and could not find it) says vs what the actual file shows:


Notice what the FAQ linked for me (which I tried to find on my own from the front page down, and the ProfitUI section down and could not find it) says vs what the actual file shows:


FAQ -

Notice what the FAQ linked for me (which I tried to find on my own from the front page down, and the ProfitUI section down and could not find it) says vs what the actual file shows:


FAQ -

Quote:
Configuring Cure Spells

Quote:<Data Name="Assassin" TraumaCure="NONE" ArcaneCure="NONE" NoxiousCure="NONE" ElementalCure="NONE"/>
...
<Data Name="Conjuror" TraumaCure="NONE" ArcaneCure="Cure Arcane" NoxiousCure="NONE" ElementalCure="NONE"/>

Actual "_ProfitUI_Cures.txt" -

Quote:
<Data Name="Conjuror" TraumaCure="NONE" ArcaneCure="3530975588" NoxiousCure="NONE" ElementalCure="NONE" CurseCure="NONE"/>
I don't know if it is a Vista thing or not, but it is a pain to change the file and attempt to save it, as I said in another thread (I have to make the change, save it as a different name, delete the original, then change the changed one to the original's name.

Last edited by itpaladin : 10-26-2009 at 01:25 PM.
Reply With Quote
  #4  
Unread 10-26-2009, 03:17 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

If I am not mistaking I think what the AA for conjuror does is adds an elemental cure to the Cure Arcane spell and not give you a new spell for just elemental. If I'm right then for cure Elemental you'll just want to add Cure Arcane in the code.

<Data Name="Conjuror" TraumaCure="NONE" ArcaneCure="Cure Arcane" NoxiousCure="NONE" ElementalCure="Cure Arcane" CurseCure="NONE"/>
Reply With Quote
  #5  
Unread 10-26-2009, 04:16 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

Quote:
Originally Posted by itpaladin View Post
I even tried instead of inserting the word, but noticing the numbers in the other class lines, inserting the same number, and that did not work.

I had a thread about this a week or two ago which was locked, and in replying in another person's thread which I showed how I had problems even saving the file. This problem is not solved as the updater looks like it replaces the cures file after you save it.



This I did, and it was changed, so I tried the number method, which I thought worked, maybe not, been a while, but it was changed by the updater anyway.

Notice what the FAQ linked for me (which I tried to find on my own from the front page down, and the ProfitUI section down and could not find it) says vs what the actual file shows:


Notice what the FAQ linked for me (which I tried to find on my own from the front page down, and the ProfitUI section down and could not find it) says vs what the actual file shows:


FAQ -

Notice what the FAQ linked for me (which I tried to find on my own from the front page down, and the ProfitUI section down and could not find it) says vs what the actual file shows:


FAQ -




Actual "_ProfitUI_Cures.txt" -



I don't know if it is a Vista thing or not, but it is a pain to change the file and attempt to save it, as I said in another thread (I have to make the change, save it as a different name, delete the original, then change the changed one to the original's name.
I'm not sure why you're having to save it to a different name unless you have read only attribute checked because I edit this file all the time and save. The code you want though as I was wrong in my other post is

<Data Name="Conjuror" TraumaCure="NONE" ArcaneCure="3530975588" NoxiousCure="NONE" ElementalCure="Cure Elemental" CurseCure="NONE"/>

Not sure of the number to use as Numbers are generaly for International users. Anyway if this is in a directory other than ProfitUI folder then of course when you run the patcher you're losing all your changes. You also need to set ignore files in profit updater and you need to check the read only attribute of the file Properties read only unchecked.
Reply With Quote
  #6  
Unread 10-27-2009, 05:04 AM
itpaladin itpaladin is offline
A Grizzled Badger
 
Join Date: Dec 2006
Server: Unrest
Posts: 49
Default

See my reply here on the wierdness with saving the file in Vista.
Reply With Quote
  #7  
Unread 10-27-2009, 10:45 AM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

You have user access control enabled and because the file is in the Program files folder it is considered read only. You need to disable UAC or move the Installation to a directory other than program files/sony/everquest2/ most recommend disabling UAC

You say that the updater replaces it each time so gonna ask Profit updater or game patcher if its the game patcher then your profit isn't installed in the right directory. And yes I use vista and haven't had the issue.
Reply With Quote
  #8  
Unread 10-28-2009, 03:27 PM
itpaladin itpaladin is offline
A Grizzled Badger
 
Join Date: Dec 2006
Server: Unrest
Posts: 49
Default

Quote:
Originally Posted by Eowaubeth View Post
You have user access control enabled and because the file is in the Program files folder it is considered read only. You need to disable UAC or move the Installation to a directory other than program files/sony/everquest2/ most recommend disabling UAC

You say that the updater replaces it each time so gonna ask Profit updater or game patcher if its the game patcher then your profit isn't installed in the right directory. And yes I use vista and haven't had the issue.

It isn't.........
Reply With Quote
  #9  
Unread 10-28-2009, 04:27 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

well then don't know what to tell you. If you can't overwrite a file something is wrong. I've only found file protected by read only attribute or flag as Operating system files to be that way.
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 12:34 PM.


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