Jump to content
  • 0

JRO setlook LOOK_BODY2


joyy95

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.09
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/28/23
  • Last Seen:  

pre-renewal trans job server, how can i transform the suit to JRO suit? I just try ~ it only working when my job is 3rd job and from trans wear it not working to transform JRO  only 3rd job
but when

- Id: 44999
    AegisName: jro
    Name: jro
    Type: Armor
    Locations:
      Costume_Garment: true
    ArmorLevel: 1
    EquipScript: |
      setlook LOOK_BODY2,1;
    UnEquipScript: |
      changebase Class;

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  155
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

You want use 3rd job japanese sprites on second trans job?

First you need put these sprites in sprite/Àΰ£Á·/¸öÅë/³²/costume_2  don't put directly these sprites you need rename it before.

For example you need rename MECHANIC_SPRITE_³² to È­ÀÌÆ®½º¹Ì½º_³²_2 so your Whitesmith will able to use that sprite.

And in your item script put this:
 

    EquipScript: |
      setlook LOOK_BODY2,2;
    UnEquipScript: |
      setlook LOOK_BODY2,0;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.09
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/28/23
  • Last Seen:  

On 9/23/2023 at 5:08 AM, EIysium said:

You want use 3rd job japanese sprites on second trans job?

First you need put these sprites in sprite/Àΰ£Á·/¸öÅë/³²/costume_2  don't put directly these sprites you need rename it before.

For example you need rename MECHANIC_SPRITE_³² to È­ÀÌÆ®½º¹Ì½º_³²_2 so your Whitesmith will able to use that sprite.

And in your item script put this:
 

    EquipScript: |
      setlook LOOK_BODY2,2;
    UnEquipScript: |
      setlook LOOK_BODY2,0;

 

Seems like create clone use for max body 2 right? Thanks!!!

 

On 9/23/2023 at 5:08 AM, EIysium said:

You want use 3rd job japanese sprites on second trans job?

First you need put these sprites in sprite/Àΰ£Á·/¸öÅë/³²/costume_2  don't put directly these sprites you need rename it before.

For example you need rename MECHANIC_SPRITE_³² to È­ÀÌÆ®½º¹Ì½º_³²_2 so your Whitesmith will able to use that sprite.

And in your item script put this:
 

    EquipScript: |
      setlook LOOK_BODY2,2;
    UnEquipScript: |
      setlook LOOK_BODY2,0;

 

still same

image.png.12a20f72a105c7f4f6c93ff36426eab9.png

 

image.thumb.png.fdf152214018f1d4c99d8836d2c20cf4.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  155
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

18 hours ago, joyy95 said:

Seems like create clone use for max body 2 right? Thanks!!!

You can increase in conf/battle/client.conf

max_body_style: 1 <<< switch to 2

If you want to use third job sprites on second job class you need rename third job sprite file like you have a Royal Guard sprite in that folder °¡µå_³²_2 you need rename to Æȶóµò_³²

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.09
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/28/23
  • Last Seen:  

4 hours ago, EIysium said:

You can increase in conf/battle/client.conf

max_body_style: 1 <<< switch to 2

If you want to use third job sprites on second job class you need rename third job sprite file like you have a Royal Guard sprite in that folder °¡µå_³²_2 you need rename to Æȶóµò_³²

erm i want 2nd job use JRO 3rd job sprite, now no problem with 3rd job to JRO 3rd sprite but just when 2nd job use JRO 3rd sprite will error.

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