Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
lewdpotato
Novice


Joined: 16 May 2002
Posts: 48
Location: USA

PostPosted: Mon Apr 15, 2002 2:54 pm   

GodWars triggers
 
Ok you all know that Godwars requires you to quest with quest cards. Well when you look a quest card it says somthing like this

You need these items for quest:

a raft
a rod of smith
purple clock
head of some dumbass

Ok what i want is for my triger to look at quest card, see the 4 items and go get them, now some items need to be walken to, so there might be alot of commands. Is there a way for a triger to see the first item, then get that look at card again, and get the next item?

Right now i am using aliases to quest. I have to look at card then type in a item i want.

thanks for help

Zmud or nothing
Reply with quote
TonDiening
GURU


Joined: 26 Jul 2001
Posts: 1958
Location: Canada

PostPosted: Tue Apr 16, 2002 6:12 am   
 
#TRIGGER {You need these items for quest:$$(%*)$(%*)$(%*)$(%*)} {#VAR V_Quest_Items %concat("%1","|","%2","|","%3","|","%4");#T+ Questing;#VAR V_Quest_Item 1;do_quest_get}

#CLASS Questing
#ALIAS do_quest_get {.. here you'll have to match %item(@V_Quest_Items,@V_Quest_Item ) against a database for where you have to go and what you have to do.. }
#TRIGGER {You get %item(@V_Quest_Items,@V_Quest_Item )} {#ADD V_Quest_Item 1;#IF (@V_Quest_Item > 4){#T- Questing;.. head to quest finish spot here} {do_quest_get}}
#CLASS 0

Database would remember locations, action to get it ie kill or whatever, flag message to get the object ie you killed so-and-so, action to get the object.
Something to that effect.

Ton Diening
Reply with quote
Desryn
Newbie


Joined: 25 Aug 2003
Posts: 9

PostPosted: Thu Aug 28, 2003 7:08 pm   
 
Needing to know 2 Things how to install that Script and how to make a Database Entry with the Quest item

Thank you very much
AldWulf
Reply with quote
TonDiening
GURU


Joined: 26 Jul 2001
Posts: 1958
Location: Canada

PostPosted: Wed Sep 03, 2003 4:54 am   
 
Just read your request and this involves many hours of work for a Mud I don't play.

Most likely the finished result, as Matt said, would not be welcome.
Reply with quote
Desryn
Newbie


Joined: 25 Aug 2003
Posts: 9

PostPosted: Wed Sep 03, 2003 2:19 pm   
 
i no longer need it as i made it with Alais's for the most part And is very welcome as long as i am at my computer and can give a yell when they call Roll Call
Reply with quote
mrnokia
Newbie


Joined: 16 Jan 2004
Posts: 1
Location: USA

PostPosted: Fri Jan 16, 2004 3:50 pm   
 
What i did for the trigger was set up a trigger to capture --> %a
Had a class called questing when it captures the first item it turns off the trigger so no more are captured, then tell (your name) go get %1, that would set off another trigger to do the path and command. and complete card (object) when it says you need 1 more object turn trigger back on , wait 2 seconds and complete card

It'll do it over and over again till you have to search for like pink ice ring or purple cloak etc.

Good luch
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net