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 612 - 641 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
612
what happens, if on a zone reset, the wear trigger of an object returns 0 then purges itself, as in: type: wear for: objects narg: 100 commands: if...
Jamie
mordecai4d
Offline Send Email
Apr 8, 2004
4:48 am
613
... Ohh, it's the old evil self-reply. Anyway, successfully converted all the otriger functions in dg_triggers.c to return -1 if the object doesn't exist. And...
Jamie Nelson
mordecai4d
Offline Send Email
Apr 8, 2004
5:49 am
614
Where Can I get a patch from converting my current version of DGS (version 0.99 pl11) to the newest version, 1.0.14?...
aether_gray
Offline Send Email
Apr 10, 2004
2:59 am
615
... From: "aether_gray" ... Sorry, but there's no direct patch - you'll have to patch to 1.0.12 and further to 1.0.13. Up to 1.0.12: ...
Thomas Arp
welcor_of_cr...
Offline Send Email
Apr 10, 2004
1:35 pm
616
Hi all, I have posted this before but as welcor asked for me to post a more indepth debug. I am running CWG lastest version with regen.bpl21 from the circle...
scmeis1
Offline Send Email
Apr 18, 2004
9:50 pm
617
... Hi all, I have posted this before but as welcor asked for me to post a more indepth debug. I am running CWG lastest version with regen.bpl21 from the...
Jamie Nelson
mordecai4d
Offline Send Email
Apr 19, 2004
5:30 am
618
My apologies to welcor as i sent my last reply to him instead of to the list. I think i have found my problem with event based regen.patch from the circle...
Scott Meisenholder
scmeis1
Offline Send Email
Apr 22, 2004
9:38 pm
619
... From: "Scott Meisenholder" ... No problem. Did you try the fix I sent you ? Add these lines to db.c : free_char() while (ch->affected) affect_remove(ch,...
Welcor
welcor_of_cr...
Offline Send Email
Apr 22, 2004
10:28 pm
620
... I used your logic, and solved my problem. The whole problem like i thought was ascii pfiles loading the char into the void and the free_char(). So the...
Scott Meisenholder
scmeis1
Offline Send Email
Apr 22, 2004
11:04 pm
621
Thanks welcor, This group site is a bit slow, today saturday i just got these messages. But i figured out what you sent me was the fix. Thanks! Scott ...
Scott Meisenholder
scmeis1
Offline Send Email
Apr 24, 2004
3:13 pm
622
@@ -2093,13 +2261,17 @@ void reset_zone(zone_rnum zone) obj = read_object(ZCMD.arg1, REAL); obj_to_room(obj, ZCMD.arg3); last_cmd = 1; +...
Jamie
mordecai4d
Offline Send Email
Apr 25, 2004
10:19 pm
623
... Duh! Sorry i am a twit :) I was thinking it was tobj not tmob. Excuse the spam :)...
Jamie
mordecai4d
Offline Send Email
Apr 25, 2004
10:22 pm
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
Messages 612 - 641 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