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
VALUES in BLACKSMITH
Author Message
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #1
VALUES in BLACKSMITH
What is that?
I have a VALUES=1,10,60 in the skill blacksmith, and is COMMENTED

//VALUES...

what's used for?

[Image: 2hy9q0y.png]
08-17-2012 03:33 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: VALUES in BLACKSMITH
VALUES=0,100 // The amount of value an item created with the skill gets at skill levels.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
08-17-2012 09:31 PM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #3
RE: VALUES in BLACKSMITH
(08-17-2012 09:31 PM)Extreme Wrote:  VALUES=0,100 // The amount of value an item created with the skill gets at skill levels.

And that... what will do? xd Tongue
What changes in the new item o.o

[Image: 2hy9q0y.png]
08-18-2012 12:51 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: VALUES in BLACKSMITH
If you have 10.0 on skill, the value of the item will be 10% of the max value.
If you have 50.0 on skill, the value of the item will be 50% of the max value.
If you have 100.0 on skill, the value of the item will be 100% of the max value.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
08-18-2012 01:06 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #5
RE: VALUES in BLACKSMITH
Hmmm...

For item crafting?

Perhaps "value" as a short form of "valuable"? If so, maybe it affects the "quality" number. Quality is something you don't normally see on the item tooltip, but some scripts use it to determine if something is exceptionally well (or poorly) crafted etc... You can look at most crafted items and see it using a GM and typing ".xshow quality" in-game.

Or "value" as in "amount"? For example, when a fletcher crafts arrows in a bunch do you lose some?

For resource gathering?

Perhaps "value" is the percent of resources (logs, ore, etc) are gathered?

Only those with access to the source code can tell us for sure...
(This post was last modified: 08-18-2012 01:13 AM by RanXerox.)
08-18-2012 01:11 AM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #6
RE: VALUES in BLACKSMITH
Thanks you
If I activate that value, mbe if you buy in the vendor a heater shield and you smelth it, and you craft a katana, mbe you can take some more gold.

i don't want that =p

Thank you!

Lazarus
sry for the bad bad english Sad

[Image: 2hy9q0y.png]
08-18-2012 01:21 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #7
RE: VALUES in BLACKSMITH
your english is ok!
08-18-2012 02:03 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #8
RE: VALUES in BLACKSMITH
(08-18-2012 01:21 AM)Lazarus Wrote:  Thanks you
If I activate that value, mbe if you buy in the vendor a heater shield and you smelth it, and you craft a katana, mbe you can take some more gold.

i don't want that =p

Thank you!

Lazarus
sry for the bad bad english Sad
No, it doesn't.
Assuming that each iron ingot is 5gp, one heater shield use 18 ingots, so it's 90gp. In vendor you will pay this price plus 15% (vendor markup) = 103.5gp.
When selling, you will sell for 85% = 76.5gp.
In the best case, your best quality crafted heater shield will be sold for 76.5gp, if the quality is poor, much less you will get for.

Smelting a heater shield should give you 9 ingots, or 45gp.
One katana uses 8 ingots then you will make one katana with 90gp and selling it for "40gp - 15%" = 34gp.

So, why someone will buy something for 104gp and sell for 34gp ? 70gp of difference. No money gain, just maybe skillgain.

But, I THINK that buying items from vendors you CANNOT smelt them.
Don't remember =D

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
08-18-2012 02:18 AM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #9
RE: VALUES in BLACKSMITH
(08-18-2012 02:18 AM)Extreme Wrote:  
(08-18-2012 01:21 AM)Lazarus Wrote:  Thanks you
If I activate that value, mbe if you buy in the vendor a heater shield and you smelth it, and you craft a katana, mbe you can take some more gold.

i don't want that =p

Thank you!

Lazarus
sry for the bad bad english Sad
No, it doesn't.
Assuming that each iron ingot is 5gp, one heater shield use 18 ingots, so it's 90gp. In vendor you will pay this price plus 15% (vendor markup) = 103.5gp.
When selling, you will sell for 85% = 76.5gp.
In the best case, your best quality crafted heater shield will be sold for 76.5gp, if the quality is poor, much less you will get for.

Smelting a heater shield should give you 9 ingots, or 45gp.
One katana uses 8 ingots then you will make one katana with 90gp and selling it for "40gp - 15%" = 34gp.

So, why someone will buy something for 104gp and sell for 34gp ? 70gp of difference. No money gain, just maybe skillgain.

But, I THINK that buying items from vendors you CANNOT smelt them.
Don't remember =D

That's sure?

How can I do that the vendors items' cannot smelt?
I want !

[Image: 2hy9q0y.png]
08-18-2012 02:26 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #10
RE: VALUES in BLACKSMITH
I'm really not sure...
I think you can't smelt them but I don't tested it now and can't test now...
But you can code it if its smeltable.
Just check, with a player account, buy some items in the blacksmith and try smelt them.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
08-18-2012 09:33 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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