|
From: Crossfire C. r. messages.
<cro...@li...> - 2010-04-26 16:06:38
|
Revision: 12974
http://crossfire.svn.sourceforge.net/crossfire/?rev=12974&view=rev
Author: cavesomething
Date: 2010-04-26 16:06:32 +0000 (Mon, 26 Apr 2010)
Log Message:
-----------
Add NPC_Gift_Box, an object which can hold items for npc's to give away, which
won't drop when they are killed. Use of this is preferred to the main inventory
because then there can't be any random treasure generated with the same name
Modified Paths:
--------------
arch/trunk/CHANGES
Added Paths:
-----------
arch/trunk/misc/Container/npcgift.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2010-04-26 15:54:37 UTC (rev 12973)
+++ arch/trunk/CHANGES 2010-04-26 16:06:32 UTC (rev 12974)
@@ -1,8 +1,10 @@
Changes for SVN top of tree:
==============================================================================
+Add NPC_Gift_Box, a no-drop container that can be put in NPCs inventory to
+hold items they should be able to give away, but not drop on being killed.
+Brendan Lally 2010-04-26
-
==============================================================================
Changes for 1.50.0
==============================================================================
Added: arch/trunk/misc/Container/npcgift.arc
===================================================================
--- arch/trunk/misc/Container/npcgift.arc (rev 0)
+++ arch/trunk/misc/Container/npcgift.arc 2010-04-26 16:06:32 UTC (rev 12974)
@@ -0,0 +1,12 @@
+Object NPCGift
+name NPC_Gift_Box
+face present_box_1.111
+type 122
+material 1
+value 0
+container 50000
+weight 1000
+identified 1
+no_drop 1
+client_type 51
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|