Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
@petdesert
Author Message
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #1
@petdesert
how to return when pet is hungry using @petdesert?
so that he does not leave his owner when he is hungry
10-15-2018 10:34 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

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

Dimension Shard

Post: #2
RE: @petdesert
Code:
ON=@PetDesert
return 1
note: this will only prevent the pet desert his owner, but it doesn't skip food checks

to skip food checks you must use
Code:
ON=@RegenStat
IF (<LOCAL.StatID>==3) //food
   return 1
ENDIF
noteĀ²: skipping food check on pets will also skip @PetDesert
10-16-2018 05:22 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Coruja's post
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #3
RE: @petdesert
(10-16-2018 05:22 AM)Coruja Wrote:  
Code:
ON=@PetDesert
return 1
note: this will only prevent the pet desert his owner, but it doesn't skip food checks

to skip food checks you must use
Code:
ON=@RegenStat
IF (<LOCAL.StatID>==3) //food
   return 1
ENDIF
noteĀ²: skipping food check on pets will also skip @PetDesert

thanks Coruja, you are the best.
10-16-2018 06:23 AM
Visit this user's website 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)