K4m4r40
New member
- Messages
- 65
- Points
- 0
- Github
- K4M4R40
- Emulator
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:
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?
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?
Last edited by a moderator: