Jump to content

asianadam

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by asianadam

  1. I do not know where to post this. I thought mysql is part of database so I guess i will post this here. There is some error that my account ID went out number I have no clue how to fix this to get along with other number. 

     

    Capture_zpsc68181c3.png

     

    So how to fix that huge number back on task with other number?



    Oh i forgot When you registering the number keep going higher that number so how to fix the registration?

  2. I am not exactly sure where to put that

    i think it's the SQL datatype for HP and MAXHP column are not enough to cover 20,000,000 HP...since it can only hold up to around 8,000,000 mil++ HP only..because it's mediumint(8)

    try run this SQL query.

    ALTER TABLE `char` CHANGE COLUMN `max_hp` `max_hp` INT UNSIGNED NOT NULL DEFAULT '0'  , CHANGE COLUMN `hp` `hp` INT UNSIGNED NOT NULL DEFAULT '0'  ;

    Please do a back up before you run this..just in case anything unusual happen ~

    I am not sure where to put that. I am sorry for being noob.

×
×
  • Create New...