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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 260 - 289 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
260
I keep getting this error message: SYSERR: Mob using '((c)->player_specials->saved.pref)' at dg_scripts.c:1273. Anybody had this problem before? The line of...
morbidfinch
Offline Send Email
Dec 4, 2002
10:01 pm
261
... Try if (!IS_NPC(c) && !PRF_FLAGGED(c, PRF_NOHASSLE) && (c != ch) && You're encountering NPCs reaching that line of code, your codebases' PRF_FLAGGED is...
Byron Ellacott
bje@...
Send Email
Dec 5, 2002
3:05 am
262
... A question with that. Is that going to keep my mobs that are supposed to randomly interact with other mobs from doing so? How about something like this: if...
morbidfinch
Offline Send Email
Dec 5, 2002
4:08 am
263
... The problem with doing it this way is that as soon as you change what happens when the test succeeds, you now have to change it in two places. Something...
Byron Ellacott
bje@...
Send Email
Dec 5, 2002
5:12 am
264
I have a room script for pick mushroom, the details of the script are below. Though the command 'pick' is used for picking locks within the MUD I am trying to...
~B~ ~G~
sg_nemesis
Offline Send Email
Dec 10, 2002
2:27 am
265
... From: ~B~ ~G~ [mailto:EQ_Monk@...] Sent: Monday, December 09, 2002 6:28 PM To: dg_scripts@yahoogroups.com Subject: [DG_SCRIPTS] Substring Issue I...
Nate Winters
wintersn.geo
Offline Send Email
Dec 10, 2002
4:17 am
266
Thanks it worked, just had to reverse %arg% and mushroom. Didn't even think about that. Anyway, now I have another issue with the substring and I wonder if...
~B~ ~G~
sg_nemesis
Offline Send Email
Dec 10, 2002
4:50 pm
267
I'm trying to write a script that selects twelve cards from a deck of eighty-one; no two can be the same. I tried it the simple way first (pick a card; while...
kaze@...
relsqui
Offline Send Email
Dec 12, 2002
8:45 am
268
I've noticed an issue with mtransform... let me throw out a scenario so that I dont confuse everyone. Scenario: Room set to load 1 imp. On load(trigger) imp...
~B~ ~G~
sg_nemesis
Offline Send Email
Dec 12, 2002
6:10 pm
269
... From: "~B~ ~G~" <EQ_Monk@...> ... that ... Yes, actually. To fix (I haven't actually done this yet, but I will) : In do_mtransform: Add (among the...
Welcor
welcor_of_cr...
Offline Send Email
Dec 13, 2002
1:45 am
270
Hiyas! First of all, id like to say hi, and that the one of the previous message answers way back this year about the actor varaible problem has helped me...
bar_tronic <bar_troni...
bar_tronic
Offline Send Email
Dec 22, 2002
12:24 pm
271
Had a problem like that once, but that was only because I had the wait at the end of the script with nothing else on the next line. Welcor might have fixed it,...
~B~ ~G~
sg_nemesis
Offline Send Email
Dec 22, 2002
3:33 pm
272
Im using a DG Scripts Version 0.99 Patch Level 7 which I know is old but Im using a version 19 circle and get the new patches are for 21 and higher but anyways...
wspascoe02 <wspascoe@...
wspascoe02
Offline Send Email
Dec 27, 2002
2:47 pm
273
I have another trigger question. Again Im using a: CircleMUD, version 3.00 beta patchlevel 19 DG Scripts Version 0.99 Patch Level 7 ok my question is this: ...
wspascoe02 <wspascoe@...
wspascoe02
Offline Send Email
Dec 27, 2002
10:48 pm
274
I dont think that version had wait until. If that is true, you might have to use random and load trigger with global variable. At load it determines what is...
Robert
synesia
Offline Send Email
Dec 28, 2002
4:49 am
275
Your script just needs a delay at the beginning. As it is, it triggers BEFORE the mob gets the object, that's why it cannot junk it. (Lucky it didn't crash the...
molly.4d
molly.4d@...
Send Email
Dec 28, 2002
9:19 am
276
Molly. Tsk, tsk, you should quote better than that... ... triggers BEFORE the mob gets the object, that's why it cannot junk it. (Lucky it didn't crash the...
Thomas Arp <t_arp@...>
welcor_of_cr...
Offline Send Email
Dec 29, 2002
12:58 pm
277
Doh! Would you believe that the process_dg_events() or whatever it was wasn't being called in comm.c?!?? *WHAPS SELF REALLY HARD*, i foudn that out when i...
bar_tronic <bar_troni...
bar_tronic
Offline Send Email
Jan 6, 2003
10:34 am
278
I just realized why the list has seemed so quiet recently--the e-mail address I use for Yahoo is no longer in service. *mutter* I'm about to go back and see if...
relsqui <elsabett@...>
relsqui
Offline Send Email
Jan 11, 2003
7:18 am
279
you dont do.. flags a, then flags b. that sets the door as one thing then another.. removing the old version. do it liek this. %door% 2940 north flags abcd ......
Jamie Nelson
soulstario@...
Send Email
Jan 11, 2003
11:31 am
280
I have been running the mud through valgrind (a memory debugger) and it shows ALOT of 4bit errors in the 'eval' parsing code of the dg_scripts. I remember...
Jamie Nelson
soulstario@...
Send Email
Jan 11, 2003
12:20 pm
281
... From: "Jamie Nelson" <soulstario@...> ... shows ALOT of 4bit errors in the 'eval' parsing code of the dg_scripts. ... overhaul, any success? Any...
Welcor
welcor_of_cr...
Offline Send Email
Jan 11, 2003
1:40 pm
282
I'm trying to get HUNT to work correctly on my MUD. But am not having much luck. 1) Name : Hunt 2) Intended for : Mobiles 3) Trigger types: Bribe 4)...
Scott Boutwell <sbout...
sboutwell31
Offline Send Email
Jan 20, 2003
5:15 am
283
... From: <sboutwell@...> ... <snip of seemingly ok script> ... Add these lines in mobact.c: /* external functions */ ACMD(do_get); ACMD(do_action); +...
Welcor
welcor_of_cr...
Offline Send Email
Jan 20, 2003
1:24 pm
284
Work's 100% now thanks. Ok so I'll drop my script in here to see if there are some ways to improve it. I'm building an ASSASSIN with Scripts. Pay it by bribing...
Scott Boutwell <sbout...
sboutwell31
Offline Send Email
Jan 21, 2003
10:04 pm
285
Just wanted to drop a suggestion for packaging of the next DGS patch release. You're welcome to tell me to take a flying leap... In maintaining my *very...
The Fungi
crawlingchao...
Online Now Send Email
Jan 21, 2003
10:19 pm
286
... From: "The Fungi" <fungi@...> ... Nah.. I'm not that kind. ... You don't actually _run_ these packages, do you ? ... In my case the test server has...
Welcor
welcor_of_cr...
Offline Send Email
Jan 21, 2003
11:03 pm
287
... [...] I'm not sure I understand your question. "Packaging" in this case was meant to refer to the way the files were oriented within the diff. ... [...] ...
The Fungi
crawlingchao...
Online Now Send Email
Jan 21, 2003
11:27 pm
288
Hi I'm fiddling with an idea with a very flexible spell system where you generate basicly all kind of spells, from within an OLC driven menu. I need some hooks...
Christian Ejlertsen
macane99
Offline Send Email
Jan 28, 2003
6:00 pm
289
hi.a greeting card came from u but i couldnt open.anyway do i know u? anyway hi and how r u? ... Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign...
ronald zilkovski
deathangel134
Offline Send Email
Feb 1, 2003
10:10 pm
Messages 260 - 289 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