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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 624 - 653 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
624
When loading a mob or object, a variable for it should be made, so that the mob, room or object that loaded it can then access it directly. I had a brief look...
Jamie
mordecai4d
Offline Send Email
May 3, 2004
1:32 am
625
... From: "Jamie" <mordecai@...> To: <dg_scripts@yahoogroups.com> Sent: Monday, May 03, 2004 3:32 AM Subject: [DG_SCRIPTS] load what where? ... Here's...
Welcor
welcor_of_cr...
Offline Send Email
May 3, 2004
12:22 pm
626
... Here's one go at a solution: if (SCRIPT(room)) { // it _should_ have, but it might be detached. char buf[MAX_INPUT_LENGTH]; sprintf(buf, "%c%ld", UID_CHAR,...
Jamie Nelson
mordecai4d
Offline Send Email
May 4, 2004
11:33 pm
627
This may be a stack problem, or something. But here is the traceback from gdb. Its like, the mob exists that is being called, but the script it has has been...
Jamie Nelson
mordecai4d
Offline Send Email
May 6, 2004
8:20 am
628
echoaround commands, for the TO_ROOM option, don't check that the victim is in NOWHERE. And i just had a case when a victim was in nowhere and find_char found ...
Jamie Nelson
mordecai4d
Offline Send Email
May 17, 2004
10:19 pm
629
HOME BASED BUSINESS OPPORTUNITY ! Earn thousands from the comfort of your home by selling household products on the Internet. Commission Based payments – No...
kallegiri
Offline Send Email
May 25, 2004
3:00 am
630
Due to some occasions recently with people spamming the list with unsolicited email, I've changed the group settings to require my approval before people can...
Welcor
welcor_of_cr...
Offline Send Email
May 25, 2004
4:44 pm
631
I would like to have a mob fight trigger be able to make the person attacking the mob to sit - similar to the effect of a bash or trip, but to appear like: "As...
Ken Ray
kenr86
Offline Send Email
May 30, 2004
2:20 pm
632
... Kind of ironic, I idea'd this a while back. Welcor added it to TBA yesterday. I haven't even had time to test it yet. Welcor will add it next patch and I...
Nate
rumble_tba
Offline Send Email
May 31, 2004
11:20 am
633
Hello everybody! Some while back i got this trigger from this mailinglist. It really got me interested and ive been working on it since that time. It doesnt...
Pascal Tielkens
phmtielkens@...
Send Email
Jun 15, 2004
11:19 pm
634
... From: "Pascal Tielkens" <phmtielkens@...> To: <dg_scripts@yahoogroups.com> Sent: Wednesday, June 16, 2004 1:17 AM Subject: [DG_SCRIPTS] Locking...
Welcor
welcor_of_cr...
Offline Send Email
Jun 16, 2004
10:59 am
635
I am not sure if this is at all possible with the current DG code, but if it isn't I think it would be a very useful addition. What I want is a script that...
molly.4d
molly.4d@...
Send Email
Jun 27, 2004
6:48 am
636
... It already does depending on your trigedit version object variable: contents - Gives the first object in a container. TSTAT 32 Name: 'Mob Checks...
Nate
rumble_tba
Offline Send Email
Jun 27, 2004
12:52 pm
637
... Från: "Nate" <groups@...> Till: <dg_scripts@yahoogroups.com> Skickat: den 27 juni 2004 14:52 Ämne: [DG_SCRIPTS] Re: container script? ... ...
molly.4d
molly.4d@...
Send Email
Jun 28, 2004
7:25 am
638
... hopefully you have the help files and example trigs that comes with trigedit now. help trig-type help trigedit-obj-give TRIGEDIT-OBJ-GIVE Activated when a...
Nate
rumble_tba
Offline Send Email
Jun 28, 2004
5:34 pm
639
_________________________________________________________________ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com [Non-text portions of this...
fabricio costa
fantebsb
Offline Send Email
Sep 2, 2004
11:49 pm
640
... From: "fabricio costa" Subject: [DG_SCRIPTS] %actor% is not working with player, why? Well, it's hard to tell, really, with the amount of information...
Welcor
welcor_of_cr...
Offline Send Email
Sep 3, 2004
8:45 am
641
Sorry about the text... i think i forgot to retype it when i sent the email ... I'm not using with hassle on and not even invisible, my version in the last one...
fabricio costa
fantebsb
Offline Send Email
Sep 3, 2004
9:13 pm
642
Make sure you have the following lines in the correct place: if (PLR_FLAGGED(d->character, PLR_FROZEN)) load_room = r_frozen_start_room; +...
Welcor
welcor_of_cr...
Offline Send Email
Sep 4, 2004
1:32 am
643
Thanks very much welcor... It was missing the following line inside nany: add_to_lookup_table(GET_ID(d->character), (void *)d->character); I just added it and...
fabricio costa
fantebsb
Offline Send Email
Sep 4, 2004
2:28 am
644
Well, i'm a little bit stupid, so i need people help again, but now is just to create a trigger. I need an object trigger, that works every 13 seconds (random)...
fabricio costa
fantebsb
Offline Send Email
Sep 4, 2004
4:25 pm
645
So i here from some of my builders, that the builders academy has version 1.0.14 and keep asking me for some of the functions of this upgrade. When might this...
scmeis1
Offline Send Email
Sep 5, 2004
12:46 am
646
... From: "scmeis1" <scmeis1@...> To: <dg_scripts@yahoogroups.com> Sent: Sunday, September 05, 2004 2:46 AM Subject: [DG_SCRIPTS] New version?? ... As...
Welcor
welcor_of_cr...
Offline Send Email
Sep 5, 2004
1:03 am
647
... From: "fabricio costa" ... just ... work... A lot of the triggers in the distributions example 0.trg file use random type triggers to do what you want. he...
Welcor
welcor_of_cr...
Offline Send Email
Sep 5, 2004
1:06 am
648
One of my builders noticed high IDnums on mobs and rooms, is this normal? Here is some output. I noticed that the comment next to the line "long id" for both...
Gilean of the Void
gilean42
Online Now Send Email
Sep 12, 2004
5:00 am
649
... From: "Gilean of the Void" ... <snip of examples> Quote from dg_scripts.h: /* player id's: 0 to MOB_ID_BASE - 1 */ /* mob id's: MOB_ID_BASE to...
Welcor
welcor_of_cr...
Offline Send Email
Sep 12, 2004
6:48 pm
650
... <-- cut --> ... Ahh, ok. I guess I need to spend some time reading through these files! :) Thanks for the help and I look forward to new DG goodness :) ...
Gilean of the Void
gilean42
Online Now Send Email
Sep 13, 2004
1:35 am
651
Sorry about the nagging, but... The GIVE trigger doesn't help for what I need either. It obviously has to be set on the object that is put into the container....
molly.4d
molly.4d@...
Send Email
Sep 17, 2004
10:42 pm
652
Ok, one of my builders put in a command for a room. The room is an old wooden bridge, and the script just puts an echo that it creaks or something every so ...
Gilean of the Void
gilean42
Online Now Send Email
Sep 23, 2004
3:26 am
653
... From: "Gilean of the Void" ... This is intended behaviour. When you add a trigger entry in zedit, it is added on every zone reset. This can be very useful...
Welcor
welcor_of_cr...
Offline Send Email
Sep 23, 2004
7:43 am
Messages 624 - 653 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