Jump to content

DarkFire

Premium
  • Posts

    98
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DarkFire

  1. Hello devs. I want to see bonuses for items with type 33. I try that but it dosen't work elif item.EQUIPMENT_RING1 == itemType or item.EQUIPMENT_RING2 == itemType: if itemVnum = 71136: self.AppendSpace(5) for g in xrange(item.ITEM_APPLY_MAX_NUM): (affectType, affectValue) = item.GetAffect(g) affectString = self.__GetAffectString(affectType, affectValue) if affectString: affectColor = self.GetChangeTextLineColor(affectValue) self.AppendTextLine(affectString, affectColor) My syserror : 0418 09:56:08565 :: networkModule.py(line:200) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:23) ? system.py(line:130) __pack_import system.py(line:110) _process_result uiAffectShower.py(line:8) ? system.py(line:130) __pack_import networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 1145) 0418 09:56:08565 :: ============================================================================================================ 0418 09:56:08565 :: Abort!!!!
  2. I know that it's an old topic but some people have this problem nowadays too. I saw that if the server has this error , in his source , in guild_manager.cpp are this lines : static char __escape_name[GUILD_NAME_MAX_LEN * 2 + 1]; DBManager::instance().EscapeString(__escape_name, sizeof(__escape_name), static_cast<const char *>(gcp.name), sizeof(gcp.name)); std::auto_ptr<SQLMsg> pmsg(DBManager::instance().DirectQuery("SELECT COUNT(*) FROM guild%s WHERE name = '%s'", get_table_postfix(), __escape_name)); I haven't the error and in my source i haven't this lines . I don't know if it is the corret method to repair the problem , so make a backup befor compiling Sorry for my bad english
  3. line in localeinfo def SA(text): def f(x): return text % x return f Also i have this error when i try to put the code for dragon cave.
  4. Hi devs , i need oficial mob_proto sql for beta mobs and metin stones.
  5. Hi Metin2Dev. My name is Nick and i am from Chisinau , Republic of Moldova. I am here to learn new think and get new resources.I like this community because on this board people are good and they help you if you need help , maybe it's not a good argument but for me it is enough. About my personal life , i can say that i like swimming , play basketball and listen music anytime and anywhere.I love manga and anime. Also i have a little community : http://www.techvibe.net
  6. Hello dev. I have a little problem. When i try to use all quest that have function " input() " i am log out from the client and i have this error in syserr : 0201 22:54:39011 :: TypeError 0201 22:54:39011 :: : 0201 22:54:39011 :: not all arguments converted 0201 22:54:39011 :: 0201 22:54:01730 :: Traceback (most recent call last): 0201 22:54:01846 :: File "game.py", line 754, in BINARY_NEW_AddAffect 0201 22:54:01847 :: File "uiAffectShower.py", line 524, in BINARY_NEW_AddAffect 0201 22:54:01847 :: File "localeInfo.py", line 135, in f 0201 22:54:01847 :: TypeError 0201 22:54:01847 :: : 0201 22:54:01847 :: not all arguments converted 0201 22:54:01847 :: 0201 22:55:01328 :: Traceback (most recent call last): 0201 22:55:01328 :: File "game.py", line 754, in BINARY_NEW_AddAffect 0201 22:55:01329 :: File "uiAffectShower.py", line 524, in BINARY_NEW_AddAffect 0201 22:55:01330 :: File "localeInfo.py", line 135, in f 0201 22:55:01330 :: TypeError 0201 22:55:01330 :: : 0201 22:55:01330 :: not all arguments converted 0201 22:55:01330 ::
  7. Can you give me a link for the best tutorial? I saw 2 or 3 versions and i dont know what is the best...
  8. Hello devs. What is the pest solution for stun bug?
  9. My shutdown script work fine , but i want to finde a solution for reboot
  10. Ok , when i want to make reboot i will do this , but what i need to do if server crush or are some problems with host company? In that case players will lose items..
  11. Hi , devs . After reboot , on my server the time is going back. How to repair this?
  12. Hi devs , recently i add in my source header 100 and i try to resolve the problem with header 254 but now in syserr appear this : SYSERR: Apr 12 23:55:30 :: Process: UNKNOWN HEADER: 47, LAST HEADER: 254(1), REMAIN BYTES: 15, fd: 19 SYSERR: Apr 12 23:59:15 :: Process: UNKNOWN HEADER: 235, LAST HEADER: 254(1), REMAIN BYTES: 15, fd: 18 SYSERR: Apr 13 00:02:36 :: Process: UNKNOWN HEADER: 212, LAST HEADER: 254(1), REMAIN BYTES: 15, fd: 19 SYSERR: Apr 13 00:06:15 :: Process: UNKNOWN HEADER: 9, LAST HEADER: 254(1), REMAIN BYTES: 15, fd: 18 SYSERR: Apr 13 00:10:14 :: Process: UNKNOWN HEADER: 45, LAST HEADER: 254(1), REMAIN BYTES: 15, fd: 21
  13. Hi devs , i try to add solo all quest in a sf. But now , at the Guardin i can't see rank's for players and guilds. What is the quest responsible for that.
×
×
  • 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.