Jump to content

Daily Quest Over 100


Recommended Posts

  • Bot

M2 Download Center

This is the hidden content, please
( Internal )

Hi, my name is Stefano, i'm 19 years old (20 at september :D ), i'm studying IT at the University of Milan (1st Year), and i want to became a game programmer in the future.

 

This is my first quest ever!!

Tell me if the code is good, if i can improve it, delete useless code or something else to improve my skills!

I know that the quest is "useless" but i'm not creative in creating this kind of things, i'm better at code :)

(sorry for my bad english, i'm studying it at the university :) )

Here is the link:

http://pastebin.com/7r0jTqEb

 

P.S.

if you have any ideas for another quest that helps me improving my skills, tell me that idea please, i'll love you :)

  • Metin2 Dev 23
  • Angry 1
  • Good 6
  • Love 1
  • Love 29

english_banner.gif

Link to comment
Share on other sites

  • Premium

Not bad at all for a first quest. A little bug:

                                if pc.getqf(dif) == 0 then
                                        say_title("Daily quest, Hasy")
                                else
                                        say_title("Daily quest, Hard")
                                end
                                say("So, you have chosen the easy way..")
                                say("Here is your objective.")
                                say("")

You are telling the player he has chosen the easy way in both settings ;)

  • Love 1
Link to comment
Share on other sites

  • Bot

Not bad at all for a first quest. A little bug:

                                if pc.getqf(dif) == 0 then
                                        say_title("Daily quest, Hasy")
                                else
                                        say_title("Daily quest, Hard")
                                end
                                say("So, you have chosen the easy way..")
                                say("Here is your objective.")
                                say("")

You are telling the player he has chosen the easy way in both settings ;)

Aahaha, i've created a bug when i was translating it, thx for the "report". =)

english_banner.gif

Link to comment
Share on other sites

  • 3 years later...

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.