• 🎉 Hey there! I've just launched my brand new server voting platform — Metin2 P Servers 🚀

Member
Dec
Threads
7
125
0
16
HubMoney
698
Hello community,

I need a quest that, for example, when using the item and receiving the bonus, I will no longer be able to use it and, if the player wants to use it, he will receive the message that he has already used it and will no longer be able to use it.
 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
66
2,354
2
1,284
113
HubMoney
1,669
Hello community,

I need a quest that, for example, when using the item and receiving the bonus, I will no longer be able to use it and, if the player wants to use it, he will receive the message that he has already used it and will no longer be able to use it.

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
Member
Jul
Threads
5
225
22
18
HubMoney
1,039
quest xxxxxx begin
state start begin

when xxx.use begin --Enter the ID of the item you want to use
if pc.getqf("xxxx_used") == 0 then -- Enter name the item to use
say_title(item_name(xxx)) - Colocar Id do item
say("")
say("Blá Blá Blá")
say("Blá Blá Blá Blá ")
say("")
say_reward("Blá Blá Blá ")
say("")

local option = select("Yes", "No")

if option == 1 then
say_title(item_name(xxx)) - Colocar Id do item
say("")
say_reward("Blá Blá Blá ! ")
say("")
pc.remove_item("xxxx", 1) -- Enter the ID of the item you want to use
pc.give_item2("xxxx", xx) -- Enter the ID and quantity of the item you want to use
pc.setqf("xxxx_used", 1) -- Marking the stone as used / Enter name the item to use

elseif option == 2 then
return
end
else
say_title(item_name(xxx)) -- Enter the ID of the item you want to use
say("")
say("You have already used item xxxx and cannot use it again. ")
say("")
end
end
end
end
 
Dec
Threads
1
65
85
18
HubMoney
468
Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
saf