Jump to content

[ Dead Download Link ] <Teleport System > Reach your friends! [ We Need You ]


Recommended Posts

Hi! :)
I want show you a "new" system.

What is Teleport System?
You can go to your companion writing his name in the interface.
The player 1 must be in the same channel of the player 2

You can open it by NPC.

Code: C++ / Python / LUA

Screen:

[IMG]

[IMG]

[IMG]

Download: 

This is the hidden content, please

Password: Teleport_System_by_Anyone

Best Regards,
Anyone.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 3
  • Good 2
  • Love 2

This is already public since 5 years ago.

quest teleport_player begin
	state start begin
		when login begin
			cmdchat("teleport_player "..q.getcurrentquestindex())
		end
		when button or info begin
			local sname = getinput("getinput")
			if sname == "" then return end	

			local u_vid = find_pc_by_name(sname)
			local m_vid = pc.get_vid()
			if u_vid == 0 then return end
			
			local m_name = pc.name
			local old = pc.select(u_vid)
			local x,y = pc.get_x()*100,pc.get_y()*100
	
			pc.select(old)
			if u_vid == m_vid then return end		

			local ok_sign = confirm(u_vid, string.format("Player "..m_name.." want to teleport on you, accepted?", pc.name), 30) 
			if ok_sign == CONFIRM_OK then
				pc.warp(x, y)		
			end	
		end
	end
end	

You just duplicate function do_warp and add call from quest..and called "new system".

PS: You should stop to rename all functions with your name because that is a child act, to show the people like "i do that" but reality is just duplicate something what ymir already did 10+ years ago.

But thanks for release anyway.

  • Love 2
  • Honorable Member

hm..

 

"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

On 23/6/2017 at 6:23 PM, Fleon said:

p.s. opening a python gui via quest is cancer please dont do it again

So you are gonna add a packet for just 5/6 lines of code?

net.SendChatPacket("/anyone_teleport %s" % self.AnyoneSystem.GetText()) # no need to escape the quotes with backslashes

 

4 minutes ago, Denis Sensei said:

So you are gonna add a packet for just 5/6 lines of code?


net.SendChatPacket("/anyone_teleport %s" % self.AnyoneSystem.GetText()) # no need to escape the quotes with backslashes

 

Yes my mistake

  • 4 months later...
  • 4 years later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.