Jump to content

NPC Quest showing duplicate titles :O


Recommended Posts

Hey, as you can see from the image below for some reason my NPC is showing duplicate titles :o

 

EDIT - SOLVED.

CH9QBV5.png

quest verwaltung begin
	state start begin
	
		when 9003.chat."Trade Vendor" begin
				npc.open_shop(3)
				say("The Trade Vendor shop was opened!")
		end

		when 9003.chat."Spirt Stones" begin
				npc.open_shop(27)
				say("The Spirt stone shop was opened!")
		end  
		
				when 9003.chat."Special Items" begin
				npc.open_shop(11)
				say("The shop was opened!")
		end  

		when 9003.chat."Horse Level 21" begin
				horse.set_level(21)
				horse.ride()
				pc.give_item2(50053)
				pc.set_skill_level(131,59)
				say("Your horse is now level 21!")
		end 

		when 9003.chat."Blessing Marbles" begin
				pc.give_item2(70024)
				pc.give_item2(70024)
				pc.give_item2(70024)
				pc.give_item2(70024)
				pc.give_item2(70024)
				say("You now have 5 blessing marbles")
		end
		when 9003.chat."Rules" begin
				say("Hacking isn't prohibitied and if caught will face permanent ban")
				say(" ")
				say("Keep your account information to yourself, if your items are")
				say("stole, you'll need to provide proof of ownership")
				say("")
				say("If you've got any other problems, please contact a GameMaster")
				say_reward("[GOD]Invictus")
				say_reward("[SGA]Triaica")
		end
	end
end
Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 5 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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.