Difference between revisions of "pet"

From OpenKore Wiki
Jump to navigation Jump to search
Line 1: Line 1:
;pet capture <monster>
+
;pet capture <monster #>
;pet c <monster>
+
;pet c <monster #>
 
:Capturing a monster to become a pet
 
:Capturing a monster to become a pet
 
  
 
----
 
----
  
 
+
;pet hatch <item #>
;pet hatch <egg>
+
;pet h <item #>
;pet h <egg>
 
 
:Hatch an egg pet
 
:Hatch an egg pet
 
:'''''Note.''''' Beware, you must first use the item "Pet Incubator", else you will get disconnected
 
:'''''Note.''''' Beware, you must first use the item "Pet Incubator", else you will get disconnected
 
  
 
----
 
----
 
  
 
;pet status
 
;pet status
 +
;pet s
 
:Displays basic information of pet
 
:Displays basic information of pet
 
  
 
----
 
----
 
  
 
;pet info
 
;pet info
 +
;pet i
 
:Sends pet menu
 
:Sends pet menu
 
  
 
----
 
----
 
  
 
;pet feed
 
;pet feed
 +
;pet f
 
:Feeds your pet
 
:Feeds your pet
 
  
 
----
 
----
 
  
 
;pet performance
 
;pet performance
 +
;pet p
 
:Plays with your pet
 
:Plays with your pet
 
  
 
----
 
----
 
  
 
;pet return
 
;pet return
 +
;pet r
 
:Sends your pet back to the egg
 
:Sends your pet back to the egg
 
  
 
----
 
----
 
  
 
;pet unequip
 
;pet unequip
 +
;pet u
 
:Unequips your pet
 
:Unequips your pet
 
  
 
----
 
----
 
  
 
;pet name <new name>
 
;pet name <new name>
 +
;pet n <new name>
 
:Changes the name of the pet
 
:Changes the name of the pet
 +
 +
----
 +
 +
;pet emotion <number>
 +
;pet e <number>
 +
:Show emotion with your pet
 +
see pettalktable.xml
 +
https://github.com/HerculesWS/Hercules/blob/stable/src/map/clif.c#L14395
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 22:23, 19 February 2019

pet capture <monster #>
pet c <monster #>
Capturing a monster to become a pet

pet hatch <item #>
pet h <item #>
Hatch an egg pet
Note. Beware, you must first use the item "Pet Incubator", else you will get disconnected

pet status
pet s
Displays basic information of pet

pet info
pet i
Sends pet menu

pet feed
pet f
Feeds your pet

pet performance
pet p
Plays with your pet

pet return
pet r
Sends your pet back to the egg

pet unequip
pet u
Unequips your pet

pet name <new name>
pet n <new name>
Changes the name of the pet

pet emotion <number>
pet e <number>
Show emotion with your pet

see pettalktable.xml https://github.com/HerculesWS/Hercules/blob/stable/src/map/clif.c#L14395