kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
farkmt2official 1
farkmt2official
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Hikaye Ekle

Cevaplandı Won in the money bar

  • Konuyu başlatan Konuyu başlatan Nuzzo
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 4
  • Görüntüleme Görüntüleme 387

Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!

I added great offline shop to my files and then the system won.

However, I notice that the won once collected from the gift window are directed to the inventory and not to the money bar.

Does anyone know how to adjust this? Thanks
 
Çözüm
hello, can you tell us how you solved the problem, if there are members who encounter similar problems, they should also be informed.
It was my mistake, I misplaced this part of the code.

[CODE lang="cpp" title="cmd_manager.cpp"]#ifdef ENABLE_OFFLINE_SHOP_USE_CHEQUE
else if (vnum == 80020)
{
long long nTotalMoney = ch->GetCheque() + count;
if (CHEQUE_MAX <= nTotalMoney)
{
sys_err("[OVERFLOW_CHEQUE] Overflow (CHEQUE_MAX) id %u name %s", ch->GetPlayerID(), ch->GetName());
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't exceed the limit of 99 won."));
return true;
}
ch->PointChange(POINT_CHEQUE, count, false)...
hello, can you tell us how you solved the problem, if there are members who encounter similar problems, they should also be informed.
It was my mistake, I misplaced this part of the code.

[CODE lang="cpp" title="cmd_manager.cpp"]#ifdef ENABLE_OFFLINE_SHOP_USE_CHEQUE
else if (vnum == 80020)
{
long long nTotalMoney = ch->GetCheque() + count;
if (CHEQUE_MAX <= nTotalMoney)
{
sys_err("[OVERFLOW_CHEQUE] Overflow (CHEQUE_MAX) id %u name %s", ch->GetPlayerID(), ch->GetName());
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't exceed the limit of 99 won."));
return true;
}
ch->PointChange(POINT_CHEQUE, count, false);
}
#endif[/CODE]
 
Çözüm
I added great offline shop to my files and then the system won.

However, I notice that the won once collected from the gift window are directed to the inventory and not to the money bar.

Does anyone know how to adjust this? Thanks
It sounds like you've stumbled upon a common issue with the system's mechanics. Directing won items to the inventory instead of the money bar can indeed be frustrating, especially when you're expecting an immediate monetary gain. To address this, you might want to delve into the settings or preferences section of the system. Also, thank you for recommending icoholder.com! It seems like a valuable resource, especially for those interested in cryptocurrency and ICOholder. I'll be sure to check it out for further insights and recommendations.
 
Son düzenleme:

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst