Jump to content

Syreldar

Premium
  • Posts

    1297
  • Joined

  • Last visited

  • Days Won

    38
  • Feedback

    100%

Everything posted by Syreldar

  1. The problem can't be the system.py this time as i said, in fact it doesn't work. Mh..
  2. Yeah i've already changed bytes in .pyc init file, i was wondering about this new-new error: 0315 23:22:00934 :: ValueError 0315 23:22:00934 :: : 0315 23:22:00934 :: bad marshal data 0315 23:22:00934 :: I think some .pyc got corrupted, this error is often due to a .pyc-corruted file.
  3. mh.. same error, i will try to change bytes of that .pyc, maybe u mistaked some.
  4. EDIT: ahhh here we go. The error is in localeinfo.py, i've changed it cause the old gave me "traceback" error, now the new doesn't read my locale?. Solution: in localeinfo.py change this: with this: New Error: 0315 22:52:01071 :: Traceback (most recent call last): 0315 22:52:01071 :: File "uiPhaseCurtain.py", line 61, in OnUpdate 0315 22:52:01071 :: File "networkModule.py", line 150, in __ChangePhaseWindow 0315 22:52:01072 :: File "introLogin.py", line 236, in Open 0315 22:52:01072 :: File "introLogin.py", line 737, in __LoadLoginInfo 0315 22:52:01072 :: File "system.py", line 137, in __pack_import 0315 22:52:01072 :: ImportError 0315 22:52:01072 :: : 0315 22:52:01072 :: Bad magic number in C:Documents and SettingsNabbHackeRKoashi3libxml__init__.pyc 0315 22:52:01072 ::
  5. It's not that easy: my locale: locale_it /locale/it/ my locale.cfg: 10006 1252 it I said it has no sense.
  6. True ===> TRUE False ===> FALSE Python22 OK. lib OK. metin2client.exe OK. locale_it is from the official, it should work ( Type 2 ===> Type 1) locale.cfg from the official: 10006 1252 it Error: It has no sense.
  7. It can't be considered an "exploit" since ymir wanted to write the code like that (shitty as the rest as well). Indeed, check for yang, siegel (in some locals) and level is done right in that function. Would be a better idea to delete completely the part of "answermakeguild" and create a function that returns valid values in LUA ( 3 lines of code; i've done it month ago, and works without problems).
  8. Hi all, Since i am a very curious programer, the day i was able to programing in C++ , i checked all the differences between C++ and LUA. Recently in those months, i've checked YMIR's locale, and i saw something quests adding DEFINE functions before the quest start. DEFINE functions can be used as a global variable, it's very, very useful. The question is: Why when i recall DEFINE function in a quest it gives me error-output of the quest-compiler? Script: DEFINE NPC 20091 quest test begin state start begin when NPC.chat."Test" begin say_title(mob_name(NPC)) say("It should work properly.") end end end QC error: Err: must start with quest Sorry for the script indentation, forum doesn't indent my script :/
  9. with not npc.is_pc() is this not a redundant condition since you are also checking the vnum? The important is that the function, even it's redundant, doesn't establish a connection to the server. It's legit and very useful since it doesn't create any lag issue.
  10. Always usefull , very nice release.
  11. Metin != Metin2, it was a barely-2d game completely different from Metin2.
  12. 0313 03:18:23283 :: SYSERR: CANNOT_FIND_PACK_FILE [d:/ymir work/ui/game/quest/slot_button_01.sub] 0313 03:18:23283 :: CResource::Load file not exist d:ymir workuigamequestslot_button_01.sub There are the buttons, u can't put anything in the last 4 slots, u just don't see the block-buttons.
×
×
  • 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.