Help me ! Failed to load character V117

Results 1 to 6 of 6
  1. #1
    Member electric2008 is offline
    MemberRank
    Apr 2013 Join Date
    29Posts

    Help me ! Failed to load character V117

    any one. help me please.
    1.jpg2.jpg3.jpg
    Attached Thumbnails Attached Thumbnails 4.jpg  


  2. #2
    Newbie Misfusion is offline
    MemberRank
    Jun 2013 Join Date
    NoobLand~Location
    13Posts

    Re: Help me ! Failed to load character V117

    go into the Characters Table > click edit somewhere > and add a field called "hpoints"
    DO THE SAME THING!
    go into the Characters Table > click edit somewhere > and add a field called "honorexp "

  3. #3
    Member bodom is offline
    MemberRank
    Jun 2013 Join Date
    42Posts

    Re: Help me ! Failed to load character V117

    Quote Originally Posted by Misfusion View Post
    go into the Characters Table > click edit somewhere > and add a field called "hpoints"
    DO THE SAME THING!
    go into the Characters Table > click edit somewhere > and add a field called "honorexp "
    i also happened the same thing what sould i do !?

  4. #4
    That one pokemon thing Luxray is offline
    Grand MasterRank
    Apr 2010 Join Date
    2,043Posts

    Re: Help me ! Failed to load character V117

    execute this:

    PHP Code:
    ALTER TABLE characters ADD honourexp INT(11NOT NULL;
    ALTER TABLE characters ADD hpoints INT(11NOT NULL
    Didn't test. I'm not even sure wether I can list the INT and the NOT NULL like this lol

  5. #5
    Member bodom is offline
    MemberRank
    Jun 2013 Join Date
    42Posts

    Re: Help me ! Failed to load character V117

    [QUOTE=The Sharingan;7654268]execute this:

    PHP Code:
    ALTER TABLE characters ADD honourexp INT(11NOT NULL;
    ALTER TABLE characters ADD hpoints INT(11NOT NULL
    how do i add them ...?

  6. #6
    That one pokemon thing Luxray is offline
    Grand MasterRank
    Apr 2010 Join Date
    2,043Posts

    Re: Help me ! Failed to load character V117

    [QUOTE=bodom;7655635]
    Quote Originally Posted by The Sharingan View Post
    execute this:

    PHP Code:
    ALTER TABLE characters ADD honourexp INT(11NOT NULL;
    ALTER TABLE characters ADD hpoints INT(11NOT NULL
    how do i add them ...?
    You execute this the same way you did with the main SQL file.



Advertisement