|
From: Crossfire C. r. messages.
<cro...@li...> - 2009-01-31 07:49:21
|
Revision: 11292
http://crossfire.svn.sourceforge.net/crossfire/?rev=11292&view=rev
Author: rjtanner
Date: 2009-01-31 07:49:14 +0000 (Sat, 31 Jan 2009)
Log Message:
-----------
Give dragons scales (flesh/dragon/dragon_sca.arc) object type 73 (inorganic), this avoids alerts in server logs: Query_cost: item green dragon scale hasn't got a valid type (but with all scale colors)
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/flesh/dragon/dragon_sca.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2009-01-31 07:00:09 UTC (rev 11291)
+++ arch/trunk/CHANGES 2009-01-31 07:49:14 UTC (rev 11292)
@@ -1,5 +1,13 @@
Changes for SVN top of tree:
+flesh/dragon/dragon_sca.arc
+Give dragons scales object type 73 (inorganic), this avoids alerts in
+server logs: "Query_cost: item green dragon scale hasn't got a valid type"
+but with all scale colors. Note: object type 72 (flesh) caused the dragon
+scales weight to increase from 25Kg to 50000Kg and made the scales edible -
+neither is desirable.
+Rick Tanner 2009-01-31
+
misc/t_boulder.arc
Give throwing boulders object type 15 (weapon), this avoids this alert in
the server logs: "Query_cost: item boulder hasn't got a valid type"
Modified: arch/trunk/flesh/dragon/dragon_sca.arc
===================================================================
--- arch/trunk/flesh/dragon/dragon_sca.arc 2009-01-31 07:00:09 UTC (rev 11291)
+++ arch/trunk/flesh/dragon/dragon_sca.arc 2009-01-31 07:49:14 UTC (rev 11292)
@@ -1,6 +1,7 @@
Object dragon_scale
name dragon scale
nrof 1
+type 73
face dragon_sca.111
magicmap dark_orange
weight 25000
@@ -10,6 +11,7 @@
Object blue_dragon_scale
name blue dragon scale
nrof 1
+type 73
face dragon_blue_scale.111
magicmap blue
weight 25000
@@ -19,6 +21,7 @@
Object green_dragon_scale
name green dragon scale
nrof 1
+type 73
face dragon_green_scale.111
magicmap green
weight 25000
@@ -28,6 +31,7 @@
Object orange_dragon_scale
name orange dragon scale
nrof 1
+type 73
face dragon_orange_scale.111
magicmap orange
weight 25000
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|