Difference between revisions of "pet"

From OpenKore Wiki
Jump to navigation Jump to search
m (Created page with 'Usage: pet [capture|hatch|status|info|feed|performance|return|unequip|name <name>] Category:Console Command')
 
m (Conversion script moved page Pet to pet: Converting page titles to lowercase)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Usage: pet [capture|hatch|status|info|feed|performance|return|unequip|name <name>]
+
;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
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Latest revision as of 22:35, 26 April 2021

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