Jump to content

Recommended Posts

i need for all players not just for 1.

 

system is apply this for all players If there is no second condition.

when 101.kill with pc.get_name() == "Ken" begin -- This only for ken.
  pc.warp(x,y,mapIndex)
end

when 101.kill begin -- This for all.
end

Kind Regards

Ken ~ TA

  • Love 1

Do not be sorry, be better.

Link to comment
https://metin2.dev/topic/5400-kill-quest/#findComment-34116
Share on other sites

Wait i did't understand, so what i need please, when they kill 1 mob 1/2/3 players they all get teleported in another map.

 

You mean the first people kill this mob, system is warp to another map? (I guess if you are mean like that)

when 101.kill begin pc.getf("questName","count") < 3 begin
	pc.warp(x,y,mapIndex)
	pc.setf("questName","count",pc.getf("questName","count")+1)
end

Kind Regards

Ken ~ TA

Do not be sorry, be better.

Link to comment
https://metin2.dev/topic/5400-kill-quest/#findComment-34118
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.