Jump to content

Metin2 Quest Please


Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

quest global begin
   state start begin
      when login begin
         setstate(info)
      end
   end
   
   state info begin
      when info or button begin
         say_reward("Hello "..pc.get_name())
         say("The cost of this service is 5 000 000")
         say("Would you pay for?")
         local text = select("Yes","Im broke")
         if text = 2 then
            return
         elseif text = 1 then
            if pc.get_gold() =< (5000000)
               say("Why soo poor???")
            else
               say("Type your message")
               local notice_text = input()
               notice_all(..pc.get_name().." : "..notice_text)
               pc.changegold(-5000000)
            end
         end
      end
   end
end

about invisibility there is a fish as shisui said and some other item if i remeber well you can seek for those and modify them as you wish there is also a quest you can do depending of your game r with command function but idk about the limit of time xD

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.