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
lumber (skill make)
Author Message
Skul
Master
**

Posts: 413
Likes Given: 0
Likes Received: 19 in 15 posts
Joined: Jun 2012
Reputation: 9



Post: #5
RE: lumber (skill make)
in sphere_region.scp you will see a block for mr_tree in [regionresource xxx], add in your desired logs and try choping some trees. It is possible to chop specific logs by tree types, this can be done by reading the statics.x of a position, for example:
Code:
on=@itemtargon_ground
if (<act.type>==t_weapon_sword) || (<act.type>==t_weapon_axe)
  for x 0 <eval <targp.statics> +-1>
    if (<targp.statics.<local.x>.id>==(id of the tree on the ground))
      if !(<targp.worldgembit t_tree>)
        serv.newitem=i_worldgem_bit
        new.attr=attr_move_never|attr_invis|attr_decay
        new.more1=mr_tree //resource you prefer to use
        new.amount=<eval {5 10}> //amount of logs
        new.timer=<serv.regionresource.mr_tree.delay>
        new.p=<targp>
      endif
    endif
  endfor
endif

[function worldgembit]
foritems 0
  if (<baseid>==i_worldgem_bit)
    if (<type>==<args>)
      local.return=1
    endif
  endif
endfor
return <dlocal.return>

"I ask a question to the answer I already know."

Marchadium :: http://www.marchadium.ca/ :: Join us!
01-29-2013 02:09 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
lumber (skill make) - mrkarlo - 01-27-2013, 09:25 AM
RE: lumber (skill make) - Crusader - 01-27-2013, 10:40 PM
RE: lumber (skill make) - mrkarlo - 01-28-2013, 08:21 AM
RE: lumber (skill make) - Crusader - 01-28-2013, 09:44 AM
RE: lumber (skill make) - Skul - 01-29-2013 02:09 PM
RE: lumber (skill make) - mrkarlo - 01-30-2013, 08:23 AM
RE: lumber (skill make) - Ultima One - 01-31-2013, 12:53 AM

Forum Jump:


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