Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 13:03

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

Advertisement



;( [HILFE] Fehler beim einfügen

Discussion on ;( [HILFE] Fehler beim einfügen within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2011
Posts: 151
Received Thanks: 13
;( [HILFE] Fehler beim einfügen

Hey liebe Com. ,

Ich wollte grade das ItemBoard von DaRealFreak einfügen. Habe es auch gemacht wie es dort beschrieben wurde. Dennoch habe ich folgendes Problem. Wenn ich mich einloggen will, komme ich bis zum Ende des Ladenbalkens. Doch ab dann geht es nicht weiter. Wäre echt HAMMA wenn mir einer helfen könnte.
Habe in der Syserr mal nach geguckt da steht folgendes:
PHP Code:
0112 14:31:01041 :: CEffectManager::RegisterEffect LoadScript(d:/ymir work/effect/etc/dropitem/dropitem.mseError
0112 14
:31:02846 :: Traceback (most recent call last):

0112 14:31:02846 ::   File "ui.py"line 618in OnSetFocus

0112 14
:31:02846 :: AttributeError
0112 14
:31:02846 :: : 
0112 14:31:02846 :: 'module' object has no attribute 'EnableCaptureInput'
0112 14:31:02846 :: 

0112 14:32:05765 :: Traceback (most recent call last):

0112 14:32:05765 ::   File "ui.py"line 629in OnKillFocus

0112 14
:32:05765 :: AttributeError
0112 14
:32:05765 :: : 
0112 14:32:05765 :: 'module' object has no attribute 'DisableIME'
0112 14:32:05765 :: 

0112 14:32:05766 :: Traceback (most recent call last):

0112 14:32:05766 ::   File "ui.py"line 618in OnSetFocus

0112 14
:32:05766 :: AttributeError
0112 14
:32:05766 :: : 
0112 14:32:05766 :: 'module' object has no attribute 'EnableCaptureInput'
0112 14:32:05766 :: 

0112 14:32:07729 :: Traceback (most recent call last):

0112 14:32:07729 ::   File "ui.py"line 629in OnKillFocus

0112 14
:32:07729 :: AttributeError
0112 14
:32:07729 :: : 
0112 14:32:07729 :: 'module' object has no attribute 'DisableIME'
0112 14:32:07729 :: 

0112 14:32:10682 :: Traceback (most recent call last):

0112 14:32:10682 ::   File "ui.py"line 618in OnSetFocus

0112 14
:32:10682 :: AttributeError
0112 14
:32:10682 :: : 
0112 14:32:10682 :: 'module' object has no attribute 'EnableCaptureInput'
0112 14:32:10682 :: 

0112 14:32:10683 :: Traceback (most recent call last):

0112 14:32:10683 ::   File "ui.py"line 629in OnKillFocus

0112 14
:32:10683 :: AttributeError
0112 14
:32:10683 :: : 
0112 14:32:10683 :: 'module' object has no attribute 'DisableIME'
0112 14:32:10683 :: 

0112 14:32:10683 :: Traceback (most recent call last):

0112 14:32:10684 ::   File "ui.py"line 618in OnSetFocus

0112 14
:32:10684 :: AttributeError
0112 14
:32:10684 :: : 
0112 14:32:10684 :: 'module' object has no attribute 'EnableCaptureInput'
0112 14:32:10684 :: 

0112 14:32:11395 :: granny_shared_vbs:
0112 14:32:11395 ::     040
0112 14
:32:11396 ::     120
0112 14
:32:11396 ::     220
0112 14
:32:11396 ::     340
0112 14
:32:11396 ::     40
0112 14
:32:11396 ::     520
0112 14
:32:11396 ::     60
0112 14
:32:11396 ::     70
0112 14
:32:11396 ::     8


Habe nicht wirklich begriffen was das heißt. Außer das in der ui.py in Zeile 629 und 618 was falsch sein soll. Hier ist der Abteil mit Zeite 618 und 629
PHP Code:
else:
            
ime.SetStringMode()
        
ime.EnableCaptureInput()
        if 
self.useIME:<-----618
            ime
.EnableIME()
        else:
            
ime.DisableIME()
        
wndMgr.ShowCursor(self.hWndTRUE)

    
def OnKillFocus(self):
        
self.SetText(ime.GetText(self.bCodePage))
        
self.OnIMECloseCandidateList()
        
self.OnIMECloseReadingWnd()
        
ime.DisableIME()<------629
        ime
.DisableCaptureInput()
        
wndMgr.HideCursor(self.hWnd
#edit
Habe noch was vergessen. Hier ist das Stück wo ich sachen in die game.py eingefügt habe. (Falls es jmd nicht weiß, habe die root datei entpackt dafür)
PHP Code:
onPressKeyDict[app.DIK_F11]            = lambda self.__PressF11Key()<---Wurde eingefügt

        
# CUBE_TEST
        #onPressKeyDict[app.DIK_K]            = lambda : self.interface.OpenCubeWindow()
        # CUBE_TEST_END

        
self.onPressKeyDict onPressKeyDict

        onClickKeyDict 
= {}
        
onClickKeyDict[app.DIK_UP] = lambda self.StopUp()
        
onClickKeyDict[app.DIK_DOWN] = lambda self.StopDown()
        
onClickKeyDict[app.DIK_LEFT] = lambda self.StopLeft()
        
onClickKeyDict[app.DIK_RIGHT] = lambda self.StopRight()
        
onClickKeyDict[app.DIK_SPACE] = lambda self.EndAttack()

        
onClickKeyDict[app.DIK_W] = lambda self.StopUp()
        
onClickKeyDict[app.DIK_S] = lambda self.StopDown()
        
onClickKeyDict[app.DIK_A] = lambda self.StopLeft()
        
onClickKeyDict[app.DIK_D] = lambda self.StopRight()
        
onClickKeyDict[app.DIK_Q] = lambdaapp.RotateCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_E] = lambdaapp.RotateCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_R] = lambdaapp.ZoomCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_F] = lambdaapp.ZoomCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_T] = lambdaapp.PitchCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_G] = lambdaself.__ReleaseGKey()
        
onClickKeyDict[app.DIK_NUMPAD4] = lambdaapp.MovieRotateCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_NUMPAD6] = lambdaapp.MovieRotateCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_PGUP] = lambdaapp.MovieZoomCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_PGDN] = lambdaapp.MovieZoomCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_NUMPAD8] = lambdaapp.MoviePitchCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_NUMPAD2] = lambdaapp.MoviePitchCamera(app.CAMERA_STOP)
        
onClickKeyDict[app.DIK_LALT] = lambdaself.HideName()
        
onClickKeyDict[app.DIK_LCONTROL] = lambdaself.HideMouseImage()
        
onClickKeyDict[app.DIK_LSHIFT] = lambdaself.__SetQuickSlotMode()

        
#if constInfo.PVPMODE_ACCELKEY_ENABLE:
        #    onClickKeyDict[app.DIK_B] = lambda: self.ChangePKMode()

        
self.onClickKeyDict=onClickKeyDict
        
        def    __PressF11Key
(self):<------Das wurde eingefügt bis....
        
import itemboard
        self
.itemboard1 itemboard.ItemBoardDialog()
        
self.itemboard1.Show()  <-----bis hier.

    
def __PressNumKey(self,num):
        if 
app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):
            
            if 
num >= and num <= 9:
                if(
chrmgr.IsPossibleEmoticon(-1)):                
                    
chrmgr.SetEmoticon(-1,int(num)-1)
                    
net.SendEmoticon(int(num)-1
Wer mehr Infos braucht, soll das hier nur reinschreiben. Wäre sehr sehr dankbar wenn mir einer helfen könnte.

Mit verzweifelten Grüßen

Kirze ;(

Hallo??? Bauche immer noch Hilfe!!!!
Kirze is offline  
Reply


Similar Threads Similar Threads
Fehler beim Map einfügen
11/30/2011 - Metin2 Private Server - 4 Replies
Hallo, ich komme einfach nicht weiter habe bereits gesehen über die suche das es diesen syserr auch bei anderen gibt aber in keinem thema gibts eine lösung also das client schließt sich nachdem ich mich auf die map porte syserr: CMapBase::LoadProperty(FileName=metin2_map_skipia _ dungeon_02\MapProperty.txt) - LoadMultipleTextData ERROR ÆÄÀÏÀÌ ¾øÀ» °¡´É¼ºÀÌ ¸¹½À´Ï´Ù. 1130 16:48:12534 :: CMapManager::LoadMap() Invalid Map Type habe auch schon nachgesehn ob irgendwas doppelt ist oder...
Fehler beim Einfügen Dateiordner epk
05/16/2011 - Metin2 Private Server - 4 Replies
Hi guys, I'll have a problem, then I decompile the source file NPC.epk Ymir work then I go and compile my post npc folder, a bracket, and then replace the file with my client NPC.epk changed, but I just again decompile the files I have the folder that I is in the mountain, it no longer had to decompile into my folder and then compile it again just decompile no longer there, but I would never be the changes to the file folder It is entered as if they were empty. Can you tell me why? Oh, I...
Fehler beim Map einfügen=(
03/26/2011 - Metin2 Private Server - 1 Replies
Hallo epvp=) ich wollte die metin2_map_village einfügen.. Serverside alles okay..also sobalt ich die Altasinfo im root.epk/eix ändere schließt sich der client beim Ladebalken.:o d.h dauernde kicks..habe auch die outdoorvillage.epk/eix schonmal entpackt und in der season2.epk reingepackt..aver funzte selbst dann noch nicht:( P.S habe auch in der Index schon in 203 geändert weil es 202 gab^^ hoffe mir kann jemand helfen...Gibt auch ein Txh:rolleyes::rolleyes: Mfg=)
Lvl 120 einfügen - Brauche drigend Hilfe - Fehler COde beim Starten HELP!
03/18/2011 - Metin2 Private Server - 9 Replies
Hey... So bin jetzt zum dritten mal gescheitert! Beim level 120 einfügen also http://img17.imageshack.us/img17/3553/aufzeichnen 100.jpg Das sollte ja alles richitg sein oder?
Beim Level 120 einfügen Fehler passiert > Hilfe <
03/16/2011 - Metin2 Private Server - 3 Replies
Hey Hab ehrlich gesagt kaum ahnung noch von FileZilla Ich wollte Level 120 einfügen , aber dann ist mir da irgendwas passiert Wenn ich dann den Server Starten will " Not Found " son viel längerer Code Suche nun halt Hilfe der es am besten mal per Team Viewer anschauen könnte Wäre sehr nett ;)



All times are GMT +1. The time now is 13:06.


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.