Jump to content
  • 0

I need guide add pet custom.


Hnomkeng

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

I add Mob on pet_db.yml and add item egg on item_db.txt 

unknown.png?width=579&height=468unknown.png

 

have issue on console, can guide me ?

unknown.png

 

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

How did you produced the egg via achievements?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

21 hours ago, Radian said:

How did you produced the egg via achievements?

I no understand.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

pet egg are supposedly given to player by using makeegg atcommand / script commands.

giving an egg to player using getitem will simply make the egg broken.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

12 hours ago, Emistry said:

pet egg are supposedly given to player by using makeegg atcommand / script commands.

giving an egg to player using getitem will simply make the egg broken.

You can example ?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

5 hours ago, Hnomkeng said:

You can example ?

@makeegg <egg ID>

Creates a Pet Egg based on the given ID.
*makepet <pet id>;

This command will create a pet egg and put it in the invoking character's
inventory. The kind of pet is specified by pet ID numbers listed in
'db/(pre-)re/pet_db.yml'. The egg is created exactly as if the character just successfully
caught a pet in the normal way.

	// This will make you a poring:
	makepet 1002;

Notice that you absolutely have to create pet eggs with this command. If you try
to give a pet egg with 'getitem', pet data will not be created by the char
server and the egg will disappear when anyone tries to hatch it.

read the doc

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

On 9/17/2019 at 5:44 PM, Emistry said:

@makeegg <egg ID>

Creates a Pet Egg based on the given ID.

*makepet <pet id>;

This command will create a pet egg and put it in the invoking character's
inventory. The kind of pet is specified by pet ID numbers listed in
'db/(pre-)re/pet_db.yml'. The egg is created exactly as if the character just successfully
caught a pet in the normal way.

	// This will make you a poring:
	makepet 1002;

Notice that you absolutely have to create pet eggs with this command. If you try
to give a pet egg with 'getitem', pet data will not be created by the char
server and the egg will disappear when anyone tries to hatch it.

read the doc

I have issue on picture (no hide item egg after hatched). @Emistry

Item DB

Quote

28800,Magmaring_Egg,Magmaring Egg,7,20,,0,,,,,,,,,,,,,{},{},{}

pet_db.yml

Quote

Header:
  Type: PET_DB
  Version: 1
  
Body:
# Fire Element
  - Mob: MAGMARING
    EggItem: Magmaring_Egg
    FoodItem: Pet_Food
    Fullness: 3
    IntimacyFed: 60
    CaptureRate: 10000
    SpecialPerformance: false

screenrAthena003.thumb.jpg.760905549c9e3862beed35d1e607be0d.jpg

Edited by Hnomkeng
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

In your client's GRF... the one with highest priority and your english ones that are edittable . . . . . . 

 

go to luafiles514>lua files >datainfo and open petinfo.lub

this is where your missing everything 

 

 

besides that just make sure the eggs are written up and stuf, seems like you got it your just missing the client side

 

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

1 hour ago, Naruto said:

In your client's GRF... the one with highest priority and your english ones that are edittable . . . . . . 

 

go to luafiles514>lua files >datainfo and open petinfo.lub

this is where your missing everything 

 

 

besides that just make sure the eggs are written up and stuf, seems like you got it your just missing the client side

 

You can guide me ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

1 hour ago, Hnomkeng said:

You can guide me ?

check the video at the bottom, then read the post

 

 

some of those are your sprite animations and stuff, itll give you errors in game and itll tell you which ones, just copy the names into your grf editor like so

giphy.gif

and then make new ones for the ones that you want

Edited by Naruto
  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

On 11/10/2019 at 11:47 PM, Naruto said:

check the video at the bottom, then read the post

 

 

some of those are your sprite animations and stuff, itll give you errors in game and itll tell you which ones, just copy the names into your grf editor like so

giphy.gif

and then make new ones for the ones that you want

 

VDO https://youtu.be/K4_ZVn6uny8
same issue.

lub file petinfo.lub

 

Edited by Hnomkeng
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

42 minutes ago, Hnomkeng said:

VDO https://youtu.be/K4_ZVn6uny8
same issue.

lub file petinfo.lub

 

you didnt add anything too

 

PetIllustNameTable

PetIllustNameTable_Eng

 

If not im not sure i havnt added one yet but i though this was everything

?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

On 11/13/2019 at 12:17 AM, Naruto said:

you didnt add anything too

 

PetIllustNameTable

PetIllustNameTable_Eng

 

If not im not sure i havnt added one yet but i though this was everything

?

same issue. ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  43
  • Reputation:   20
  • Joined:  05/05/15
  • Last Seen:  

28k is too high of an ID for a pet egg. You need to keep pet eggs in the 9k range or else they get really busted. (moving the Magmaring egg ID to the 9k range should fix the egg not being hidden when it's hatched.)

Edited by Panic
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

10 hours ago, Panic said:

28k is too high of an ID for a pet egg. You need to keep pet eggs in the 9k range or else they get really busted. (moving the Magmaring egg ID to the 9k range should fix the egg not being hidden when it's hatched.)

OK, Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...