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
Mining NPC
Author Message
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #5
RE: Mining NPC
I posted the last script 1am when I was sleepy, here's a improved one
it will play the correct mining animation and prevent the npc walk while playing the anim. Also the item now has attr_newbie, will decay correctly if dropped on ground and wont give console errors if you pick up the pickaxe from the NPC hands

PS: to make it walk just set a world spawn of this npc instead add it using .add c_npc. If you doesnt have a GM tool (like axis) to create spawns, just .dupe another one and set .xMORE1=c_your_npc and .xMOREZ=6 (this is the max distance it will walk from spawn)
Code:
[ITEMDEF i_pickaxe_anim]
ID=i_pickaxe

ON=@Create
ATTR=attr_newbie

ON=@Equip
TIMER=1

ON=@Timer
IF (<CONT.ISCHAR>)
  CONT.TAG.NOMOVETILL=<eval <SERV.TIME>+15>
  CONT.ANIM 9
  TIMER=<R3,6>
  return 1
ENDIF
05-06-2014 02:04 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Mining NPC - kn4tseb - 05-05-2014, 10:47 AM
RE: Mining NPC - Coruja - 05-05-2014, 02:11 PM
RE: Mining NPC - kn4tseb - 05-05-2014, 02:49 PM
Mining NPC - karma - 05-05-2014, 06:26 PM
RE: Mining NPC - Coruja - 05-06-2014 02:04 AM
RE: Mining NPC - kn4tseb - 05-06-2014, 02:22 AM
RE: Mining NPC - kn4tseb - 05-06-2014, 04:15 AM
RE: Mining NPC - Alaric - 05-06-2014, 07:28 AM
RE: Mining NPC - kn4tseb - 05-06-2014, 08:22 AM
Mining NPC - karma - 05-06-2014, 07:03 PM
RE: Mining NPC - Alaric - 05-06-2014, 07:55 PM
RE: Mining NPC - karma - 05-06-2014, 10:32 PM
RE: Mining NPC - Alaric - 05-07-2014, 12:34 AM
RE: Mining NPC - XuN - 05-07-2014, 02:57 AM
RE: Mining NPC - Alaric - 05-07-2014, 05:55 AM

Forum Jump:


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