|
Aravok Newbie
Joined: 16 Oct 2009 Posts: 7
|
Posted: Fri Oct 16, 2009 1:37 am
Could someone help me make this plz |
I hope this isn't a duplicate post but anyways here goes...
You still need to find the following:
British's crown.
A wooden club.
A pair of spectacles.
I was wondering if someone could give me a hint on how to transfer something like this to a new window and refresh every time an item(s) are removed from the list, also I had once before had a trigger to also highlight the correct item when it was c located in all the item spam...
any info on this would be fantastic and thank you all in advance for the replies |
|
|
|
orphean Apprentice
Joined: 21 Oct 2008 Posts: 147 Location: Olympia, WA
|
Posted: Fri Oct 16, 2009 3:11 am |
What does the list output end with? Is it a blank line? Your prompt?
|
|
|
|
Aravok Newbie
Joined: 16 Oct 2009 Posts: 7
|
Posted: Fri Oct 16, 2009 3:57 am |
it ends in a blank line, also when you finish an item on the quest card it comes up as this and the card also starts with 4 items per card
You touch a runed scroll to a quest card, and a runed scroll vanishes!
I also looked through all the highlighting threads i found after i found the search and found nothing to what i would love to do for example you get and item on a card
I c loc <item> and a massive list comes up you have to carefully read through this list of items to find the right one, it would be nice for it to be highlighted in a diff color, the highlighted item gets pulled from the list that was made in the second window that decreases after you start completing them i hope this is a little more decriptive on what i would like to do :)
im stupid when it comes to this stuff :( but good at retaining it :)
thanks again |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Oct 16, 2009 10:31 pm |
#TRIGGER "qstart" {^You still need to find the following:} {QuestItems="";#TEMP "qtemp" {^$} {#STATE qstart 0}}
#COND {^(*)$} {#ADDITEM QuestItems {%1}} {manual}
#TRIGGER "coloritem" {{@QuestItems}} {#CW red}
#TRIGGER "qremove" {^You get ({@QuestItems})} {#DELITEM QuestItems %1}
#STW on
#STW "%expandlist(@questitems,%cr)"
This should get you started for displaying it in the status window and updating it. |
|
|
|
Aravok Newbie
Joined: 16 Oct 2009 Posts: 7
|
Posted: Sat Oct 17, 2009 5:02 am |
Nice thanks a bunch one other question how would I would i make it so it adds 2.card and so on for when i get more cards so it adds all the item from each card
thanks again |
|
|
|
|
|