#18600
Jar Slips~
1 f 100
~
if !%self.worn_by%
halt
end
eval actor %self.worn_by%
%send% %actor% The jar you're holding slips out of your hand!
%echoaround% %actor% The jar @%actor.name% holding slips out of ^%actor.name% hand!
if %random.10% > 5
wait 5
%echo% The jar shatters on the ground!
%purge% %self%
else
%load% obj %self.vnum%
%purge% %self%
end
~
#18601
Jar Slips - Set Timer~
1 j 100
~
otimer 8
~
#18602
Smart Newbie~
0 b 50
~
switch %random.3%
case 1
emote looks around warily.
break
case 2
emote looks at you.
break
case 3
break
done
kill monster
~
#18603
Talkative Newbie~
0 bg 100
~
switch %random.10%
case 1
say Hello, there.
break
case 2
say These newbies are neat. I love killing them.
wait 3 s
say Hey, don't look at me that way!
break
case 3
say Are you a newbie?
break
case 4
say I hope you stick around this MUD.
break
case 5
say I think I'll look around some more.
wait 1s
north
east
south
west
break
case 6
say I am 13 of Newbie.
break
case 7
smile
break
case 8
say Hey, wanna chat?
break
case 9
say Oops.
break
case 10
say I've heard a good area to kill things when you're new is Miden'Nir, which can be found some distance north on Tern Road.
break
done
~
#18604
Lost Newbie~
0 bg 100
~
eval counter 10
while %counter%
eval counter %counter% - 1
extract dir %random.4% north east west south
%dir%
wait 3 s
'Help! I'm lost!
wait 5 s
done
~
#18650
Annoying Newbie~
0 g 100
~
if %actor.vnum% != -1 && %actor.class% != 2
halt
end
if %self.fighting%
halt
end
wait 2 s
if %actor.level% < 5
say Hello, fellow newbie!
halt
end
switch %random.5%
case 1
%sendc% %actor% %self.name% looks at you.
%echoaroundc% %actor% %self.name% looks at %actor.name%.
say Wow %actor.name% can I have a spare item?
break
case 2
say Hi %actor.name% can I group with you?
break
case 3
say Can you please get me some exp %actor.name%? Pleeeasssee.
break
case 4
say Don't you even think about it, %actor.name%!
say I'll kill you dead.
break
case 5
smile %actor.name%
say Let's group and kill the minotaur, %actor.name%!
say I need some exp.
break
default
break
done
wait 4 s
follow %actor.name%
~
$~