Jump to content
  • 0

Added item, now error


Kurby

Question


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

I tried implementing a new item, I spawned the item. It showed as apple. I tried wearing it, now I can't log into my account?

Anyone know how I can delete the account and characters without logging in or fixing the error?

Link to comment
Share on other sites

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

remove the item from item_db ...

but you will get spammed with dummy error if you still didnt remove the exist item in your char..

or better way login your SQL database..and delete it...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

You're better off logging into your SQL tables and deleting the item from your DB and item attached to every char's inventory/storage that has it. OR if you have a FLUXCP, do everything through there.

Edited by Mysterious
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

remove the item from item_db ...

but you will get spammed with dummy error if you still didnt remove the exist item in your char..

or better way login your SQL database..and delete it...

You're better off logging into your SQL tables and deleting the item from your DB and item attached to every char's inventory/storage that has it. OR if you have a FLUXCP, do everything through there.

Thank you!

Well, I tried deleting from "inventory" section of the SQL db, but I'm still getting errors?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Thank you!

Well, I tried deleting from "inventory" section of the SQL db, but I'm still getting errors?

Using FLUXCP, reset your character's "Look" or manually do it in your character table, look for your char, and look for the columns of the headgear section and input 0.

Edited by Mysterious
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

Thank you!

Well, I tried deleting from "inventory" section of the SQL db, but I'm still getting errors?

Using FLUXCP, reset your character's "Look" or manually do it in your character table, look for your char, and look for the columns of the headgear section and input 0.

I don't have FLUXCP, can I still do this if I get it now? :o

I don't think I have it anyway, not sure :P

Edited by Kurby
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Thank you!

Well, I tried deleting from "inventory" section of the SQL db, but I'm still getting errors?

Using FLUXCP, reset your character's "Look" or manually do it in your character table, look for your char, and look for the columns of the headgear section and input 0.

I don't have FLUXCP, can I still do this if I get it now? :o

I don't think I have it anyway, not sure :P

You can do it any way you like lol. With Flux, you're gonna be resetting all your char's Dyes, Item equipped, etc. while just doing it in your SQL DB, you'll just be aiming for the equipment attached. ;3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

Thank you!

Well, I tried deleting from "inventory" section of the SQL db, but I'm still getting errors?

Using FLUXCP, reset your character's "Look" or manually do it in your character table, look for your char, and look for the columns of the headgear section and input 0.

I don't have FLUXCP, can I still do this if I get it now? :o

I don't think I have it anyway, not sure :P

You can do it any way you like lol. With Flux, you're gonna be resetting all your char's Dyes, Item equipped, etc. while just doing it in your SQL DB, you'll just be aiming for the equipment attached. ;3

I tried doing the SQL DB, but I'm still receiving the error D:

Edited by Kurby
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

I tried doing the SQL DB, but I'm still recieving the error D:

Did you make sure to restart the server? o_O

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

I tried doing the SQL DB, but I'm still recieving the error D:

Did you make sure to restart the server? o_O

I recompiled just incase and restarted the server.. Lol

My SQL DB looks like this..

SQL_DB.jpg

Is there anyway to delete my account? I don't think I can get back on it..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Your image is damaged for me =/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

You wanna look for these:

`head_top` smallint(6) unsigned NOT NULL default '0',
 `head_mid` smallint(6) unsigned NOT NULL default '0',
 `head_bottom` smallint(6) unsigned NOT NULL default '0',

head_top, head_mid, and head_bottom in your char SQL Table and change the value to 0.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

You wanna look for these:

`head_top` smallint(6) unsigned NOT NULL default '0',
 `head_mid` smallint(6) unsigned NOT NULL default '0',
 `head_bottom` smallint(6) unsigned NOT NULL default '0',

head_top, head_mid, and head_bottom in your char SQL Table and change the value to 0.

You wanna look for these:

`head_top` smallint(6) unsigned NOT NULL default '0',
 `head_mid` smallint(6) unsigned NOT NULL default '0',
 `head_bottom` smallint(6) unsigned NOT NULL default '0',

head_top, head_mid, and head_bottom in your char SQL Table and change the value to 0.

Thank you!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Everything good? xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

Should've posted here, instead of new post.. Damn /bzz

Everything good? xD

Do you by any chance know why I'm not allowed to wear the item? It shows the item, and name correctly, but I still get an error when I wear it :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  147
  • Reputation:   26
  • Joined:  11/19/11
  • Last Seen:  

Maybe sprite error ;o or somewhere in accessoryid.lua/accname.lua

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

Maybe sprite error ;o or somewhere in accessoryid.lua/accname.lua

I think they're both fine, I'm not sure.. It's only when I click on it or try putting it on. I can view description though.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  147
  • Reputation:   26
  • Joined:  11/19/11
  • Last Seen:  

how about visionary_tab, idnum2resnametable?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  07/16/12
  • Last Seen:  

PLZ HELP

what is the password used to log in to the client? how can I edit them??

its the login password after choosing server . is it the same as mySQL password??

my server is working fine and ive start the game to log in to character. but idk the password.... :(

do i need to create an account first?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

Go to MySQL, add another row into the login db then add

2000000, username, password, sex, email, 0-99(GM).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  07/16/12
  • Last Seen:  

thanks! is it the GM account?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

thanks! is it the GM account?

If you put the state to 99, it's a GM account. To show GM sprite and add show yellow text/name to others, you have to add your ID to clientinfo folder

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  07/16/12
  • Last Seen:  

ok ,how bout state for standard account?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

ok ,how bout state for standard account?

Normal account is 0?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  07/16/12
  • Last Seen:  

ive try change it to 99 ...but i got this error when i try to log in with that "99" account

ERROR 98

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