|
maz Newbie
Joined: 24 Jul 2006 Posts: 2
|
Posted: Mon Jul 24, 2006 2:18 am
Some different questions |
Ok, im just gonna state my questions.
1) I was going to easy the process of questing. I play on a Godwars mud and i have been going through all posts regarding this but actually none has the answer. The thing is that with regular questing you have just the items but with custom questing you have it a bit different.
I want to capture the questitems to a new window.
when I type custom list i get:
1) Goto Gargamel's Castle.
2) Visit the black pudding.
3) Collect A strange template.
4) Kill A dusty skeleton.
Where the goto,visit, collect and kill are randomly.
My trigger is now:
#CLASS {tell capture} {enable|menu}
#TRIGGER {Visit} {#CAPTURE QUEST}
#TRIGGER {Collect} {#CAPTURE QUEST}
etc
#CLASS 0
this is quite annoying since i have NOT found how to use 1) 2) in the trigger instead of visit, kill, collect etc. How do i do this?
Ive tried 1~)~ but that wont work either.
2) These capture windows are tabbed on the top. Is there any way to customise the tabs like you can do with the menu? size etc.
Also. Can you somehow edit the "black" stripe above the windows? I.e the main window has the name of the MUD atm. But the capture windows have nothing, they are just back.
3) And finally questions about GAG.
My current trigger is:
#CLASS {communication}
#CLASS 0
#CLASS {communication|Healer Spam}
#VAR healer {Homer Simpson|Susan|Bursar}
#TRIGGER {{@healer} utters the words(*)} {#GAG}
#TRIGGER {{@healer} utters the word(*)} {#GAG}
#CLASS 0
But that just GAG the words. It still ticks the prompt everytime the healer said something. ie:
< 2413XP - 23760H 31760V >
< 2413XP - 23760H 31760V >
< 2413XP - 23760H 31760V >
I tried #GAG -1
but that wouldnt do it. Then i see the spam again. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Mon Jul 24, 2006 4:22 am |
1) #TR {(%d)~) {goto|visit|collect|kill}} {#CAP Quest;#GAG}
2) not sure about the title bars
3) make a seperate trigger to gag out your prompt, after gathering relevent data for use somewhere else |
|
_________________ Discord: Shalimarwildcat |
|
|
|
maz Newbie
Joined: 24 Jul 2006 Posts: 2
|
Posted: Mon Jul 24, 2006 5:06 am |
thnx for your answer, ill try the first one as soon as ill wake up tomorrow :)
regarding that 3rd answer. well im kinda new with this stuff so i dont know where to start though :/ |
|
|
|
|
|