View Single Post
  #57  
Unread 12-04-2007, 03:00 AM
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

Quote:
Originally Posted by Deynah View Post
Are there any examples for the C2C player, group and raid.. I'm somehow too dumb to get it work with my warden.
Hi Deynah, 1st off your UI has to support EQ2H's C2C.

Make sure your class, spell 1 and if needed spell 2 is populated.

So lets say you are a Troub and your set spell 1 to Jester's Cap on the Trauma tab.

You could enter the following script

gsay %s1% on %gm%
uaop %gm% %s1%

In game the following will be executed if you clicked on the trauma effect icon for group member 1 and Group member 1's name is Likestocast
/g Jester's Cap on Likestocast
/useabilityonplayer Likestocast Jester's Cap

Or you could enter the script just like above if you wish with out the /

gsay %s1% on %gm%
useabilityonplayer %gm% %s1%

You don't even have to use the %s1% variable if you just want to type in the spells name. But if the spells name has a ' in it. It will not work because of the way SOE UI script handles '. You CAN NOT substitute &Pos; for ' it will not work in EQ2H. If the spell's name has a ' in it, you will have to selected it from the spell1 or spell2's dropdown list and use the %s1% or %s2% variable.

%gm% is a variable for group member. you do not need to specify what group member, EQ2H knows what one goes with what icons.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 12-04-2007 at 03:05 AM.
Reply With Quote