Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Merhaba Arkadaşlar Bayadır Etrafta Herkes Ep Questi Arıyor Ep Vermiyor , Kuponu Silmiyor Tarzında Şikayetler Bu Questi Paylaşmak İstedim.
[CODE title="ep questi"]quest charge_cash_by_voucher begin
state start begin
function charge(amount, charge_type)
if charge_type == nil then
charge_type = "cash"
end
if 0 < amount then
-- syntax : pc.charge_cash(amount, charge_type)
-- warning: 1. 'charge_type' : "cash"(default) | "mileage"
-- 2. 'amount' must be positive number.
local result = pc.charge_cash(amount, charge_type)
if true == result 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()
end
end
return false
end
when 80021.use or 80022.use or 80023.use or 80024.use or 80025.use or 80026.use or 80027.use begin
local amount = item.get_value(0)
charge_cash_by_voucher.charge(amount, "cash")
end
end
end
[/CODE]
[CODE title="ep questi"]quest charge_cash_by_voucher begin
state start begin
function charge(amount, charge_type)
if charge_type == nil then
charge_type = "cash"
end
if 0 < amount then
-- syntax : pc.charge_cash(amount, charge_type)
-- warning: 1. 'charge_type' : "cash"(default) | "mileage"
-- 2. 'amount' must be positive number.
local result = pc.charge_cash(amount, charge_type)
if true == result 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()
end
end
return false
end
when 80021.use or 80022.use or 80023.use or 80024.use or 80025.use or 80026.use or 80027.use begin
local amount = item.get_value(0)
charge_cash_by_voucher.charge(amount, "cash")
end
end
end
[/CODE]
24 saat içerisinde questın calıstıgına dair kanıt/görsel ekleyiniz.Merhaba Arkadaşlar Bayadır Etrafta Herkes Ep Questi Arıyor Ep Vermiyor , Kuponu Silmiyor Tarzında Şikayetler Bu Questi Paylaşmak İstedim.
[CODE title="ep questi"]quest charge_cash_by_voucher begin
state start begin
function charge(amount, charge_type)
if charge_type == nil then
charge_type = "cash"
end
if 0 < amount then
-- syntax : pc.charge_cash(amount, charge_type)
-- warning: 1. 'charge_type' : "cash"(default) | "mileage"
-- 2. 'amount' must be positive number.
local result = pc.charge_cash(amount, charge_type)
if true == result 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()
end
end
return false
end
when 80021.use or 80022.use or 80023.use or 80024.use or 80025.use or 80026.use or 80027.use begin
local amount = item.get_value(0)
charge_cash_by_voucher.charge(amount, "cash")
end
end
end
[/CODE]
https://forum.turkmmo.com/konu/3615183-c-ep-kuponu-sistemi/Merhaba Arkadaşlar Bayadır Etrafta Herkes Ep Questi Arıyor Ep Vermiyor , Kuponu Silmiyor Tarzında Şikayetler Bu Questi Paylaşmak İstedim.
[CODE title="ep questi"]quest charge_cash_by_voucher begin
state start begin
function charge(amount, charge_type)
if charge_type == nil then
charge_type = "cash"
end
if 0 < amount then
-- syntax : pc.charge_cash(amount, charge_type)
-- warning: 1. 'charge_type' : "cash"(default) | "mileage"
-- 2. 'amount' must be positive number.
local result = pc.charge_cash(amount, charge_type)
if true == result 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()
end
end
return false
end
when 80021.use or 80022.use or 80023.use or 80024.use or 80025.use or 80026.use or 80027.use begin
local amount = item.get_value(0)
charge_cash_by_voucher.charge(amount, "cash")
end
end
end
[/CODE]
Konu daha önce paylaşıldı
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 5
- Görüntüleme
- 302
- Cevaplar
- 0
- Görüntüleme
- 58
- Cevaplar
- 2
- Görüntüleme
- 46
