Jump to content
  • 0

Pet Evolution Illustration and Names


Tiraga

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/14/13
  • Last Seen:  

Hi i hope this is the right section for my problem.

I'm working on getting more official Pet Evolution to be available and got most of it done. The Pet, the Bonus and even the Evolution itself is working but the two Pictures show what i can't get to work and i have no Idea why.

In the Dropdownmenu where i choose to use the Evolution is no Name listed and in the Window for the Evolution itself i dont have the Illustration and Name for the new Pet. Under the Handsymbol is a thin blue Line and if i click it i get the right Pet Information and after the Evolution i got the correct Illustration of the Rigid Nirgtmare Terror in the Pet Status. So does anyone know what im missing or where i have to look for it?

 

Evolution01.PNG

Evolution02.PNG

Edited by Tiraga
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

Make sure you also have an entry under the following in petinfo.lub

PetEggItemID_PetJobID = {
	[Your Egg ID here] = jobtbl.JT_NIGHTMARE_TERROR_H,
}

 

Edited by Panic
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:  

You need to add entries to petinfo.lub for the evolution pet.

PetNameTable = {
	[20373] = "nightmare_terror_mj",
}
PetIllustNameTable = {
	[20373] = "Nightmare_Terror_H.bmp",
}
PetIllustNameTable_Eng = {
	[20373] = "Nightmare_Terror_H.bmp",
}
PetStringTable = {
	[20373] = "Rigid Nightmare Terror",
}

 

You'd of course use your own ID/file naming.

Edited by Panic
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/14/13
  • Last Seen:  

Thanks for the Help. i already edited the part about the illustration and name but i was missing the line under Strings, so i added:
[jobtbl.JT_NIGHTMARE_TERROR_H] = "Rigid Nightmare Terror",

But that didnt do the Job somehow

Thank you very much! That was the missing part of the puzzle ^^;;

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...