Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 08:20

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

Advertisement



[Release]Teleportsystem Lite-Version [Gui+Quest+Code]

Discussion on [Release]Teleportsystem Lite-Version [Gui+Quest+Code] within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 10/22/2014, 18:52   #151
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 0
Das Spiel sieht wie folgt aus :



Ui :

ServerCommand :


OpenQuestWindow and Teleport :

Open Button :

ConstInfo :


HELP !
ZeeZz is offline  
Old 10/23/2014, 07:29   #152
 
elite*gold: 0
Join Date: Sep 2013
Posts: 56
Received Thanks: 15
Quote:
Originally Posted by ZeeZz View Post
Das Spiel sieht wie folgt aus :



Ui :

ServerCommand :


OpenQuestWindow and Teleport :

Open Button :

ConstInfo :


HELP !
root / game.py

original
eredeti

Code:
		onPressKeyDict[app.DIK_UP]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_DOWN]		= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_LEFT]		= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_RIGHT]		= lambda : self.MoveRight()
		onPressKeyDict[app.DIK_W]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_S]			= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_A]			= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_D]			= lambda : self.MoveRight()
zu
to
és
onPressKeyDict[app.DIK_P] = lambda : self.teleport.Open()

Dies ist
this is
ilyen legyen

Code:
		onPressKeyDict[app.DIK_UP]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_DOWN]		= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_LEFT]		= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_RIGHT]		= lambda : self.MoveRight()
		onPressKeyDict[app.DIK_W]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_S]			= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_A]			= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_D]			= lambda : self.MoveRight()
		onPressKeyDict[app.DIK_P]			= lambda : self.teleport.Open()
Teleport recall taste P
Teleport recall button P
Teleport előhívása P gomb
AmerigoMendosa is offline  
Old 10/23/2014, 15:20   #153
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by AmerigoMendosa View Post
root / game.py

original
eredeti

Code:
		onPressKeyDict[app.DIK_UP]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_DOWN]		= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_LEFT]		= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_RIGHT]		= lambda : self.MoveRight()
		onPressKeyDict[app.DIK_W]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_S]			= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_A]			= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_D]			= lambda : self.MoveRight()
zu
to
és
onPressKeyDict[app.DIK_P] = lambda : self.teleport.Open()

Dies ist
this is
ilyen legyen

Code:
		onPressKeyDict[app.DIK_UP]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_DOWN]		= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_LEFT]		= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_RIGHT]		= lambda : self.MoveRight()
		onPressKeyDict[app.DIK_W]			= lambda : self.MoveUp()
		onPressKeyDict[app.DIK_S]			= lambda : self.MoveDown()
		onPressKeyDict[app.DIK_A]			= lambda : self.MoveLeft()
		onPressKeyDict[app.DIK_D]			= lambda : self.MoveRight()
		onPressKeyDict[app.DIK_P]			= lambda : self.teleport.Open()
Teleport recall taste P
Teleport recall button P
Teleport előhívása P gomb


Syser :


Code:
1023 15:12:59723 ::   File "game.py", line 1317, in OnKeyUp

1023 15:12:59723 :: TypeError
1023 15:12:59723 :: : 
1023 15:12:59723 :: unsubscriptable object
1023 15:12:59723 :: 

1023 15:12:03810 ::  CArea::LoadObject Property(2494284728) Load ERROR
1023 15:12:03810 ::  CArea::LoadObject Property(2494284728) Load ERROR
1023 15:12:03810 ::  CArea::LoadObject Property(2494284728) Load ERROR
1023 15:12:08871 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3
1023 15:12:22766 :: CRaceManager::RegisterRacePath : RACE[20082] LOAD MSMFILE[d:/ymir work/npc/historian/historian.msm] ERROR. Will Find Another Path

Metin2 :


Normally it looks like this:


When you click key P :

The screen is getting blac , but the map doesn't show off


HELP
ZeeZz is offline  
Old 10/23/2014, 16:40   #154
 
elite*gold: 0
Join Date: Sep 2013
Posts: 56
Received Thanks: 15
Quote:
Originally Posted by ZeeZz View Post
Syser :


Code:
1023 15:12:59723 ::   File "game.py", line 1317, in OnKeyUp

1023 15:12:59723 :: TypeError
1023 15:12:59723 :: : 
1023 15:12:59723 :: unsubscriptable object
1023 15:12:59723 :: 

1023 15:12:03810 ::  CArea::LoadObject Property(2494284728) Load ERROR
1023 15:12:03810 ::  CArea::LoadObject Property(2494284728) Load ERROR
1023 15:12:03810 ::  CArea::LoadObject Property(2494284728) Load ERROR
1023 15:12:08871 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3
1023 15:12:22766 :: CRaceManager::RegisterRacePath : RACE[20082] LOAD MSMFILE[d:/ymir work/npc/historian/historian.msm] ERROR. Will Find Another Path

Metin2 :


Normally it looks like this:


When you click key P :

The screen is getting blac , but the map doesn't show off


HELP
legte es hier game.py
AmerigoMendosa is offline  
Old 10/23/2014, 17:12   #155
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by AmerigoMendosa View Post
legte es hier game.py
Game.py I gave in rar

Scan :


Help
Attached Files
File Type: rar game.rar (15.8 KB, 54 views)
ZeeZz is offline  
Old 10/23/2014, 17:41   #156
 
elite*gold: 0
Join Date: Sep 2013
Posts: 56
Received Thanks: 15
Quote:
Originally Posted by ZeeZz View Post
Game.py I gave in rar

Scan :


Help
game.py gut

Ich kann fehler nicht finden
AmerigoMendosa is offline  
Old 10/23/2014, 18:11   #157
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by AmerigoMendosa View Post
game.py gut

Ich kann fehler nicht finden

And where to add icon ? icon/item ?
ZeeZz is offline  
Old 10/24/2014, 01:07   #158
 
elite*gold: 0
Join Date: Jul 2013
Posts: 809
Received Thanks: 1,612
Solange imetin nicht online ist
wird auch die Orginal Gui nicht releast^^
muss es erst online bringen >>>>> ist kein Server sondern ein Forum
CryPrime is offline  
Old 10/24/2014, 20:04   #159
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 0
Where to add icons ?
ZeeZz is offline  
Old 10/24/2014, 20:14   #160

 
.yorliK's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 1,448
Received Thanks: 1,257
Quote:
Originally Posted by ZeeZz View Post
Where to add icons ?
In the same folder where you put the uiteleport.py .
.yorliK is offline  
Old 10/24/2014, 21:04   #161
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by Kilroy. View Post
In the same folder where you put the uiteleport.py .

It works, thank you.
ZeeZz is offline  
Old 10/27/2014, 20:44   #162

 
ηєχσ™'s Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 406
Received Thanks: 75
Habe alles ordungsgemäß eingefügt, kann aber nicht teleportieren wenn ich auf einen Punkt klicke. Woran liegts?
ηєχσ™ is offline  
Old 10/29/2014, 19:54   #163

 
ηєχσ™'s Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 406
Received Thanks: 75
Quote:
Originally Posted by ηєχσ™ View Post
Habe alles ordungsgemäß eingefügt, kann aber nicht teleportieren wenn ich auf einen Punkt klicke. Woran liegts?
#
ηєχσ™ is offline  
Old 10/31/2014, 17:25   #164

 
ηєχσ™'s Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 406
Received Thanks: 75
Quote:
Originally Posted by ηєχσ™ View Post
Habe alles ordungsgemäß eingefügt, kann aber nicht teleportieren wenn ich auf einen Punkt klicke. Woran liegts?
#
Kann mir keiner helfen?
ηєχσ™ is offline  
Old 10/31/2014, 17:29   #165
 
.Various's Avatar
 
elite*gold: 35
Join Date: Aug 2014
Posts: 336
Received Thanks: 267
Top Sache Ist zwar nicht so meins, aber werden jetzt einige Server haben^^
.Various is offline  
Reply


Similar Threads Similar Threads
[Release]Accountschutz 1.0 - lite Version
10/22/2010 - AutoIt - 6 Replies
Hi Community! Da mein Account (in Runes of Magic, 4Story und anderen MMORPGs) in letzter Zeit immer wieder missbraucht wurde (darunter verstehe ich: Gold/Equipment klauen/verkaufen, oder ähnliches), habe ich mir überlegt, einen Accountschutz mit AutoIT zu basteln. Er funktioniert folgendermaßen: Erstens: Starte den Accountschutz Zweitens:
[RELEASE] SystemZer0 V6.3 + [Quest V2.0] + [Mansion V1.0] [Lite] [2.27.08]
06/13/2009 - GunZ - 18 Replies
WORKING AFTER THE 2/27/08 PATCH Hacks Included: From SystemZer0 V6.3 Edited World Items Cuss Filter Disabled Quest God Mode Prem Chest Legs
[RELEASE] SystemZer0 V6.4 + [Quest V2.0] + [Mansion V2.0] [Super/Lite] [3.12.08]
06/22/2008 - GunZ - 3 Replies
WORKING AFTER THE 3/12/08 PATCH Hacks Included: From SystemZer0 V6.4 Edited World Items Cuss Filter Disabled Quest God Mode Prem -2 New Unreleased Prems Chest Legs
[RELEASE]SystemZer0 V6.1 + [Quest V2.0] + [Lite] [2.13.08]
02/19/2008 - GunZ - 2 Replies
WORKING AFTER THE 2/13/08 PATCH Hacks Included: From SystemZer0 V6.1 Edited World Items Cuss Filter Disabled Quest God Mode All quest monsters spawn on you Mansion edited spawn locations SystemZer0: You MUST have all maps attached. If you dont use the maps you will get you "Cannot not create game "error. SystemZer0 : : You do NOT need any edited maps, if you use the maps, instead you will get "Cannot not create game" error.



All times are GMT +1. The time now is 08:21.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.