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
Pet teleports to owner
Author Message
Lano
Apprentice
*

Posts: 28
Likes Given: 3
Likes Received: 0 in 0 posts
Joined: Oct 2012
Reputation: 0



Post: #1
Pet teleports to owner
I am trying to figure out a little script to make a/the pet(s) teleport to their owners if a certain distance level is broken when they are "on follow" .. but i am not having any luck...

Basicly it does not need to teleport them if a distance level is broken, its more of an "dont get lost/leave your pet behind" type of thing... but they often get stuck when the owner uses them for hunting in the woods and so on...

Any idieas?
(This post was last modified: 06-22-2015 03:50 AM by Lano.)
06-20-2015 01:01 AM
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: #2
RE: Pet teleports to owner
Try this, for PETS only !

PHP Code:
[EVENTS e_pet_test]

ON=@NpcActFollow
if <distance <owner>> >= 15
    gouid 
<owner>
endif 
Remember that this will be fired often
(This post was last modified: 06-20-2015 02:37 AM by darksun84.)
06-20-2015 02:36 AM
Find all posts by this user Like Post Quote this message in a reply
Lano
Apprentice
*

Posts: 28
Likes Given: 3
Likes Received: 0 in 0 posts
Joined: Oct 2012
Reputation: 0



Post: #3
RE: Pet teleports to owner
Thanks, yeah i thought about something on NPCACTFOLLOW trigger, but just as you are saying, its gonna be triggered A LOT, but yeah.. maybe its the only way Smile - So thx again
06-22-2015 03:17 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)