Jump to content

.Toaster

Inactive Member
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by .Toaster

  1. aloha, i have a question about the source i have compiled the binary an it works very good but i want to fix that i see errors like this every time in the syserr.txt 0521 20:29:01020 :: # trying .os.py 0521 20:29:01021 :: # trying .os.pyw 0521 20:29:01027 :: # trying .os.pyc 0521 20:29:01028 :: # trying libos.pyd 0521 20:29:01029 :: # trying libos.py 0521 20:29:01052 :: # libos.pyc has bad magic 0521 20:29:01070 :: import os # from libos.py 0521 20:29:01073 :: import nt # builtin can anyone please explain me how to fix this? sry for my bad english :s

  2. With little changes it works perfectly in the 40250 client you have just to change some little things, go in notepad++ or whatelse you use to edit the .py files and replace all 

    locale.

    in the code from this system to 

    localeInfo.

    then it will works perfectly in the 40250 client.

    just for the people who doesn´t understand my really bad english here is the code for interfacemodule.py
     

    if localeInfo.IsSINGAPORE() or localeInfo.IsEUROPE():
    			if name[0] == '&':
    				btn.SetUpVisual("d:/ymir work/ui/game/quest/questicon/scroll_close_blue.tga")
    				btn.SetOverVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_blue.tga")
    				btn.SetDownVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_blue.tga")
    				name = name[1:]
    			elif name[0] == '~':
    				btn.SetUpVisual("d:/ymir work/ui/game/quest/questicon/scroll_close_golden.tga")
    				btn.SetOverVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_golden.tga")
    				btn.SetDownVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_golden.tga")
    				name = name[1:]
    			elif name[0] == '*':
    				btn.SetUpVisual("d:/ymir work/ui/game/quest/questicon/scroll_close_green.tga")
    				btn.SetOverVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_green.tga")
    				btn.SetDownVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_green.tga")
    				name = name[1:]
    			elif name[0] == '+':
    				btn.SetUpVisual("d:/ymir work/ui/game/quest/questicon/scroll_close_purple.tga")
    				btn.SetOverVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_purple.tga")
    				btn.SetDownVisual("d:/ymir work/ui/game/quest/questicon/scroll_open_purple.tga")
    				name = name[1:]
    			else:
    				btn.SetUpVisual(localeInfo.GetLetterCloseImageName())
    				btn.SetOverVisual(localeInfo.GetLetterOpenImageName())
    				btn.SetDownVisual(localeInfo.GetLetterOpenImageName())
    		else:
    			btn.SetUpVisual(buttonImageFileName)
    			btn.SetOverVisual(buttonImageFileName)
    			btn.SetDownVisual(buttonImageFileName)
    			btn.Flash()
    		# END_OF_QUEST_LETTER_IMAGE
    • Love 2
  3. go to the locale_inc.h and add
     

    #define ENABLE_ENERGY_SYSTEM
    #define ENABLE_NEW_EQUIPMENT_SYSTEM
    #define ENABLE_DRAGON_SOUL_SYSTEM

     

     

     

    after loading bar client closes.

    Sysser:

    ui.py(line:2778) LoadScriptFile
    system.py(line:192) execfile
    system.py(line:163) Run
    locale/pl/ui/InventoryWindow.py(line:6) ?
     
    LoadScriptFile!!!!!!!!!!!!!! - exceptions.AttributeError:'module' object has no attribute 'EQUIPMENT_BELT'
     
    0520 10:52:27280 :: ============================================================================================================
    0520 10:52:27281 :: Abort!!!!
     
     
    0520 10:52:27291 :: 
    uiInventory.py(line:283) __LoadWindow
    ui.py(line:2795) LoadScriptFile
    exception.py(line:36) Abort
     
    InventoryWindow.LoadWindow.LoadObject - exceptions.SystemExit:
     
    0520 10:52:27293 :: ============================================================================================================
    0520 10:52:27295 :: Abort!!!!
    
    Help me pls

     

     

  4. Hey Developers,

     

    I have following Question: I have compiled a 40k Game and want to start with it.

     

    I tryed with the mainline_released (mainline) source, no errors, all fine.

     

    Now when i try to start my server i get this error

     

    I hope you can help me or can say me what i have to do, to fixx this problem. I know in old revisions this could be fixxed with symbolic links but here on 40k i dont have these .so Files.

     

    Hope you understand my problem and can help me soon.

     

    Sincerly

    .Toaster

     

     

×
×
  • 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.