Items disappear.

Results 1 to 5 of 5
  1. #1
    Enthusiast wulkan1237 is offline
    MemberRank
    Mar 2014 Join Date
    NewProjectLocation
    42Posts

    Items disappear.

    Hello i have a problem when I add new items to the inititem and when i add this new items in game its ok but after relog this items disappear whats wrong with this? i use clean database (using fusion repack)


  2. #2
    Account Upgraded | Title Enabled! David Emad is offline
    MemberRank
    Oct 2013 Join Date
    VipeRLocation
    230Posts

    Re: Items disappear.

    use another index number and try it with normal char

  3. #3
    Enthusiast wulkan1237 is offline
    MemberRank
    Mar 2014 Join Date
    NewProjectLocation
    42Posts

    Re: Items disappear.

    Quote Originally Posted by David Emad View Post
    use another index number and try it with normal char
    nothing has changed before i click log i see char with stuff but in game he is clean and i cant equip other working weapon/armor

  4. #4
    http://kalserverace.com Ace-SG1- is offline
    MemberRank
    Sep 2006 Join Date
    HawaiiLocation
    1,711Posts

    Re: Items disappear.

    PHP Code:
       <?php $db_host ""$auth_db ""$data_db ""
    mssql_connect($db_host); mssql_select_db($data_db); $query_item mssql_query("SELECT [IID] FROM [Item] ORDER BY [IID] DESC"); $query_item_data mssql_fetch_array($query_item); $item_id $query_item_data[0]; if($item_id 0$item_id =0$query mssql_query("SELECT * FROM [Item] WHERE [IID] < 0"); while($data mssql_fetch_array($query)) {     extract($data);     $item_id++;     mssql_query("UPDATE [Item] SET [IID] = $item_id WHERE [IID] = $IID");     echo "Changing ID: $IID to $item_id<br>"; } echo "Done"?>
    run that, it shuld fix the bug

  5. #5
    make Love, not War! HadesKal is offline
    MemberRank
    Feb 2008 Join Date
    PandoraLocation
    535Posts

    Re: Items disappear.

    Could also be that InitItem.txt from Serverfiles/Config and InitItem.txt in config.pk are not the same.
    Try this.



Advertisement