Jump to content
  • 0

Server does not save client values


Question

Posted

Hi guys

 

I've recently added a jRO costume npc to my server, but whenver I change body style and logout the server will reset my appearance. The script is written with *setlook 

The same problem repeats when I activate certain commands like @autoloot. 

 

I'm getting the idea that you can switch on/off the commands that you want the server to remember, but don't know where.

 

Can anyone give me a hand with this?

Thank you in advance :)

 

3 answers to this question

Recommended Posts

  • 1
Posted

try this

rathena/conf/battle/client.conf

// Save body styles. (Note 1)
// Note: Don't turn this on unless you know what your doing.
// Sprites are not released officially.
save_body_style: no

to

// Save body styles. (Note 1)
// Note: Don't turn this on unless you know what your doing.
// Sprites are not released officially.
save_body_style: yes

 

  • 0
Posted
15 hours ago, sader1992 said:

try this

rathena/conf/battle/client.conf


// Save body styles. (Note 1)
// Note: Don't turn this on unless you know what your doing.
// Sprites are not released officially.
save_body_style: no

to


// Save body styles. (Note 1)
// Note: Don't turn this on unless you know what your doing.
// Sprites are not released officially.
save_body_style: yes

 

it works .. I swear I had this in front of my eyes and didn't know it was for that xD..

thank you, again ^_^

 

Any idea how to tell the server to save at commands like @autoloot ?

I know the client saves in lua files like hotkeys and optioninfo.lua but it's not here

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...