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...
... In this particular case, %self% would reflect the room you're using as the argument for %at%? The problem I'm having is that I'm attempting to make an...
Hi All! I've been developing DGs now for about 3 months, and so I'd first just like to thank Welcor for all the effort he's put in on his very informative site...
... very ... be ... in ... how ... but ... Having now spent a couple of hours reading through the forum, I realise my query is realted to a general DG problem,...
Container script for use with no key. This is done with a command script: narg 1 arg: * commands: if %actor.vnum%>0 return 0 halt end switch %cmd% case codeset...
Jamie Nelson
soulstario@...
Mar 5, 2003 4:01 am
297
... From: "Jamie Nelson" <soulstario@...> ... Impressive. Good to remember that oset can change things for you. This way one doesn't need specific...
... Not at all, thanks for answering! ... <carl.scottbrown@b...>" ... to ... that ... var in ... value. ... implemented ... there's ... variable names. ... the...
<snip of _long_ script> Very nice. Do you experience any slowdown when using this script ? Long scripts have been known to cause some in-game lag sometimes. ...
Jamie Nelson
soulstario@...
Mar 5, 2003 7:29 pm
301
Greetings, I am attempting to create a trigger to attach to a mob which will check for a weapon on a character when that character enters the room. This...
Griffter
friesec@...
Mar 6, 2003 11:21 am
302
if %actor.eq(wield)% eval wep %actor.eq(wield)% if %wep.vnum%==<the vnum of that particular item ya wanna find> set has_it 1 end else eval i %actor.invantory% ...
Jamie Nelson
soulstario@...
Mar 6, 2003 1:05 pm
303
Opps! my mistake.. i better correct that before someone else does :) haste obviously does not make the job run faster :-P here it is fixed: if...
Jamie Nelson
soulstario@...
Mar 6, 2003 2:00 pm
304
Jamie, Thanks for the update, however, I'm still unable to get the trigger to function. Perhaps I have the trigger type set incorrectly. I currently have the...
Griffter
friesec@...
Mar 6, 2003 4:10 pm
305
The type you want should be entry prog. [Non-text portions of this message have been removed]...
Thanks for the example Jamie, I will use it on TBA if you don't mind. Grifter, I set the example as a greet. Works fine. Check nohassle off, test with mort,...
Thanks everyone, I'm just about there. Here's what happens when I enter the room. The maid is the trigger holder. Below is the direct output: A maid stands...
Griffter
friesec@...
Mar 6, 2003 7:21 pm
308
... (I'm the coder on Griffter's MUD) Ok, I found out why it's doing this...but I need some advice. In find_eq_pos, it is failing to match the keyword 'wield'...
... I'd hazard a guess that once upon a time you had fewer eq slots than you do now, and when the eq slots were changed someone forgot to put the wield keyword...
Byron Ellacott
bje@...
Mar 7, 2003 12:14 am
310
when using the actor.eq, try using the number of the position, for wield it 16,,, so %actor.eq(16)%. Worked for me :) Blitz [Non-text portions of this message...
... From: Zizazat Lazuras [mailto:zizazat@...] ... In find_eq_pos, it is failing to match the keyword 'wield' to the keyword array. Rather than 'wield'...
that message is because you havent updated to the latest version of dg_scripts. To work around this. Use the positions number. To see the positions number if...
Jamie Nelson
soulstario@...
Mar 7, 2003 1:05 am
314
... From: "Zizazat Lazuras" <zizazat@...> ... And in dg script pl 8+ I introduced the new function 'find_eq_pos_script' to handle this. The !RESERVED!...
... From: "Welcor" <welcor@...> ... <snip> Just came to think I should include the function I was writing about: /* Handles 'held', 'light' and 'wield'...
... From: "Welcor" <welcor@...> ... <snip> Just came to think I should include the function I was writing about: /* Handles 'held', 'light' and 'wield'...
... I was able to find that in a pl 9 codebase I had on my machine (circle-3.1-w-goodies) and noticed the call to find_eq_pos_script. So, I did a very...
Greetings all, Had a simple question regarding the standard implementation of oload's functionality. I had an idea earlier that I tried to develop further;...
tkhasi@...
Mar 22, 2003 11:48 pm
319
I'm attempting to design a script for a zone I've written, but am having trouble working it out. I've only just started working with DG-scripts this week so I...