Jump to content

Recommended Posts

hello community i found a quest in which the bravery cape has charges, you have to kill monsters to receive charges

I would like to give 25 charges as default, can someone help me? :(

 

The quest currently is working, but i don't want to have a default of 0 charges..

 

 

 

Link to comment
https://metin2.dev/topic/19814-question-about-a-quest-d/
Share on other sites

Maybe something like when you want to give the first items right when you enter the server, something like this:

when login begin
	if pc.getqf("default_bravery_value")== 0 then
  		pc.setqf("default_bravery_value", 1)
  		give 25 points for the bravery cape here
    end
end

 

  • Love 1

It's all lies

Link to comment
https://metin2.dev/topic/19814-question-about-a-quest-d/#findComment-107713
Share on other sites

vor 43 Minuten schrieb displayjokes:

Maybe something like when you want to give the first items right when you enter the server, something like this:


when login begin
	if pc.getqf("default_bravery_value")== 0 then
  		pc.setqf("default_bravery_value", 1)
  		give 25 points for the bravery cape here
    end
end

 

 

thank you. :D

Link to comment
https://metin2.dev/topic/19814-question-about-a-quest-d/#findComment-107715
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.