Hello, I am wanting to know if it is possible to have a script were a good aligned player eats a certain type of food, that it will drop their alignment, more...
In a message dated 11/3/01 2:22:45 AM Pacific Standard Time, ... I don't know much about triggers, but I've always used this instead %echoaround% %actor% and...
Gah, with regards to my last post, finally found out what was wrong with the script. 1. Triggers from other rooms in the zone were leaking into each other. 2....
... From: <d_x_machina@...> ... Maybe, and maybe not. You problem seems to occur because the old dg script patch wasn't applied properly. The patch on...
Hmm. I rewrote the script in room 3003 a tad and it worked quite well soon after. I had to reboot the MUD every time I modified the script in order for the...
Hi, I'm new both to this list and to DG scripting. I really hope you can help me out a bit :) I would like to create a script that takes away a few hitpoints...
Linus Nordling
leper@...
Nov 5, 2001 11:58 pm
50
Gah! I need more sleep or something... found the problem. Instead of ... I should have typed ... instead. Thanks for the help, tho, Welcor. d'Waltster :)...
... From: "Linus Nordling" <leper@...> ... I'd say it's very possible. Make a RANDOM type trigger and have a script like the one below (I haven't tested...
Here it is.. it will not work. It is suppose to check if they have the the actor has the tithe. If not the mob will attack the actor. If they have the tithe,...
Alright, I'm gonna try on this one, but don't expect me to be right :) I _think_ the numeric arg should be the tithe vnum. Then you have to give the tithe to...
Linus Nordling
leper@...
Nov 12, 2001 6:32 pm
55
... From: "Linus Nordling" <leper@...> ... Nope, sorry. That won't do it. Num Arg is ALWAYS between 0 and 100. ... OK - what part isn't working ? When you...
So, how come this script works then? (Didn't know about that between 0-100 thing, I just went with what seemed right) I'm trying to learn, and this is my first...
Linus Nordling
leper@...
Nov 13, 2001 10:18 am
57
that script will work every time for every object you give the drunkard as far as i am awear. IF you want to make teh script a lil more general, you can make...
jamie nelson
soulstario@...
Nov 13, 2001 5:35 pm
58
Just curious if anyone has taken the time to put together any sort of tutorials for DG Scripts? I have spent quite a bit of time on the couple web links I...
Check out my pages at http://welcor.n3.net/ I got some of it from Mark A. Heilperns old site (the link below), but I've added quite a lot of example scripts. ...
I guess the bigges think for me with not posting much is because the only time that i use this list is when i run into trouble on something. What a great...
... The link below will take you to the main page for the dg_scripts mailing list. Here, you'll see that the list is 'A mailing list/discussion forum dedicated...
NatureTo Life Immortal Hello this is Xara Eleni ***smile and wave*** I am working on a quest zone and I am having some trouble trying to design a Death Trap...
Here's something for you guys. One of the things I did was increase the level of integration between DG and Circle. For an example I'll have the game itself...
Cris Jacobin
jacobinc@...
Jan 18, 2002 12:24 pm
64
NatureTo Life Immortal My blueprint and first January report is now online. You may see it at http://ca.geocities.com/ibisxara/black/eleni/build/ The Eternal...
Thankyou so much, I have no coding ability, but script like the devil. The more functions the better. do you have one for perhapes accessing the vnums of...
Mordecai
soulstario@...
Jan 18, 2002 10:20 pm
66
I'm no big script expert, but this one should be pretty easy. First make a wear script for the cockroach wings that sets a remote flag on the player. if...
molly.4d
molly.4d@...
Jan 18, 2002 11:44 pm
67
I'm having some problems with some hit percent triggers. When the mob hit points fall bellow a certain percent the trigger fires loading a new mob. A sort of...
Here's another one if (%actor.room% != 31444) halt end %echo% %self.name% begins to lose his grip on the lights! wait 1 %echo% %self.name% grabs ahold of you,...
Looks like I'm loading up the list with some questions.... Let me give you all another one. I don't know even who is all on it anymore but away it goes. :) I...
Ah, the good old times... I'll never forget the first helper script I made. When me and my partner play-tested the script, the mob cried out to his father for...
molly.4d
molly.4d@...
Mar 7, 2002 9:19 am
71
Use mgoto instead. I think that is the command =) So, wait 1 %teleport% %actor% 31441 wait 1 mgoto 31441 Or why not just load the mob in the new room? 31441....
Linus Nordling
leper@...
Mar 7, 2002 9:19 am
72
... From: "j0217995" <j0217995@...> ... Ouch - that's some huge trigger... but the problem should be quite easily overcome. (I've stripped it a bit, so...