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-nmm6 (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-nmm6 (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-nmm6 (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
Mining better ore with better pickaxe
Author Message
Monty
Apprentice
*

Posts: 40
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Jun 2012
Reputation: 1



Post: #1
Mining better ore with better pickaxe
Hi can somebody tell me how i can do this:
With basic pickaxe I can mine basic ores, but with better I can mine basic and some better ores.

I always used set better ore skillmake 110.0 and better pickaxe give to player +10 mining but this is stupid. How i can to this with 60.0 skill or something like that.

I will be thankful for every idea.

C# application developer.
C/C++,SQL,PLSQL programming.
Oracle database / information system developer.
Cooperation for development of new shard.
06-11-2013 11:42 PM
Find all posts by this user Like Post Quote this message in a reply
Shidhun
Journeyman
*

Posts: 59
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Jul 2012
Reputation: 1



Post: #2
RE: Mining better ore with better pickaxe
A possible solution could be something like this.

[REGIONRESOURCE mr_iron]
// default mining result.
// t_rock
SKILL=5.0,50.0
AMOUNT=5 25
REAP=i_ore_iron
REAPAMOUNT=3 12
REGEN=60*60
ON=@ResourceFound
IF (<src.findid(i_your_special_pickaxe_defname)>)
OBJ.f_setresource mr_iron
ELSE
OBJ.f_setresource mr_special_ore
ENDIF

[FUNCTION f_setresource]
FORITEMS 0
IF (<BASEID>==i_worldgem_bit) && (<TYPE>==t_ore)
MORE1=<ARGV[0]>
AMOUNT={4 9} // only necessary if you want other amounts
RETURN 0
ENDIF
ENDFOR
RETURN 1
06-12-2013 01:53 AM
Find all posts by this user Like Post Quote this message in a reply
Monty
Apprentice
*

Posts: 40
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Jun 2012
Reputation: 1



Post: #3
RE: Mining better ore with better pickaxe
I had to edit a little your script but you have one hundred time thank you. Perfect script I give you rep. Rly thx.

C# application developer.
C/C++,SQL,PLSQL programming.
Oracle database / information system developer.
Cooperation for development of new shard.
06-12-2013 06:26 AM
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)