Jump to content
  • 0

Warnings Miner_world script


christofereduardo

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   2
  • Joined:  06/06/13
  • Last Seen:  

[Warning]: Usage of deprecated constant 'E_DOTS'.cao/Miner_World.txt
[Warning]: This constant was deprecated and could become unavailable anytime soon.
[Warning]: Usage of deprecated constant 'E_SWT'.
[Warning]: This constant was deprecated and could become unavailable anytime soon.
[Warning]: Usage of deprecated constant 'E_PAT'.
[Warning]: This constant was deprecated and could become unavailable anytime soon.

 

Does anyone know what I can do to fix this?

thank you!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   14
  • Joined:  11/17/17
  • Last Seen:  

8 minutes ago, christofereduardo said:

[Warning]: Usage of deprecated constant 'E_DOTS'.cao/Miner_World.txt
[Warning]: This constant was deprecated and could become unavailable anytime soon.
[Warning]: Usage of deprecated constant 'E_SWT'.
[Warning]: This constant was deprecated and could become unavailable anytime soon.
[Warning]: Usage of deprecated constant 'E_PAT'.
[Warning]: This constant was deprecated and could become unavailable anytime soon.

 

Does anyone know what I can do to fix this?

thank you!!

Hi
These constants was deprecated. You need to change
E_DOTS to ET_THINK
E_SWT to ET_SWEAT
E_PAT to ET_GOODBOY

You can see the full list at tools/convert_emotions.py

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   2
  • Joined:  06/06/13
  • Last Seen:  

On 2/25/2019 at 12:26 AM, rongmauhong said:

Hi
These constants was deprecated. You need to change
E_DOTS to ET_THINK
E_SWT to ET_SWEAT
E_PAT to ET_GOODBOY

You can see the full list at tools/convert_emotions.py

 

Thanks your post helped me solve!!!

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