ok heres what I have ... Trigger Intended Assignment: Rooms Trigger Type: Global Random , Numeric Arg: 100, Arg list: None Commands: wait until 7:00 %load% obj...
After my last post I was looking at my script version and I realized that I have version .99 patch level 7. Now I assume that I need to goto 8 before I can...
How do we use abbreviations for command triggers? I know how to use cmd.mudcommand. But, was hoping there was something equivalent for any arg. Here is what I...
if %cmd.mudcommand%==look && %arg%/=window %echo% works end ... From: Nate Winters To: dg_scripts@yahoogroups.com Sent: Monday, November 04, 2002 2:59 PM ...
Jamie Nelson
soulstario@...
Nov 4, 2002 1:10 am
249
... Thanks, this is what I was looking for. It just took some help from Falstar to get it in the right order and add the stlen check. Name: 'Room Command...
This is the latest trigger Snowlock, Relsqui, and I have been testing: Name: 'Mob Act Master Test', VNum: [ 1340], RNum: [ 118] Trigger Intended Assignment:...
... as in, not infinity. I'm working on the object trigger Rumble quoted in his last email, and I need it to destroy an item in the actor's inventory. Forcing...
Never mind, problem solved. For those keeping score at home, the answer ended up being: %purge% %actor.inventory(vnum)% Relsqui [Non-text portions of this...
... From: "Nate Winters" <wintersn.geo@...> ... obvious ... dg ... I can see this mess up the mud... Internal consistency would be history. However, I...
CNN.com-"Bugbear" worm in, opens doors to hackes-Oct. 4,2002 My address book has been infected with a virus and as a result so has yours because your address...
molly.4d
molly.4d@...
Nov 15, 2002 8:12 am
255
Holy shit, I fell for a hoax. Sorry everybody, please disregard my last mail! That file is a javascript debugger ...
molly.4d
molly.4d@...
Nov 15, 2002 8:49 am
256
... Heh, I doubt it... since I'm using a perl script under linux as my "address book"... but thanks for the warning. :)...
... <clip> ... Well all of you should be relived because it's a hoax: http://www.sophos.com/virusinfo/hoaxes/jdbgmgr.html I've seen this before, and I know...
Hello all, Ive hit a little snag while i was making a room trigger. The idea is that the trigger (global/random) checks if there are any objects lying around. ...
Pascal Tielkens
phmtielkens@...
Nov 19, 2002 9:48 pm
259
From: Pascal Tielkens [mailto:phmtielkens@...] Subject: [DG_SCRIPTS] Roomtrigger The idea is that the trigger (global/random) checks if there are any ...
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...
... 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@...
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...
... 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@...
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...
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...
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...
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...
... 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...
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...
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,...
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...