The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Daggers and Cleaver meat value
Author Message
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #1
Daggers and Cleaver meat value
Hello.

With this script:
Code:
[ITEMDEF 01440]
DEFNAME=I_CUTLASS
NAME=Cutlass
RESOURCES=12 I_INGOT_IRON
WEIGHT=8
TYPE=T_WEAPON_SWORD
FLIP=1
DAM=15
SKILL=Swordsmanship
TWOHANDS=N
DUPELIST=01441
SKILLMAKE=BLACKSMITHING 12.2

ON=@CREATE
TAG.WDAMAGE=<EVAL {-1 1}>
HITPOINTS={6 8}

[ITEMDEF 01441]
DUPEITEM=01440
Cutlass have value=60
And all is ok, i have not problem or questions, but with dagger and cleaver meat i have not stable value:

Code:
[ITEMDEF 0ec2]
DEFNAME=I_CLEAVER_MEAT
NAME=Cleaver
RESOURCES=8 I_INGOT_IRON
TYPE=T_WEAPON_SWORD
FLIP=1
DAM=5
SKILL=Swordsmanship
TWOHANDS=N
WEIGHT=2
SKILLMAKE=BLACKSMITHING 12.1
DUPELIST=0EC3

ON=@CREATE
TAG.WDAMAGE=<EVAL {-1 1}>
HITPOINTS={6 8}

[ITEMDEF 0ec3]
DUPEITEM=0ec2
Cleaver value=38,42

Why value is not stable?

I have a similar problem with dagger.

Thanks for help!
04-28-2013 02:22 AM
Find all posts by this user Like Post Quote this message in a reply
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #2
RE: Daggers and Cleaver meat value
Any ideas, pease help.
04-30-2013 07:50 PM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #3
RE: Daggers and Cleaver meat value
[itemdef xxx]
VALUE=<number>


[itemdef 0123]
VALUE=40
04-30-2013 09:37 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)