View Single Post
  #10  
Unread 01-12-2008, 04:29 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by stabyah View Post
<Button BackgroundOpacity="0.000" LocalTooltip="Trauma" Name="Cure1" OnPress="use_itemvdl -1199379400 ; use_itemvdl -292985664 target_previous" ScrollExtent="12,12" Size="12,12" Style="/Fetish.ButtonStyles.invisible" Tooltip="Trauma" />
<Button BackgroundOpacity="0.000" LocalTooltip="Arcane" Location="14,0" Name="Cure2" OnPress="use_itemvdl -633056365 ; use_itemvdl -1940923547 target_previous" ScrollExtent="12,12" Size="12,12" Style="/Fetish.ButtonStyles.invisible" Tooltip="Arcane" />
<Button BackgroundOpacity="0.000" LocalTooltip="Noxious" Location="0,33" Name="Cure3" OnPress="use_itemvdl -544446557 target_previous" ScrollExtent="12,12" Size="12,12" Style="/Fetish.ButtonStyles.invisible" Tooltip="Noxious" />
<Button BackgroundOpacity="0.000" LocalTooltip="Elemental" Location="14,33" Name="Cure4" OnPress="use_itemvdl -885373083 ; use_itemvdl -528994112 target_previous" ScrollExtent="12,12" Size="12,12" Style="/Fetish.ButtonStyles.invisible" Tooltip="Elemental" />





this is what I have atm for my click cures for potions..my noxious remedy is not working and I have the item in my bag but yet it tells me I do not.....any clues? The reason I got two numbers on the others minus the nox is I read somewhere it would use any of the ones I have listed but yet it does not :/
Yep I can tell you why... you have "use_itemvdl <number> target_previous" -- you're missing the ; after the <number>
Reply With Quote