Jump to content
  • 0
Sign in to follow this  
K4m4r40

cashshop erro

Question

Ola,

De uma hora para outra meu cashshop_db.conf começou a acusar erro e não monstra mais os itens.

Obs.: O erro apareceu derrepente, não cheguei a abri-lo em momento nenhum.

Erro:

 

[status]: Done reading '270' entries in 'db/re/item_packages.conf' ©.
[Error]: db/cashshop_db.conf:1 - syntax error
[Error]: can't read db/cashshop_db.conf
 

 

cashshop_db.conf :

//====================================================
//=       _   _                     _           
//=      | | | |                   | |          
//=      | |_| | ___ _ __ ___ _   _| | ___  ___ 
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=                                                  
//=            http://hercules.ws/board/                        
//================= More Information =================
//= http://hercules.ws/board/topic/367-introducing-cash-shop-support/
//====================================================
// This file handles the entire Cashshop. You can simply
// add in any amount of items you like within each category.
// Please keep in mind that the Cashshop does not work
// with ragexere clients.
// Categories can be empty or even missing, but, if
// present, their names must be kept as cat_<n>, where
// <n> is a valid tab index, as descripbed in 'enum
// CASH_SHOP_TABS' in clif.c (normally 0 through 7)
//====================================================


cash_shop: (
{
    cat_0: { //Lançamento
        ID531:250
    }
    
    cat_1: { //Promoção
        ID19650:5000
    }
    
    cat_2: { //Equipamentos
        ID21000:20000
    }
    
    cat_3: { //Visual
        ID30015:5000
    }
    
    cat_4: { //Cartas
        ID20001:5000
    }
    
    cat_5: { //Consumíveis
        ID501:100
    }
    
    cat_6: { //Utilidades
        White_Potion:150
    }
    
    cat_7: { //Ovos
        ID12622:10000
    }

    cat_8: { //Extra
        ID12622:10000
    }
}
)

 

 

Já conferi os itens, todos estão funcionando no servidor.
Tentei usar todos pelo ID*****: e não foi também.
 

Como resolvo esse problema?


 

Edited by K4m4r40

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

deve ser o encoding do arquivo, veja se está em UTF-8 ou algo do tipo

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.