Jump to content
  • 0

max level error and "table .manner doesn't exist"


sizenine

Question


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  149
  • Reputation:   12
  • Joined:  02/17/12
  • Last Seen:  

25pu8g9.png

The max level increase seems to be working fine but is there anyway to stop those errors from showing in console?

As for the ".manner" table, I have no idea what's happening there. I'm running on the latest SVN with a fresh database and this that SQL error shows every time a character logs in game. Can anyone give some insight?

Edited by sizenine
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

src/map/map.h

#define MAX_LEVEL 150

to

#define MAX_LEVEL 255

Don't forget to recompile your server

ea1576.manner doesn't exist

Try to execute the manner table to your SQL.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  149
  • Reputation:   12
  • Joined:  02/17/12
  • Last Seen:  

ah so that's where it is.. i was looking for it in battle.h and mmo.h... thanks! :)

i tried looking for manner table but couldn't find it.. the only thing i found was a column for manner in the char table.

Edited by sizenine
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

Hello, sizenine

That's a script error. manner is not a table. otherwise, it is a column inside the `char` table.

it should be from `char`, not from `manner`.

Otherwise, is that your own script or others or does it belong to the server?

Have a nice day!

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