Quest :
COD: SELECTAŢI TOT

quest ColorChat begin
state start begin
when 20406.chat."Chat Global" begin
----Whis--DaYellowFlash--=---Louie----
----I m back with a new nickname ... why with a new nickname? .. because I forgot my passwords from old accounts ------
----Regards-----
--------------------------------------------------------------------------------------------------------------------------
say_blue2 ("Salut, Aici poti Da un Anunt Global")
local x = select ("Anunt Global", "Inchide")
if x == 1 then
local culori = select ("Galben", "Cyann", "Rosu", "Verde", "Inchide")
if culori == 1 then
say_blue2 ("Textul se va lega automat")
say_blue2 ("Daca apesi OK si continui sa scrii")
say_blue2 ("Cand ai terminat de scris apasa ESC")
local notice_text = long_input()
if notice_text == "" then
chat ("|cffff00ff Anuntul nu poate fi publicat. |r")
end
if notice_text != "" then
notice_all("|cffff00ff Lv. "..pc.get_level().."|r |cFFFFC700"..pc.get_name().."|r : |cFFFFC700"..notice_text)
end
end
if culori == 2 then
say_blue2 ("Textul se va lega automat")
say_blue2 ("Daca apesi OK si continui sa scrii")
say_blue2 ("Cand ai terminat de scris apasa ESC")
local notice_text = long_input()
if notice_text == "" then
chat ("|cffff00ff Anuntul nu poate fi publicat. |r")
end
if notice_text != "" then
notice_all("|cffff00ff Lv. "..pc.get_level().." |cFF00FFFF"..pc.get_name().."|r : |cFF00FFFF"..notice_text)
end
end
if culori == 3 then
say_blue2 ("Textul se va lega automat")
say_blue2 ("Daca apesi OK si continui sa scrii")
say_blue2 ("Cand ai terminat de scris apasa ESC")
local notice_text = long_input()
if notice_text == "" then
chat ("|cffff00ff Anuntul nu poate fi publicat. |r")
end
if notice_text != "" then
notice_all("|cffff00ff Lv. "..pc.get_level().." |cFFFF0000"..pc.get_name().."|r : |cFFFF0000"..notice_text)
end
end
if culori == 4 then
say_blue2 ("Textul se va lega automat")
say_blue2 ("Daca apesi OK si continui sa scrii")
say_blue2 ("Cand ai terminat de scris apasa ESC")
local notice_text = long_input()
if notice_text == "" then
chat ("|cffff00ff Anuntul nu poate fi publicat. |r")
end
if notice_text != "" then
notice_all("|cffff00ff Lv. "..pc.get_level().." |cFF00FF00"..pc.get_name().."|r : |cFF00FF00"..notice_text)
end
if culori == 5 then
return
end
end
end
end
end
end





Tutorial instalare quest:
1. Salvaţi conţinutul quest-ului într-un fişier text numit de exemplu nume_quest.quest .
2. Vă conectaţi la filezilla / winscp şi întrati în /usr/home/game/share/locale/germany/quest (depinde ce server aveţi).
3. Îl puneţi acolo (să fie .quest) şi da-ţi permisiuni 777.
4. Te loghezi în FreeBSD / putty şi scrii în felul următor: cd /usr/home/game/share/locale/germany/quest apoi ./qc nume_quest.quest
5. Intraţi pe server şi scrieţi /reload q .
6. Testaţi quest-ul .