Jump to content
  • 0

R> Help to add Custom Pets illustration by LUA


Helly

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  258
  • Reputation:   53
  • Joined:  01/09/12
  • Last Seen:  

Well i have add some custom pets, all work fine but i want to add a custom illus, i add the custompet.bmp in the illus fold

 

and edit petinfo.lub

PetIllustNameTable = {

I try this way:

[jobtbl.JT_PAD_CUSTOMMOB] = "À¯ÀúÀÎÅÍÆäÀ̽º\\illust\\pet_custompet.bmp"

And this way:

[jobtbl.JT_PAD_CUSTOMMOB] = "pet_custompet.bmp"


i check this topic:

https://rathena.org/board/topic/60349-resolved-custom-pet-illustration/

 

and this:
https://rathena.org/board/topic/75175-qpets-picture/

Same Author, but nothing :(  Any help please! TY

 

but still having this:

post-1399-0-46497300-1471281092_thumb.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   4
  • Joined:  01/13/13
  • Last Seen:  

this take me arround 3h find e.e.....

pets portraits are now in

texture\userinterface\illust

and add the pet in 

PetIllustNameTable_Eng

post-14069-0-67191600-1471297309_thumb.jpg

post-14069-0-81675200-1471297388_thumb.jpg

Edited by juanfu
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   4
  • Joined:  01/13/13
  • Last Seen:  

bmp 256 colors
you can test with this
------------------------
bmp 256 colores
te dejo los que use para probar


petinfo.lub

PetNameTable = {

....
[jobtbl.JT_SPPO] = "Sppo",

 

 

PetIllustNameTable = {
....

[jobtbl.JT_SPPO] = "Sppo.bmp",

PetIllustNameTable_Eng = {

.....

[jobtbl.JT_SPPO] = "Sppo.bmp",

PetStringTable = {

.....
    [jobtbl.JT_SPPO] = "Sppo",

illust.rar

Edited by juanfu
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...