Jump to content

Help whit a simple quest


Go to solution Solved by MrLibya,

Recommended Posts

Hi all I need a little think whit mi quest.

I need when I give a gift to the winer of a OX to make a notice whit his name 

I have this but notice whit mi name when I give the player the gift.

		when 20358.chat."Recompensa Event OX" with pc.is_gm() begin
			say("Castigatorul va fi premiat.Introdu ID itemului.")
			say("")

			local item_vnum = input()

			say("Introdu cantitatea.")
			say("")

			local item_count = input()
			oxevent.give_item(item_vnum, item_count)

			say("Recompensezi cu "..oxevent.get_attender().." jucatorul.")
			say("")
			notice_all( "Jucatorul " .. pc . get_name ( ) .. " a castigat un premiu la OX!" ) 

Thanks

Link to comment
https://metin2.dev/topic/6140-help-whit-a-simple-quest/
Share on other sites

  • Premium
  • Solution

when 20358.chat."Recompensa Event OX" with pc.is_gm() begin
    say("Castigatorul va fi premiat.Introdu ID itemului.")
    say("")
 
    local item_vnum = input()
 
    say("Introdu cantitatea.")
    say("")
 
    local item_count = input()
    oxevent.give_item(item_vnum, item_count)
    say(" Name of the winer ")
    local winer = input()
    
    say("Recompensezi cu "..oxevent.get_attender().." jucatorul.")
    say("")
    notice_all( "Jucatorul " ..winer.. " a castigat un premiu la OX!" )
  • Love 1

If you're going to do something, then do it right.

Link to comment
https://metin2.dev/topic/6140-help-whit-a-simple-quest/#findComment-39129
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.