Jump to content

Quest Complie Error


Recommended Posts

Hello guys.
When i try to complie my quest in the next directory:
cd /usr/home/game/share/locale/romania/quest/_info

./qc welcome.quest

The machine show me this error:
eaecc243208d46838f12f39d05d02d8f.png

 

And this is the code of quest (note this quest come with this files)
When i try to change one letter, when i compile i give this error (image up)

Code quest:

---------------------------------------------
-- Quest » Bun venit pe server				-
-- Created by Mandi							-
-- Language » Româna 						-
-- www.metin2happiness.ro					-
---------------------------------------------
quest welcome_to_server begin
	state start begin
		when login with pc.get_level() == 1 and pc.getqf("__FIRST__") == 0 begin
			notice_all("Un nou jucãtor cu numele |cFF3CB371|h"..pc.get_name().."|h|r s-a alãturat serverului!")
			notice_all("Echipa |cFF3CB371|hHappiness II|h|r îi ureazã bun venit ºi distracþie plãcutã!!")
			pc.setqf("__FIRST__", 1)
			command("item_sds234wer12_item_full_set")
			command("item_sds234wer12_attr_full_set")
			
			say_title("Metin2Happiness - Acþiunea Orientalã MMORPG[ENTER]")
			say("Pãseºte în lumea noastrã ºi nu vei regreta!")
			say("Adunã-þi prietenii, creazã-þi batalionul ºi adu liniºtea")
			say("în cele trei regate blestemate de puterea Pietrelor Metin!")
			say("Aventura ta a început! Mult noroc în cãlãtoria ta![ENTER]")
			
			pc.give_item2(71050, 5)
			pc.give_item2(27102, 5)
			pc.give_item2(72723, 1)
			pc.give_item2(72727, 1)
			pc.give_item2(70038, 1)
			pc.give_item2(50052, 1)
			pc.give_item2(72018, 1)
			pc.give_item2(72701, 1)
			
			pc.changegold(2000000)
			horse.set_level(11)
			horse.ride()
		end
	end
end

Thank you! soo much.
Best Regards, Ruben Alexandre

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Premium

open your quest_functions file.

Add:

command

horse.ride

horse.set_level

notice_all

pc.changegold

pc.get_name

pc.give_item2

pc.setqf

say

say_title

  • Love 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

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.