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...
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...
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@...
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@...
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...
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)...
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...
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...
... 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...
... [...] 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. ... [...] ...
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...
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,...