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...
Show off your group to the world. Share a photo of your group with us.

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 578 - 608 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
578
Does mhunt work? Or is it like do_hunt and really doesnt work. Anyone have a fix for this if, like i think, it does not work. Scott...
scmeis1
Offline Send Email
Feb 7, 2004
7:47 pm
579
... Works on TBA. Here is an example: Name: 'Hunt Example', VNum: [ 41], RNum: [ 41] Trigger Intended Assignment: Mobiles Trigger Type: Memory , Numeric...
Nate Winters
wintersn.geo
Offline Send Email
Feb 7, 2004
8:34 pm
580
hi... I had a question regarding dg_cast. Is it supposed to echo the casting to the screen like it does for players? I set up a script using dg_cast and while...
thralen
Offline Send Email
Feb 12, 2004
6:28 pm
581
... From: "thralen" ... You're supposed to put in the text you want displayed in the script. The reason for not letting dg_cast echo a message is to make it ...
Welcor
welcor_of_cr...
Offline Send Email
Feb 12, 2004
11:35 pm
582
I was wondering if there is a way to make this certain sentence work makeuid proxy %proxy_id% as it is it doesn't seem to take anyother variable than a plain...
Christian Ejlertsen
macane99
Offline Send Email
Feb 14, 2004
3:17 pm
583
Ok, I didn't forget this list... The latest version of DG scripts is out. I've taken the liberty of changing the version numbering a bit. Earlier versions of...
Welcor
welcor_of_cr...
Offline Send Email
Feb 16, 2004
7:53 pm
584
in dg_scripts.c (patch 1.0.12) if (!can_edit_zone(ch, world[IN_ROOM(ch)].zone)) { this won't do anything... if i attach a script to something that isn't in the...
Jamie
mordecai4d
Offline Send Email
Feb 17, 2004
6:58 am
585
with the id nums, + /* with the copyover patch, this next line goes in enter_player_game() */ + GET_ID(d->character) = GET_IDNUM(d->character); this...
Jamie
mordecai4d
Offline Send Email
Feb 17, 2004
10:44 am
586
... From: "Jamie" ... Because you'd not be able to reference the same character after logging out and in again. If you do stuff like this: * quest-type trigger...
Thomas Arp
welcor_of_cr...
Offline Send Email
Feb 17, 2004
1:53 pm
587
I am getting this alot, in syslog. Feb 19 12:46:44 :: Add_to_lookup failed. Already there. so i gdb'd it. I am just wondering how it can be 'already there'...
Jamie
mordecai4d
Offline Send Email
Feb 18, 2004
11:58 pm
588
... From: "Jamie" ... Yes, and a close look shows why. It seems to only happen to objects, and only when called through load or %load%, and then only on some ...
Welcor
welcor_of_cr...
Offline Send Email
Feb 19, 2004
1:19 am
589
... i had done that change too, but changed it in the remove_from_lookup_table, and add_to_lookup_table functions. if (uid == 0) return; Would this cause any...
Jamie
mordecai4d
Offline Send Email
Feb 19, 2004
5:13 am
590
... From: "Jamie" ... This way you can't tell if you've got a program error elsewhere. Having the check _before_ the known exception means you have an ...
Welcor
welcor_of_cr...
Offline Send Email
Feb 19, 2004
10:07 pm
591
I seem to be having problems also with the look up table. Here is a segment from my syslog, and this applies to any char that enters the game. Feb 19 20:01:00...
Scott Meisenholder
scmeis1
Offline Send Email
Feb 20, 2004
2:04 am
592
I was wondering if it is possible to set up a command script that will perform an action on a person other than the person who initiated the trigger. An...
jmn_223
Offline Send Email
Feb 20, 2004
8:07 am
593
... From: "Scott Meisenholder" ... segment ... number ... Ack, that is what (I) get from having other patches installed when making a patch. in interpreter.c,...
Welcor
welcor_of_cr...
Offline Send Email
Feb 20, 2004
8:37 am
594
... Like I normally do, heres a question that i can't put my finger on the logic of. WHy is the ID assigning of characters here and not in load_char? I also...
Jamie
mordecai4d
Offline Send Email
Feb 20, 2004
10:52 am
595
Thanks! Scott _________________________________________________________________ Dream of owning a home? Find out how in the First-time Home Buying Guide. ...
Scott Meisenholder
scmeis1
Offline Send Email
Feb 20, 2004
10:58 am
596
... From: jmn_223 [mailto:jmn_223@...] ... Here is an example that should be in your 0.trg file of pl 12. Name: 'Obj Command 81 - Paintball Shoot...
Nate Winters
wintersn.geo
Offline Send Email
Feb 20, 2004
12:55 pm
597
I found a little something in the patch that shouldn't be there :) @@ -104,10 +104,8 @@ ACMD(do_hit) if (!CONFIG_PK_ALLOWED) { if (!IS_NPC(vict) &&...
Zizazat Lazuras
zizazat
Offline Send Email
Feb 22, 2004
12:51 am
598
I like the trigger. Thanks a lot. One more thing though. Is there a way i can set it up to cycle through the people in the room to make sure that the target...
jmn_223
Offline Send Email
Feb 26, 2004
11:14 pm
599
... From: jmn_223 [mailto:jmn_223@...] I like the trigger. Thanks a lot. One more thing though. Is there a way i can set it up to cycle through the...
Nate Winters
wintersn.geo
Offline Send Email
Feb 29, 2004
8:58 pm
600
Latest DG patch, version 1.0.13 is out (and has been included in the latest CWG package, as well). Until it is made available from ftp.circlemud.org, it can be...
Welcor
welcor_of_cr...
Offline Send Email
Feb 29, 2004
10:52 pm
601
I sent in a zrecho patch a short while ago for Zone Range Echo. %zrecho% <starting vnum> <ending vnum> message Do you still have it/want it for 1.0.14? Also,...
Jamie Nelson
mordecai4d
Offline Send Email
Mar 1, 2004
6:41 am
602
... From: "Jamie Nelson" ... Actually I still have it. I must have ovrlooked it when adding the other things. ... cancel_event ... Haven't had any of those. ...
Welcor
welcor_of_cr...
Offline Send Email
Mar 1, 2004
7:49 am
603
Now, I have been using the DG scripts for a LONG time...and I just recently updated to the version with the uid lookup table, and keep my Circle up to date...
Tseran
tseranwyrmfi...
Online Now Send Email
Mar 14, 2004
5:57 am
604
After looking at my trigger list, here are the ones I have messed with and have set up. If anyone wants them, I will post them: Look Trigger: All 3 Put In...
Tseran
tseranwyrmfi...
Online Now Send Email
Mar 14, 2004
6:01 am
605
Does anyone know of a way to check if a user has an object with the given VNUM in their inventory? I have a speech trigger script which gives a book to a...
Simon Morley
doctorcamel
Offline Send Email
Mar 15, 2004
8:55 am
606
... From: "Simon Morley" ... The latest DG scripts version includes the subfield has_item. However, it seems it contained a small (read 'crash') bug. Here's...
Welcor
welcor_of_cr...
Offline Send Email
Mar 15, 2004
10:01 am
608
after running the game with gprof enabled for 9 hours, this is top part of the output.Game compiled with no optimization, and -ggdb flag enabled. Each sample...
Jamie
mordecai4d
Offline Send Email
Mar 18, 2004
12:31 am
Messages 578 - 608 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