View Single Post
  #5  
Unread 03-14-2014, 08:48 PM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

I doubt getting an item link is possible, but you might be able to autopopulate the item name with some delving.

Add a couple textboxes and the general form would be something like:

Code:
"guild points subtract " ## (Parent.DKPTextBox.Text) ## " " ## (Parent.GroupMemberCombo.SelectedItem.Text) ## " " ## (Parent.CommentTextBox.Text)
Quote:

/guild points {add/subtract} {point value} {who} {comment}

/guild points add 100 raid PR Raid for fun 4/10/2010

point value - you can "add" a negative number if you like.

who can be
  • a specific toon's name
  • "all" for the whole guild
  • "online" for players currently logged in
  • "group" for guild members in group with you
  • "raid" for members on a raid with you.
comment - you can add a text comment to explain the addition or subtraction of points.

/guild points view player name - will bring up a verbose list containing any comments included with points changes.
Reply With Quote