Search the web
Sign In
New User? Sign Up
dg_scripts · DG scripts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 723 - 754 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
723
It seems that anything I have that has a wait #s in will not count down. For example: this room trig: Name: 'mirror teleport', VNum: [ 6901], RNum: [ 89] ...
Gilean of the Void
gilean42
Offline Send Email
Jul 19, 2005
7:41 pm
724
... I could make a guess, have you changed the MUD time or heartbeat function at all? Look at the process_wait function in dg_scripts.c and check dg_event.c...
Nate
rumble_tba
Offline Send Email
Jul 19, 2005
8:10 pm
725
Ok, here is what you asked for: version: CircleMUD, version 3.1 OasisOLC 2.0.6 DG Scripts 1.0.13 CWG SunTzu - 2.6.30 ... -- A little, I added some stuff, but I...
Gilean of the Void
gilean42
Offline Send Email
Jul 19, 2005
8:39 pm
726
Ok, I feel dumb now. Nevermind! I didn't break it, but someone who was helping me did. There is an extern pulse that DG uses to count the wait states, and a...
Gilean of the Void
gilean42
Offline Send Email
Jul 19, 2005
10:46 pm
727
Hey, Has anyone else added the ability to make functions from scripts? as in: script A, calls script B and passes variables to it, and stops running until...
Jamie Nelson
mordecai4d
Offline Send Email
Aug 14, 2005
5:41 am
728
Sorry for the length of this in advance. I will have a copy up on the web shortly. Even though this email is long, the whole thing is basically the addition of...
Jamie Nelson
mordecai4d
Offline Send Email
Aug 16, 2005
9:11 am
729
Amendment in line, to fix issue where variables didn't fully pass back to original script. (kinda a 'Duh!') ... + struct trig_var_data *vd = NULL; ... --SNIP--...
Jamie
mordecai@...
Send Email
Aug 19, 2005
10:00 am
730
TBA has moved to a new server hosted by Zizazat of CWG (CircleMUD with Goodies) and we are planning on expanding our services by combining efforts with the CWG...
Nate
rumble_tba
Offline Send Email
Sep 20, 2005
7:24 pm
731
I have been meaning to write a shop via triggers for a long time. I wonder if sedit is even necessary... Anyways, here is what I did and looking for...
Nate
rumble_tba
Offline Send Email
Oct 10, 2005
10:53 pm
732
... I like sedit because it's a simple way to do normal shops, open close times, all that jazz. However, while thinking of how to handle quest points/tokens ...
Gilean of the Void
gilean42
Offline Send Email
Oct 12, 2005
3:52 pm
733
Hi dg_scripts, This test is funny: What's Your True Color? http://web.tickle.com/invite?test=1108&type=t You can see how I scored at the end. David...
wot.narg@...
wot_narg
Offline Send Email
Jan 31, 2006
4:47 am
734
And here's me thinking. Yay! The mailing list is alive again. -- Jamie Nelson Mordecai http://4dimensions.org...
Jamie Nelson
mordecai4d
Offline Send Email
Jan 31, 2006
4:54 am
735
Is anyone able to change this list so that only members can post to it? Maybe it will at least slow some of this spam crap. --gil ... gilean at yahoo.com -...
Gilean of the Void
gilean42
Offline Send Email
Feb 4, 2006
4:59 am
736
Ahem, sorry. The original message was a social networking site being sneaky with my address book. *mutter* I'm not one to intentionally spam a mailinglist with...
Narg
wot_narg
Offline Send Email
Feb 5, 2006
12:38 am
737
... Wow, it is a public group. Welcor is about, he can change it or maybe he'll give me access. This list has been rather dead. Everyone with trigedit...
Nate
rumble_tba
Offline Send Email
Feb 5, 2006
2:26 am
738
Hey Guys, How is the development of the next version of dg_scripts coming. Is there anything I can do to help? Can you post your current TODO list? Respond in...
Jamie Nelson
mordecai@...
Send Email
May 18, 2006
10:07 am
739
After modifying dg significantly, and running into some structural issues, I've considered doing a bit of a mix up: reimplementing dg and its bindings in...
Narg
wot_narg
Offline Send Email
May 19, 2006
5:31 am
740
If it can be made backwards compatible. Then that is fine. But a consideration you could look at is that you will then have 2 languages that the programmer of...
Jamie Nelson
mordecai4d
Offline Send Email
May 19, 2006
6:08 am
741
dg syntax is simple enough that writing a converter on the file that stores the scripts should be fairly easy (hopefully). -- ~Narg GPG Public key at: ...
Narg
wot_narg
Offline Send Email
May 19, 2006
9:04 pm
742
I'm fairly new at this stuff only bit more then a year working with scripts. I have been having issues with it causing several errors. For example. [ Trigger:...
cronax_me
Offline Send Email
Nov 1, 2006
12:19 am
743
... These errors are caused by not having a target. i.e. person already left etc. Without a target it defaults to the room and rooms obviously don't have...
Nate
rumble_tba
Offline Send Email
Nov 1, 2006
6:10 am
745
No, this happens while the player is fighting the mob with these scripts. Each time the script is called during the fight i see all 3 errors. The mob gets...
cronax_me
Offline Send Email
Nov 1, 2006
11:19 pm
746
It looks more like you are just using the wrong variable. I don't know much about %random.char%, but with what the errors are saying, it's confused on the ...
yourmomsmellsfunny
yourmomsmell...
Offline Send Email
Nov 2, 2006
12:25 am
747
I would change it to this, personally. As %random.char% can sometimes return a blank target. set target %random.char% if %target% if (%target.canbeseen% &&...
Jamie Nelson
mordecai4d
Offline Send Email
Nov 2, 2006
12:55 am
748
Thanks, just adding the if %target% fixed all my problems. ... [mailto:dg_scripts@yahoogroups.com] On...
cronax_me
Offline Send Email
Nov 2, 2006
11:17 pm
749
I am having a few issues with making this script work. Haveing acouple issues with it. What i intended is i have a bunch of objects i want to react if a mage...
cronax_me
Offline Send Email
Jan 6, 2007
6:37 pm
751
From: dg_scripts@yahoogroups.com [mailto:dg_scripts@yahoogroups.com] On Behalf Of cronax_me Sent: Sunday, 7 January 2007 7:30 a.m. To:...
Jamie Nelson
mordecai4d
Offline Send Email
Jan 7, 2007
7:29 am
752
That works great expect now when the global limit is reached the player cant use the fireball spell. Ugg....
cronax_me
Offline Send Email
Jan 7, 2007
3:42 pm
753
... Use detach after you reach the max use # detach <trig #> %self.id% or detach all %self.id% Rumble The Builder Academy builderacademy.net 9091...
Nate
rumble_tba
Offline Send Email
Jan 7, 2007
6:37 pm
754
This would be my version (mailer trig, not tested): * if command is cast and arg is fireshield (and all abbrevs of each) if %cmd.mudcommand% == cast &&...
Nate
rumble_tba
Offline Send Email
Jan 7, 2007
7:16 pm
Messages 723 - 754 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help