mike1992 Posted August 18, 2016 at 05:37 PM Share Posted August 18, 2016 at 05:37 PM Bem deixo aqui uma quest para reportar bug/erro in game. Como também quero por no meu servidor, queria saber se com esta quest/script existe possibilidade de quando o player reporta o bug/erro ir ter ao meu email, seria muito mais pratico. Se caso existir essa possibilidade por favor façam as alterações e postem de novo, ia ajudar-me a mim e a outras pessoas que estejam interessadas também.PHP Code:quest bug begin state start begin when 9003.chat."Bug Report" begin say_title("Bug Report") say("Here you can report errors") say("Reports for servername.") say("Please make a correct") say("and accurate description of a") say("Errors!") say("") say_reward("Your player id will be saved!") local inp = input() local inp1 = input() say_title("Bug Report - Successfully sent") say("Your report has been sent successfully!") say("") say("") say_reward("Thank you!") char_log(684, "BUG_REPORT1", inp) char_log(684, "BUG_REPORT2", inp2) end when 9003.chat."Shop use" begin npc.open_shop() setskin(NOWINDOW) end endend Créditos: elitepvpersDownload para a Quest: index.rar Link to comment Share on other sites More sharing options...
Requiem Posted August 18, 2016 at 10:54 PM Share Posted August 18, 2016 at 10:54 PM Penso que seja possível, mas apenas caso saibas criar algumas quests functions Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now