Jump to content

Recommended Posts

I get error with wolfman cant correct it
I want without wolfman can anyone edit this ? 
my introcreate.py is

http://pastebin.com/awBRZjBx

Thanks in advance
I am getting error 

Spoiler


networkModule.SetCreateCharacterPhase - exceptions.AttributeError:'module' object has no attribute 'RACE_WOLF_M'

i need to remove the wolf man else i need playersettingmodule.py with wolfman race added so i can disable in constinfo.py 
anyone provide me official playersettingmodule.py with wolfman or introcreate.py without wolfman
thanks in advance 

  • Metin2 Dev 1
Link to comment
https://metin2.dev/topic/10971-errorintrocreate-without-wolfman/
Share on other sites

i already did that and let me show what error i get when i click create character 
 

Spoiler

0310 11:02:18924 :: 
networkModule.py(line:190) SetCreateCharacterPhase
system.py(line:115) __pack_import

networkModule.SetCreateCharacterPhase - exceptions.SyntaxError:invalid syntax (line 689)

0310 11:02:18925 :: ============================================================================================================
0310 11:02:18925 :: Abort!!!!
 

when i correct those 
i get this error 

Spoiler


0310 12:07:09274 ::   File "uiPhaseCurtain.py", line 51, in OnUpdate

0310 12:07:09275 ::   File "networkModule.py", line 137, in __ChangePhaseWindow

0310 12:07:09275 ::   File "introCreate.py", line 316, in Open

0310 12:07:09275 ::   File "introCreate.py", line 417, in EnableWindow

0310 12:07:09275 ::   File "introCreate.py", line 430, in __GetSlotChrID

0310 12:07:09275 :: KeyError
0310 12:07:09275 :: : 
0310 12:07:09275 :: 4
0310 12:07:09275 :: 

Well i corrected the RACE_DECT = { and RACE_NAME  those 4 ... now i able to see create windows but female is not working and i get sys err 

Spoiler

0310 13:06:48808 :: Traceback (most recent call last):

0310 13:06:48808 ::   File "introCreate.py", line 690, in OnUpdate

0310 13:06:48808 :: IndexError
0310 13:06:48808 :: : 
0310 13:06:48808 :: list index out of range
0310 13:06:48808 :: 
 

its like a lot and that line 690  is not On update anyway i checked OnUpdate i cant find it anything wrong 
**Still need to be solved

Spoiler

    def OnUpdate(self):
        chr.Update()
        (xposEventSet, yposEventSet) = self.textBoard.GetGlobalPosition()
        event.UpdateEventSet(self.descIndex, xposEventSet+7, -(yposEventSet+7))
        self.descriptionBox.SetIndex(self.descIndex)
        SLOT_COUNT_TWO = 4
        #if constInfo.WOLF_WOMEN != "DISABLED" and constInfo.WOLF_WOMEN == "ENABLED":
           # SLOT_COUNT_TWO += 1
        #else:
           # if constInfo.WOLF_MAN != "DISABLED" and constInfo.WOLF_MAN == "ENABLED":
               # SLOT_COUNT_TWO += 1
        
        #if SLOT_COUNT_TWO > 5:
            #SLOT_COUNT_TWO = 5
        
        for page in xrange(PAGE_COUNT):
            SLOT_COUNT_RES = 5
            for i in xrange(SLOT_COUNT_RES):
                self.curNameAlpha += (self.destNameAlpha - self.curNameAlpha) / 10.0
                self.NameList.SetAlpha(self.curNameAlpha)
            
            for i in xrange(4):
                self.curGauge += (self.destGauge - self.curGauge) / 10.0
                if abs(self.curGauge - self.destGauge) < 0.005:
                    self.curGauge = self.destGauge
                self.GaugeList.SetPercentage(self.curGauge, 1.0)
        
        if -1 != self.reservingRaceIndex:
            if app.GetTime() - self.reservingStartTime >= 1.5:
                chrSlot=self.stream.GetCharacterSlot()
                textName = self.editCharacterName.GetText()
                raceIndex = self.reservingRaceIndex
                shapeIndex = self.reservingShapeIndex
                
                startStat = self.START_STAT[self.slot]
                statCon = self.stat[0] - startStat[0]
                statInt = self.stat[1] - startStat[1]
                statStr = self.stat[2] - startStat[2]
                statDex = self.stat[3] - startStat[3]
                
                net.SendCreateCharacterPacket(chrSlot, textName, raceIndex, shapeIndex, statCon, statInt, statStr, statDex)
                self.reservingRaceIndex = -1
 

 getting this error while in create char window and also in select char window
ade9zihttps://metin2.download/picture/uDcoigc0T1UTLcqin6IuHVKCA9iEduII/.png

and error is 
 

Spoiler

0310 14:03:09372 :: invalid idx 0
0310 14:04:16809 :: 
introEmpire.py(line:189) __LoadScript
ui.py(line:2906) GetChild

SelectEmpireWindow.__LoadScript.BindObject - exceptions.KeyError:EmpireName

0310 14:04:16809 :: ============================================================================================================
0310 14:04:16809 :: Abort!!!!

##Solved

Error 2 : 
Here Ninja is selected but female sura is showing 
adeb7qhttps://metin2.download/picture/Ac4J3Kd24X22eMoOLWh8dCarCf5ln6WX/.jpg
**Still needed to be solve

I will be happy if anyone correct these 
thanks in advance 

Edited by Metin2 Dev
Core X - External 2 Internal

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.