quest Issamlvl begin
state start begin
when letter begin
send_letter(" مهمة التطوير ")
end
when info or button begin
say(" ")
say(" 5 قتله مستوى 105 ")
say (pc.getqf("count")," لقد قمت بقتل ")
say(" ماتين ستار ")
end
when kill with npc.is_pc() begin
local vid = npc.get_vid()
local acc_id = pc.get_account_id()
local check_my_ip = pc.get_ip()
local check_enemy_ip = npc.get_ip()
if check_my_ip == check_enemy_ip then
end
chat ( " لقد قمت بقتل حسابك لن تحصل على نقاط قتل " )
return
end
when letter begin
if pc . get_level ( ) == 1
pc.give_exp2(100000000)
say_green(" تم تطويرك ..مبارك لك ")
end
end
end