Jump to content

.Toaster

Member
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

About .Toaster

  • Birthday 07/25/1995

Informations

  • Gender
    Male

Social Networks

  • Skype
    imperatortoaster

Recent Profile Visitors

899 profile views

.Toaster's Achievements

Apprentice

Apprentice (3/16)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

2

Reputation

  1. Having Problems with Downloading this .-. ste download stops after ca 200mb can someone please upload it on mega? .-.
  2. can you please explain me how to fix this bug or write it down in a thread in this forum pls?
  3. Any fix for this i have the same bug too
  4. 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
  5. 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
  6. go to the locale_inc.h and add #define ENABLE_ENERGY_SYSTEM #define ENABLE_NEW_EQUIPMENT_SYSTEM #define ENABLE_DRAGON_SOUL_SYSTEM
  7. Hey Guys, I have this question: When i want to dropp items from my inventory to the ground, where i can find this function in source? The Items should be removed in about 5 seconds, when i dropp it. (I dont need the diff, because it dont works for me, i need the source function on 40k for it.) Hope you can help. Mfg
  8. 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.