Jump to content

DarkFire

Premium
  • Posts

    98
  • Joined

  • Last visited

  • Feedback

    0%

About DarkFire

Informations

  • Gender
    Male

Recent Profile Visitors

1234 profile views

DarkFire's Achievements

Enthusiast

Enthusiast (6/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • One Month Later
  • One Year In

Recent Badges

12

Reputation

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