Register for your free account! | Forgot your password?
Rust Cheats

You last visited: Today at 11:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Teleport quest

Discussion on Teleport quest within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 75
Received Thanks: 3
Teleport quest

Hello people , I am searching an teleport quest ( for NPC - 20093 ) like in v2 .
For ex : i want to make an teleporter to transorpt player in grotte , but he must give a blood stone . I have searched entire forum but nothing . Does someone have one ?

Like always , nobody helps.
mircy96 is offline  
Old 05/15/2011, 12:13   #2
 
3jfx's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 389
Received Thanks: 141
write your own...

when 20093.chat."blabla" begin
if pc.count_item(12345) >= 1 then
pc.remove_item(12345)
pc.warp(123,123)
else
say("you have no blood stone")
end
end
3jfx is offline  
Thanks
1 User
Old 05/15/2011, 12:24   #3
 
Howaner's Avatar
 
elite*gold: 132
Join Date: Apr 2010
Posts: 2,864
Received Thanks: 2,009
the complete quest:
Code:
quest grotteteleport begin
	state start begin
		when 20093.chat."Grotte" begin
			say("Willst du in die Grotte?")
			local s = select("Ja","Nein")
			if s == 1 then
				say("Ok du wirst teleportiert!")
				pc.warp(GrotteID1,GrotteID2)
			end
		end
	end
end
Howaner is offline  
Thanks
1 User
Old 05/15/2011, 12:29   #4
 
elite*gold: 0
Join Date: Oct 2009
Posts: 75
Received Thanks: 3
thank you
mircy96 is offline  
Old 05/15/2011, 12:43   #5
 
3jfx's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 389
Received Thanks: 141
Quote:
Originally Posted by Franzi564 View Post
the complete quest:
Code:
quest grotteteleport begin
	state start begin
		when 20093.chat."Grotte" begin
			say("Willst du in die Grotte?")
			local s = select("Ja","Nein")
			if s == 1 then
				say("Ok du wirst teleportiert!")
				pc.warp(GrotteID1,GrotteID2)
			end
		end
	end
end
und wo ist der teil mit den blutsteinen?
3jfx is offline  
Old 07/20/2011, 11:16   #6
 
SPrelax's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 16
Received Thanks: 1
Und wie ich stellen? zu setzen quest

Help me =|
SPrelax is offline  
Reply


Similar Threads Similar Threads
Teleport Quest
04/13/2011 - Metin2 Private Server - 5 Replies
Hey, ich habe eine Quest geschrieben die wenn ich 9009 anklicke usw. mich teleportieren soll... Die Quest sieht so aus: quest teleport begin state start begin when 9009.chat."Teleportieren" begin locale teleport = select("Insel", "Abbrechen")
teleport quest
10/16/2010 - WoW Private Server - 5 Replies
weis einer wie man eine teleport q machen kann also das man ein teleport npc mit lua scripts machen kann weis ich aber ob das auch geht wen man ne q anihmt und dan automatisch an ein fleg geportet wird? pls script oder tutorial.
[quest]teleport
08/06/2010 - Metin2 Private Server - 2 Replies
how do you teleport 1 kingdom out off a map, without teleporting the other kingdoms?
Teleport Quest
07/24/2010 - Metin2 Private Server - 1 Replies
Hallo com Ich habe mir eine neue map gemacht. Und dazu auch einen teleporter. Leider sagt der beim make.sh core dumped hier die quest wäre cool wenn jemand den fehler nennen kann... mfg GameMaker
Quest Teleport
02/20/2010 - Metin2 Private Server - 0 Replies
I need help with this Quest: http://wklej.to/NSNd I have this Problem: http://wklej.to/Znto GracjanP



All times are GMT +1. The time now is 11:40.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.