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
Animals into pack
Author Message
mrkarlo
Journeyman
*

Posts: 160
Likes Given: 3
Likes Received: 6 in 5 posts
Joined: Mar 2012
Reputation: 1



Post: #1
Animals into pack
Hi
Why when i shrink the creatures - creature goes into a backpack? I need that creature stay on the ground.
12-11-2016 08:37 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #2
RE: Animals into pack
I think that shrink function is harcoded. Btw you can try to do something with
i_potion_Shrink (Click to View)

Grandmaster Localhost Admin
(This post was last modified: 12-11-2016 08:47 AM by Kanibal.)
12-11-2016 08:46 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
mrkarlo
Journeyman
*

Posts: 160
Likes Given: 3
Likes Received: 6 in 5 posts
Joined: Mar 2012
Reputation: 1



Post: #3
RE: Animals into pack
thanx, but your script is - the same problem. As i know that on sphere 56b - pet fall on the ground when your shrink. Now im using 56c! Mb it is a trick on that version of sphere?
12-11-2016 08:56 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #4
RE: Animals into pack
(12-11-2016 08:56 AM)mrkarlo Wrote:  thanx, but your script is - the same problem.
It's not my script. I copy it from sphere scripts.
(12-11-2016 08:56 AM)mrkarlo Wrote:  As i know that on sphere 56b - pet fall on the ground when your shrink. Now im using 56c! Mb it is a trick on that version of sphere?
Try 56d

Grandmaster Localhost Admin
12-11-2016 09:18 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
mrkarlo
Journeyman
*

Posts: 160
Likes Given: 3
Likes Received: 6 in 5 posts
Joined: Mar 2012
Reputation: 1



Post: #5
RE: Animals into pack
where can i download def scripts for sphere 56d?
12-15-2016 03:25 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #6
RE: Animals into pack
(12-15-2016 03:25 AM)mrkarlo Wrote:  where can i download def scripts for sphere 56d?

Open your eyes Doubt

Grandmaster Localhost Admin
12-15-2016 03:50 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
mrkarlo
Journeyman
*

Posts: 160
Likes Given: 3
Likes Received: 6 in 5 posts
Joined: Mar 2012
Reputation: 1



Post: #7
RE: Animals into pack
hey once again! def scripts available only for 56c! And i cant download, there is an error - Strict Standards: Only variables should be passed by reference in /www/htdocs/w00c64b9/forum/sshare.php on line 142
12-15-2016 03:56 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #8
RE: Animals into pack

Grandmaster Localhost Admin
12-15-2016 04:03 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
mrkarlo
Journeyman
*

Posts: 160
Likes Given: 3
Likes Received: 6 in 5 posts
Joined: Mar 2012
Reputation: 1



Post: #9
RE: Animals into pack
thnx man! Iv tested shrink potion on 56d and the problem is relevant. Pet goes to the backpack. any solution?

2. i need some code, return 1 if pet have not full hp!

if (<src.targ.hits> >= <src.targ.str>)
SRC.SYSMESSAGE Creature must be full HP.
RETURN 1
ENDIF

not work! any solution please!
12-15-2016 04:27 AM
Find all posts by this user Like Post Quote this message in a reply
mrkarlo
Journeyman
*

Posts: 160
Likes Given: 3
Likes Received: 6 in 5 posts
Joined: Mar 2012
Reputation: 1



Post: #10
RE: Animals into pack
Can't resolve <act.targ.hits>
Can't resolve <act.targ.str>
Undefined symbol '' ['< )']
Undefined symbol ''

Code:
if (<act.targ.hits> < <act.targ.str>)
SRC.SYSMESSAGE Creature must be full HP.
RETURN 1
ENDIF
12-15-2016 05:02 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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