- Mesaj
- 4.070
- Çözümler
- 408
- Beğeni
- 4.312
- Puan
- 1.849
- Ticaret Puanı
- 0
Arkadaşlar serverımda ep kuponlarını bir türlü çalıştıramadım. Şu an bir quest ile çalıştırmayı denedim, oyun içinde başarıyla aktarıldı yazıyor fakat ne envanterde ne de navicatta ep görünmüyor.
CH1 Syserr:
Syserr de belirtilen quest dosyasının içeriği:
CH1 Syserr:
Kod:
SYSERR: Jun 8 13:46:04.373562 :: pid_init:
Start of pid: 3415
SYSERR: Jun 8 13:47:04.564811 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 0 mob 3596 skill 20
SYSERR: Jun 8 13:47:04.587098 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 1 mob 3596 skill 25
SYSERR: Jun 8 13:47:07.648617 :: heart_idle: losing 60 seconds. (lag occured)
SYSERR: Jun 8 13:47:46.827520 :: RunState: LUA_ERROR: ...ale/turkey/quest/object/state/charge_cash_by_voucher:11: attempt to concatenate global `account' (a table value)
SYSERR: Jun 8 13:47:46.827578 :: WriteRunningStateToSyserr: LUA_ERROR: quest charge_cash_by_voucher.start click
Syserr de belirtilen quest dosyasının içeriği:
Lua (Quest):
charge_cash_by_voucher={["start"]=0,charge= function (amount,charge_type)if charge_type == nil then
charge_type = "coins"
end
if 0 < amount then
local item_id = item . get_id ( )
char_log ( item_id , "CHARGE_CASH_BY_VOUCHER" , amount )
syschat ( string . format ( gameforge . charge_cash_by_voucher . _010_syschat , amount ) )
local flag_name = "total_" .. charge_type
pc . setqf ( flag_name , pc . getqf ( flag_name ) + amount )
item . remove ( )
mysql_query ( "UPDATE account.account SET coins=coins+'" .. count .. "' WHERE id='" .. account .. "'" )
end
return false
end }