Jump to content
  • 0
rmon

Usage of deprecated constant

Question

4 answers to this question

Recommended Posts

  • 0

You need to convert those constants. We prepared a script for that. https://github.com/rathena/rathena/blob/master/tools/convert_emotions.py

If you installed python3, you just need to run

cd tools
./convert_emotions.py

Related Pull Request: https://github.com/rathena/rathena/pull/2527

  • Like 1
Link to comment
Share on other sites

  • 0
9 hours ago, Jey said:

You need to convert those constants. We prepared a script for that. https://github.com/rathena/rathena/blob/master/tools/convert_emotions.py

If you installed python3, you just need to run

cd tools
./convert_emotions.py

Related Pull Request: https://github.com/rathena/rathena/pull/2527

Having some issue.

image.png.64be129727bbf56b93dca782fdb3d1a2.png

Link to comment
Share on other sites

  • 0
4 minutes ago, rmon said:

Having some issue.

image.png.64be129727bbf56b93dca782fdb3d1a2.png

make sure you have an updated convert_emotions.py and if yes.

Download phyton33 or phyton3 on your VPS. Enable it to your user.

To verify if the user is able to use the phyon. Type "which phyton" or "which python33"

If all above statements are met, use ./convert_emotions.py under tools without any problem :)

  • Upvote 1
Link to comment
Share on other sites

  • 0

error resembles here!

[Warning]: Usage of deprecated constant 'E_SWT2'.vice.txt

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_SWT2'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_SWT2'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_OMG'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_OMG'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_OMG'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_OMG'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_KIS'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_KIS'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

[Warning]: Usage of deprecated constant 'E_LV'.

[Warning]: This constant was deprecated and could become unavailable anytime soon.

Is the way to solve it the same?

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.