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
Tamed npc's / pets go *poof*
Author Message
Joe Loop
Apprentice
*

Posts: 23
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #1
Tamed npc's / pets go *poof*
For some reason sometimes the pets that players have tamed simply go *poof* and return to their spawn point .. or just poof and are gone for real (ending up nowhere)

I have no special npc script in place whatsoever, so i am clueless here :/

Anything you heard about before, or maybe have a hunch what it could be?
01-12-2013 11:57 PM
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: #2
RE: Tamed npc's / pets go *poof*
Summoned pets dissapear in a puff of smoke...
01-13-2013 04:49 AM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #3
RE: Tamed npc's / pets go *poof*
if pet's go hungry, they can abandon their master...

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
01-13-2013 05:15 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #4
RE: Tamed npc's / pets go *poof*
(01-12-2013 11:57 PM)Joe Loop Wrote:  For some reason sometimes the pets that players have tamed simply go *poof* and return to their spawn point .. or just poof and are gone for real (ending up nowhere)

I have no special npc script in place whatsoever, so i am clueless here :/

Anything you heard about before, or maybe have a hunch what it could be?

you need to remove their home when they tamed, or use;

PHP Code:
on=@npclostteleport
if <owner>
    return 
1
endif 
(This post was last modified: 01-13-2013 08:30 AM by Shaklaban.)
01-13-2013 08:30 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Joe Loop
Apprentice
*

Posts: 23
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #5
RE: Tamed npc's / pets go *poof*
But if i use that fix, i get:

16:57:DEBUG:__ thread (508660) __ | # | _____ function _____________ | ticks passed from previous function start ______
16:57:DEBUG:>> 508660 | 0 | CWorld::OnTick | +0
16:57:DEBUG:>> 508660 | 1 | CSector::OnTick | +0
16:57:DEBUG:>> 508660 | 2 | CChar::OnTick | +0
16:57:DEBUG:>> 508660 | 3 | CChar::NPC_OnTickAction | +0 <-- exception catch point (below is guessed and could be incorrect!)
16:57:DEBUG:>> 508660 | 4 | CChar::NPC_Act_Idle | +0
16:57:DEBUG:>> 508660 | 5 | CChar::NPC_LookAround | +0
16:57:DEBUG:>> 508660 | 6 | CChar::NPC_LookAtChar | +0
16:57:DEBUG:>> 508660 | 7 | CChar::NPC_LookAtCharMonster | +0
16:57:DEBUG:>> 508660 | 8 | CChar::Fight_Attack | +0
16:57:DEBUG:>> 508660 | 9 | CChar::Memory_Fight_Start | +0
16:57:DEBUG:>> 508660 | 10 | CResource::GetDefaultMsg | +0
16:57:CRITICAL:"Access Violation" (0x7432f9ac), in CChar::NPC_TickAction() #1 "idle"
01-14-2013 01:59 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #6
RE: Tamed npc's / pets go *poof*
Try it this way, just to see

Code:
ON=@NPCLostTeleport
if (<src.memoryfindtype.memory_ipet>)
     return 1
endif

[Image: 2nis46r.jpg]
01-14-2013 03:33 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Joe Loop
Apprentice
*

Posts: 23
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #7
RE: Tamed npc's / pets go *poof*
Nope no changes, still get the error and dident really make any changes today other than that script :/
(This post was last modified: 01-14-2013 06:38 AM by Joe Loop.)
01-14-2013 06:31 AM
Find all posts by this user Like Post Quote this message in a reply
ChaveS
Journeyman
*

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



Post: #8
RE: Tamed npc's / pets go *poof*
what if

Code:
ON=@NPCLostTeleport
if (<src.memoryfindtype.memory_ipet>)
     home
     return 1
endif
(This post was last modified: 01-14-2013 10:41 AM by ChaveS.)
01-14-2013 10:40 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #9
RE: Tamed npc's / pets go *poof*
(01-14-2013 10:40 AM)ChaveS Wrote:  what if

Code:
ON=@NPCLostTeleport
if (<src.memoryfindtype.memory_ipet>)
     home
     return 1
endif

@NPCLostTeleport fires before a creature returns home... what your doing there basically would allow default behavior making the script itself pointless

[Image: 2nis46r.jpg]
01-14-2013 11:42 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Joe Loop
Apprentice
*

Posts: 23
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2012
Reputation: 0



Post: #10
RE: Tamed npc's / pets go *poof*
Anyway its a wierd error .. im not even sure its related to the script anymore, i tried to completely remove it, resync and error still occurs, havent rebooted thou since i dont wanna get the players mad...

But everytime i summon/spawn an npc error comes up .. and it started after i added the script :/
01-15-2013 02:59 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)