[SlashMUD-commits] SF.net SVN: slashmud: [21] trunk/world
Status: Alpha
Brought to you by:
koryn
From: <nt...@us...> - 2008-06-07 20:30:10
|
Revision: 21 http://slashmud.svn.sourceforge.net/slashmud/?rev=21&view=rev Author: ntiffin Date: 2008-06-07 13:30:09 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Remove haven eq that was not loading correctly and put into newbie_objects. Modified Paths: -------------- trunk/world/Areas/newbie trunk/world/ObjectLibrary/newbie_monsters Added Paths: ----------- trunk/world/ObjectLibrary/newbie_objects Modified: trunk/world/Areas/newbie =================================================================== --- trunk/world/Areas/newbie 2008-06-07 18:11:31 UTC (rev 20) +++ trunk/world/Areas/newbie 2008-06-07 20:30:09 UTC (rev 21) @@ -73,10 +73,10 @@ east nbuse north nbkill - include-weapon havenbronzeshortsword + include-weapon newbiebronzeshortsword end-weapon - include-armour havenleatherarmour + include-armour newbieleatherarmour end-armour end-room @@ -248,7 +248,7 @@ long +--------------------------------+ long | Danger | long | Do NOT climb the cliff | - long | 14 deaths this year | + long | 14 deaths recently | long +--------------------------------+ end-thing Modified: trunk/world/ObjectLibrary/newbie_monsters =================================================================== --- trunk/world/ObjectLibrary/newbie_monsters 2008-06-07 18:11:31 UTC (rev 20) +++ trunk/world/ObjectLibrary/newbie_monsters 2008-06-07 20:30:09 UTC (rev 21) @@ -79,134 +79,3 @@ drop-coins 3 default end-monster -# newbie store EQ -# --------------- -begin-armour newbiehelmet -name newbie helmet -alias helmet -short A newbie helmet. -liardn Some newbie EQ lies here. -long It's a shoddy helmet. -weight 1 -location head -armourtype helmet -protection 1 -value 5 -end-armour - -begin-armour newbieleftglove -name left newbie glove -alias glove -short A left newbie glove. -liardn Some newbie EQ lies here. -long It's a pretty crummy glove. -weight 1 -location lefthand -armourtype glove -protection 1 -value 5 -end-armour - -begin-armour newbierightglove -name right newbie glove -alias glove -short A right newbie glove. -liardn Some newbie EQ lies here. -long It's a pretty crummy glove. -weight 1 -location righthand -armourtype glove -protection 1 -value 5 -end-armour - -begin-armour newbieleftboot -name left newbie boot -alias boot -short A left newbie boot. -long It's a poorly made left boot. -liardn Some newbie EQ lies here. -weight 1 -location leftfoot -armourtype boot -protection 1 -value 5 -end-armour - -begin-armour newbierightboot -name right newbie boot -alias boot -short A right newbie boot. -long It's a poorly made right boot. -liardn Some newbie EQ lies here. -weight 1 -location rightfoot -armourtype boot -protection 1 -value 5 -end-armour - -begin-armour newbiecloak -name newbie cloak -alias cloak -short A newbie cloak. -liardn Some newbie EQ lies here. -long It's a crappy cloak. -weight 1 -location back -armourtype cape -protection 1 -value 5 -end-armour - -begin-armour newbieleggings -name newbie leggings -alias leggings -short A newbie cloak. -liardn Some newbie EQ lies here. -long It's some really crappy leggings. -weight 1 -location leftleg -location rightleg -armourtype pants -protection 1 -value 5 -end-armour - -begin-armour newbieshield -name newbie shield -alias shield -short A newbie shield. -liardn Some newbie EQ lies here. -long It's a crappy shield. -weight 1 -location lefthand -armourtype glove -protection 1 -value 5 -end-armour - -begin-weapon newbiesword -name newbie sword -short A newbie sword. -alias sword -liardn Some newbie EQ lies here. -long It's a really crappy sword. -weight 1 -weapontype shortblade -location righthand -damage 5 -value 15 -end-weapon - -begin-food newbiefood -name bread -alias bread -short Some bread. -long It's a loaf of rye. -weight 1 -hp-value 3 -sp-value 1 -cost 3 -food-seconds 900 -end-food Added: trunk/world/ObjectLibrary/newbie_objects =================================================================== --- trunk/world/ObjectLibrary/newbie_objects (rev 0) +++ trunk/world/ObjectLibrary/newbie_objects 2008-06-07 20:30:09 UTC (rev 21) @@ -0,0 +1,163 @@ +# Newbie Objects +# Created by Neil 7 June 2008 + +begin-weapon newbiebronzeshortsword +name bronze shortsword +alias sword shortsword bronze +short A bronze shortsword. +liardn A bronze shortsword lies here. +weapontype shortblade +material bronze +location righthand +threshold 7 +long />>> +long (*> +long ()%\%\%\%|*|33333333333333333333333333333333333> +long (*> +long \>>> +end-weapon + + +begin-armour newbieleatherarmour +name leather armour +alias armour leather +short Leather armour. +liardn A set of leather armour lies here. +location torso +armourtype jacket +material leather +gettable true +long It's the traditional leather armour. +end-armour + +# newbie store EQ +# --------------- +begin-armour newbiehelmet +name newbie helmet +alias helmet +short A newbie helmet. +liardn Some newbie EQ lies here. +long It's a shoddy helmet. +weight 1 +location head +armourtype helmet +protection 1 +value 5 +end-armour + +begin-armour newbieleftglove +name left newbie glove +alias glove +short A left newbie glove. +liardn Some newbie EQ lies here. +long It's a pretty crummy glove. +weight 1 +location lefthand +armourtype glove +protection 1 +value 5 +end-armour + +begin-armour newbierightglove +name right newbie glove +alias glove +short A right newbie glove. +liardn Some newbie EQ lies here. +long It's a pretty crummy glove. +weight 1 +location righthand +armourtype glove +protection 1 +value 5 +end-armour + +begin-armour newbieleftboot +name left newbie boot +alias boot +short A left newbie boot. +long It's a poorly made left boot. +liardn Some newbie EQ lies here. +weight 1 +location leftfoot +armourtype boot +protection 1 +value 5 +end-armour + +begin-armour newbierightboot +name right newbie boot +alias boot +short A right newbie boot. +long It's a poorly made right boot. +liardn Some newbie EQ lies here. +weight 1 +location rightfoot +armourtype boot +protection 1 +value 5 +end-armour + +begin-armour newbiecloak +name newbie cloak +alias cloak +short A newbie cloak. +liardn Some newbie EQ lies here. +long It's a crappy cloak. +weight 1 +location back +armourtype cape +protection 1 +value 5 +end-armour + +begin-armour newbieleggings +name newbie leggings +alias leggings +short A newbie cloak. +liardn Some newbie EQ lies here. +long It's some really crappy leggings. +weight 1 +location leftleg +location rightleg +armourtype pants +protection 1 +value 5 +end-armour + +begin-armour newbieshield +name newbie shield +alias shield +short A newbie shield. +liardn Some newbie EQ lies here. +long It's a crappy shield. +weight 1 +location lefthand +armourtype glove +protection 1 +value 5 +end-armour + +begin-weapon newbiesword +name newbie sword +short A newbie sword. +alias sword +liardn Some newbie EQ lies here. +long It's a really crappy sword. +weight 1 +weapontype shortblade +location righthand +damage 5 +value 15 +end-weapon + +begin-food newbiefood +name bread +alias bread +short Some bread. +long It's a loaf of rye. +weight 1 +hp-value 3 +sp-value 1 +cost 3 +food-seconds 900 +end-food This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |