<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.jedimud.net/index.php?action=history&amp;feed=atom&amp;title=Poses</id>
	<title>Poses - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.jedimud.net/index.php?action=history&amp;feed=atom&amp;title=Poses"/>
	<link rel="alternate" type="text/html" href="http://wiki.jedimud.net/index.php?title=Poses&amp;action=history"/>
	<updated>2026-06-25T07:49:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://wiki.jedimud.net/index.php?title=Poses&amp;diff=2597&amp;oldid=prev</id>
		<title>Guts: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://wiki.jedimud.net/index.php?title=Poses&amp;diff=2597&amp;oldid=prev"/>
		<updated>2025-01-17T04:03:53Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:03, 17 January 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guts</name></author>
	</entry>
	<entry>
		<id>http://wiki.jedimud.net/index.php?title=Poses&amp;diff=2596&amp;oldid=prev</id>
		<title>JediMud&gt;Vincedq: Adding categories</title>
		<link rel="alternate" type="text/html" href="http://wiki.jedimud.net/index.php?title=Poses&amp;diff=2596&amp;oldid=prev"/>
		<updated>2022-02-11T07:22:59Z</updated>

		<summary type="html">&lt;p&gt;Adding categories&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The pose command was a separate special procedure, different from the main social routine.  Written by Onivel with contributions from Moonbeam, the poses were cool and zany, a random actions selected from nearly 100 options.  &lt;br /&gt;
&lt;br /&gt;
The poses were class and level based, making them a treat not only for the poser but the posee.  A code snippet from the 5.1 beta code.&lt;br /&gt;
&lt;br /&gt;
  switch (GET_CLASS(ch)) {&lt;br /&gt;
    case CLASS_MAGIC_USER:&lt;br /&gt;
    case CLASS_SOHEI:     	class = 0;		break;&lt;br /&gt;
    case CLASS_CLERIC:&lt;br /&gt;
    case CLASS_JEDI:		class = 1;		break;&lt;br /&gt;
    case CLASS_THIEF:&lt;br /&gt;
    case CLASS_NINJA:	 	class = 2;		break;&lt;br /&gt;
    case CLASS_WARRIOR:&lt;br /&gt;
    case CLASS_PALADIN:		&lt;br /&gt;
    case CLASS_ANTIPALADIN:	class = 3;		break;&lt;br /&gt;
    default:			class = number(0,3);	break;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
They were disabled at some point in the mid-2010s.&amp;lt;br /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;fandom-table&amp;quot;&lt;br /&gt;
!POSE SELF MSG&lt;br /&gt;
!POSE ROOM MSG&lt;br /&gt;
|-&lt;br /&gt;
|A halo appears over your head.&lt;br /&gt;
|A halo appears over $ns head - but the color isn&amp;#039;t what $n expected.&lt;br /&gt;
|-&lt;br /&gt;
|A small ball of light dances on your finger tips.&lt;br /&gt;
|$n makes a small ball of light dance on $s finger tips.&lt;br /&gt;
|-&lt;br /&gt;
|A spotlight appears from nowhere and places you in the center.&lt;br /&gt;
|A spotlight spots $n.&lt;br /&gt;
|-&lt;br /&gt;
|A thundercloud bows in awe of you.&lt;br /&gt;
|$n is soaked as a thundercloud bows over $m.&lt;br /&gt;
|-&lt;br /&gt;
|Blue sparks fly from your fingers.&lt;br /&gt;
|Blue sparks fly from $ns fingers.&lt;br /&gt;
|-&lt;br /&gt;
|In lack of better, you use a spear as a toothpick.&lt;br /&gt;
|$n picks $s teeth with a spear.&lt;br /&gt;
|-&lt;br /&gt;
|To prove your superiority you try out all your spells at the same time.&lt;br /&gt;
|$n tries out all $s spells at the same time, causing a disaster.&lt;br /&gt;
|-&lt;br /&gt;
|With a sweep of your hand you turn everybody&amp;#039;s clothes transparent.&lt;br /&gt;
|$n turns everybody&amp;#039;s clothes transparent, including $s own.&lt;br /&gt;
|-&lt;br /&gt;
|With few tools you skillfully open the door to the universe.&lt;br /&gt;
|$n opens the doors to the universe. Close it, there&amp;#039;s a cold draft !&lt;br /&gt;
|-&lt;br /&gt;
|You aim a fireball at the sky. The sky whimpers in terror.&lt;br /&gt;
|$n lets a fireball explode in the sky. The sky whimpers in terror.&lt;br /&gt;
|-&lt;br /&gt;
|You are consulted by a heavenly beautiful angel.&lt;br /&gt;
|A heavenly beautiful angel is talking to $n.&lt;br /&gt;
|-&lt;br /&gt;
|You balance a pocketknife on your tongue.&lt;br /&gt;
|$n balances a pocketknife on $s tongue.&lt;br /&gt;
|-&lt;br /&gt;
|You break a granite boulder into two.&lt;br /&gt;
|$n breaks a chip off a granite boulder and roars with pleasure.&lt;br /&gt;
|-&lt;br /&gt;
|You chop firewood with your bare hands.&lt;br /&gt;
|$n struggles to break a match without getting splinters in $s hands.&lt;br /&gt;
|-&lt;br /&gt;
|You clone the world and take a close look at your other self.&lt;br /&gt;
|$n looks into a mirror and thinks $e has cloned the world.&lt;br /&gt;
|-&lt;br /&gt;
|You conjure a breeze to cool your forehead.&lt;br /&gt;
|$n conjures a minor storm and goes kite-flying.&lt;br /&gt;
|-&lt;br /&gt;
|You conjure a cloud to relieve you from the sun.&lt;br /&gt;
|$n is showered by a raincloud appearing from nowhere.&lt;br /&gt;
|-&lt;br /&gt;
|You conjure a slimy green monster to do your bidding.&lt;br /&gt;
|$n conjures a slimy green monster. Truly bad taste.&lt;br /&gt;
|-&lt;br /&gt;
|You conjure an image of a holy cross.&lt;br /&gt;
|$n conjures an image of a holy cross which quickly disappears again.&lt;br /&gt;
|-&lt;br /&gt;
|You conjure red lights to dance in your eyes.&lt;br /&gt;
|$n makes little red lights dance in $s eyes.&lt;br /&gt;
|-&lt;br /&gt;
|You count the money in everybody else&amp;#039;s pockets.&lt;br /&gt;
|$n counts your money and kindly asks you to check the result !&lt;br /&gt;
|-&lt;br /&gt;
|You create a black hole - OOPS, where did all the others go?&lt;br /&gt;
|$n creates a black hole and disappears.&lt;br /&gt;
|-&lt;br /&gt;
|You create a minor earthquake by stamping your feet.&lt;br /&gt;
|Dust covers $n as $e tries to tap dance.&lt;br /&gt;
|-&lt;br /&gt;
|You feel very holy.&lt;br /&gt;
|$n looks very holy.&lt;br /&gt;
|-&lt;br /&gt;
|You force everybody to skip and dance.&lt;br /&gt;
|$n makes you skip and dance with a flick of $s fingers.&lt;br /&gt;
|-&lt;br /&gt;
|You get coins from everybody&amp;#039;s ears.&lt;br /&gt;
|$n pulls your ears in an attempt to produce coins.&lt;br /&gt;
|-&lt;br /&gt;
|You grit your teeth and look mean.&lt;br /&gt;
|$n grits $s teeth and looks mean.&lt;br /&gt;
|-&lt;br /&gt;
|You hide behind your own shadow.&lt;br /&gt;
|$n tries make $mself invisible - you tactfully ignore $m.&lt;br /&gt;
|-&lt;br /&gt;
|You hit your head with a blow that makes your eyes roll.&lt;br /&gt;
|$n hits $s head with a blow that makes $s eyes roll helplessly around.&lt;br /&gt;
|-&lt;br /&gt;
|You juggle with a variety of items such as daggers, apples, eyes etc.&lt;br /&gt;
|$n juggles with daggers, apples, eyes, fishbones etc.&lt;br /&gt;
|-&lt;br /&gt;
|You juggle with granite boulders - watch your feet !!!!&lt;br /&gt;
|$n juggles with granite boulders to show off - WATCH YOUR FEET !!!&lt;br /&gt;
|-&lt;br /&gt;
|You levitate from concentrating too hard on a prayer.&lt;br /&gt;
|$n levitates to show off.&lt;br /&gt;
|-&lt;br /&gt;
|You lift the world on your little finger and spin it around.&lt;br /&gt;
|$n sends the whole world spinning.&lt;br /&gt;
|-&lt;br /&gt;
|You make 100 push-ups.&lt;br /&gt;
|$n makes 100 push-ups - Ahh, the color of $s face.&lt;br /&gt;
|-&lt;br /&gt;
|You make greed dance with bloodlust in your eyes.&lt;br /&gt;
|$ns eyes are filled with greed and bloodlust...&lt;br /&gt;
|-&lt;br /&gt;
|You make Schwarzenegger seem like a kid.&lt;br /&gt;
|$n makes a poor imitation of Schwarzenegger.&lt;br /&gt;
|-&lt;br /&gt;
|You make someone levitate.&lt;br /&gt;
|You fleetly feel you fly as $n makes you levitate.&lt;br /&gt;
|-&lt;br /&gt;
|You make the heaven green, the grass blue and fall down laughing.&lt;br /&gt;
|$n makes heaven and grass change color - weirdo !&lt;br /&gt;
|-&lt;br /&gt;
|You make your head disappear.&lt;br /&gt;
|$n loses $s head.&lt;br /&gt;
|-&lt;br /&gt;
|You munch a bottle to prove the strength of your teeth.&lt;br /&gt;
|$n consumes a bottle to prove $s strength - but not $s brains !!&lt;br /&gt;
|-&lt;br /&gt;
|You nimbly tie yourself into a knot.&lt;br /&gt;
|$n ties $mself into a knot and needs help to get untangled.&lt;br /&gt;
|-&lt;br /&gt;
|You nonchalantly turn into a butterfly, and return to normal.&lt;br /&gt;
|$n turns into a butterfly before resuming $s normal shape.&lt;br /&gt;
|-&lt;br /&gt;
|You nonchalantly turn wine into water.&lt;br /&gt;
|$n turns wine into water - what a waste.&lt;br /&gt;
|-&lt;br /&gt;
|You part the great ocean...&lt;br /&gt;
|$n parts a shallow pool and wades across with dry feet.&lt;br /&gt;
|-&lt;br /&gt;
|You perform a small card trick.&lt;br /&gt;
|$n plays around with some marked cards.&lt;br /&gt;
|-&lt;br /&gt;
|You rap in magical languages, causing lights to flicker and walls to tremble.&lt;br /&gt;
|$n raps in strange magical languages, known only by $mself.&lt;br /&gt;
|-&lt;br /&gt;
|You recite words of wisdom first thought by your great god.&lt;br /&gt;
|$n reads aloud from a children&amp;#039;s book.&lt;br /&gt;
|-&lt;br /&gt;
|You show your bulging muscles.&lt;br /&gt;
|$n shows $s bulging muscles.&lt;br /&gt;
|-&lt;br /&gt;
|You show your skills in a game of dice.&lt;br /&gt;
|$n cheats in a game of dice.&lt;br /&gt;
|-&lt;br /&gt;
|You sizzle with energy.&lt;br /&gt;
|$n sizzles with energy.&lt;br /&gt;
|-&lt;br /&gt;
|You skillfully crack nuts between your index fingers.&lt;br /&gt;
|$n cracks nuts between $s fingers.&lt;br /&gt;
|-&lt;br /&gt;
|You slip fireworks into the pockets of everybody in the room.&lt;br /&gt;
|Your pocket explodes with the fireworks $n has put there.&lt;br /&gt;
|-&lt;br /&gt;
|You sneak into somebody&amp;#039;s pocket and hide there.&lt;br /&gt;
|$n tries to hide in your pocket.&lt;br /&gt;
|-&lt;br /&gt;
|You split a tree into two parts and grin broadly.&lt;br /&gt;
|$n chops a branch off a tree and seems very proud of $mself.&lt;br /&gt;
|-&lt;br /&gt;
|You split atoms with your fingernails.&lt;br /&gt;
|$n gets dirt under $s nails but doesn&amp;#039;t seem to mind.&lt;br /&gt;
|-&lt;br /&gt;
|You squeeze water out of granite boulders.&lt;br /&gt;
|$n squeezes water out of granite boulders.&lt;br /&gt;
|-&lt;br /&gt;
|You steal a book which, inscribed with large friendly letters, says DON&amp;#039;T PANIC&lt;br /&gt;
|$n fiddles with a book whose cover says DON&amp;#039;T PANIC&lt;br /&gt;
|-&lt;br /&gt;
|You steal Excalibur from a bag - nobody notices.&lt;br /&gt;
|$n steals Excalibur from his own bag.&lt;br /&gt;
|-&lt;br /&gt;
|You steal the ozone layer and get a good suntan.&lt;br /&gt;
|$n steals the ozone layer and starts sprouting extra limbs, ears and toes.&lt;br /&gt;
|-&lt;br /&gt;
|You steal the underwear off every person in the room.&lt;br /&gt;
|$n takes your underwear and turns it inside out before replacing it.&lt;br /&gt;
|-&lt;br /&gt;
|You steal the universe, but have problems fitting it into your pocket.&lt;br /&gt;
|$n steals the universe and tries to fit it into $s pocket.&lt;br /&gt;
|-&lt;br /&gt;
|You summon a BALROG who glares balefully at you.&lt;br /&gt;
|$n summons a balrog who seems rather annoyed with $m.&lt;br /&gt;
|-&lt;br /&gt;
|You summon a fire elemental, nearly losing your hair in the process.&lt;br /&gt;
|$n gets $s hair burnt by a fire elemental.&lt;br /&gt;
|-&lt;br /&gt;
|You summon the Milky-way, oh boy, what a great galaxy.&lt;br /&gt;
|$n summons a Milky-way and eats it with great pleasure.&lt;br /&gt;
|-&lt;br /&gt;
|You sweep everybody off their feet in an attempt to hug them.&lt;br /&gt;
|$n sweeps you off your feet, hugging the breath out of your lungs.&lt;br /&gt;
|-&lt;br /&gt;
|You transform yourself into a hairball.&lt;br /&gt;
|$n turns into a hairball - cute.&lt;br /&gt;
|-&lt;br /&gt;
|You try to contact God, but he hangs up on you.&lt;br /&gt;
|$n makes an obscene phone call to God.&lt;br /&gt;
|-&lt;br /&gt;
|You turn everybody into little pink elephants.&lt;br /&gt;
|$n turns you into a little pink elephant - momentarily.&lt;br /&gt;
|-&lt;br /&gt;
|You turn the world upside down and inside out.&lt;br /&gt;
|$n turns the world upside down and inside out.&lt;br /&gt;
|-&lt;br /&gt;
|You wiggle your ears alternately.&lt;br /&gt;
|$n wiggles $s ears.&lt;br /&gt;
|-&lt;br /&gt;
|Your body begins to glow with an unearthly light.&lt;br /&gt;
|$n&amp;#039;s body begins to glow with an unearthly light.&lt;br /&gt;
|-&lt;br /&gt;
|Your shirt-seams rip open from the force of your bulging muscles.&lt;br /&gt;
|$n&amp;#039;s shirt is torn by $s bulging muscles, - anybody have a needle?&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Humor]]&lt;br /&gt;
[[Category:Socials]]&lt;/div&gt;</summary>
		<author><name>JediMud&gt;Vincedq</name></author>
	</entry>
</feed>