Jump to content

metin2-factory

Inactive Member
  • Posts

    174
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    0%

Everything posted by metin2-factory

  1. There should be enough tutorials in here/elitepvpers. short brief: put the new npc folder inside npc/npc2 client folder then pack it. add to server/client mob_proto a line with the new npc vnum(don't forget to pack mob_proto and replace it in locale folder - client side,and /reload server side) in root folder(client side) search for npc_list.txt and add there the folder name + npc vnum that's all basically.
  2. Hello,i'm looking for high quality mapper. I'm paying via paypal or PSC. Contact me,skype: guy_army2012
  3. Looking for psc to paypal exchanger Add me to skype and include metin2dev nickname skype:guy_army2012
  4. Hey, I was wondering if any of you know the solution to the issue on windows 10,when you quit the game the mouse cursor freeze. i'v heard it is related to directX version and that windows 10 doesnt support DirectX 8 or below. Is it true and is there a guide that show how to upgrade directX to higher version. Thank you! P.S- I noticed that the proccess of the game is still running even after quitting the game.
  5. Lol,in recent topic about marty source you said everyone who uses ymir source is a thief so it's fair to use his source. now,you're saying it's not fair to use another person source code because he's the author? at least be consistent with your answers. To Lynx: you forgot something with binary source,if you need assistance pm me ill help you.
  6. I'm talking about the window(detachment_metin refinement window) appears instead of remove sash window. Edit,fixed it code: def DetachMetinFromItem(self, scrollSlotPos, targetSlotPos): scrollIndex = player.GetItemIndex(scrollSlotPos) targetIndex = player.GetItemIndex(targetSlotPos) for i in xrange(player.INVENTORY_PAGE_SIZE*4): slotNumber = self.__InventoryLocalSlotPosToGlobalSlotPos(i) getItemVNum=player.GetItemIndex itemVnum = getItemVNum(slotNumber) if 85209 == itemVnum: item.SelectItem(targetIndex) if self.GetAcceAttribute(targetSlotPos) == 0: return if not player.CanDetach(scrollIndex, targetSlotPos): chat.AppendChat(chat.CHAT_TYPE_INFO, locale.REFINE_FAILURE_METIN_INSEPARABLE_ITEM) return if 85001 <= targetIndex and 85008 >= targetIndex : self.questionDialog = uiCommon.QuestionDialog() self.questionDialog.SetText(locale.ACCE_DO_YOU_REMOVE_ATTR) self.questionDialog.SetAcceptEvent(ui.__mem_func__(self.OnDetachMetinFromItem)) self.questionDialog.SetCancelEvent(ui.__mem_func__(self.OnCloseQuestionDialog)) self.questionDialog.Open() self.questionDialog.sourcePos = scrollSlotPos self.questionDialog.targetPos = targetSlotPos else: self.questionDialog = uiCommon.QuestionDialog() self.questionDialog.SetText(locale.REFINE_DO_YOU_SEPARATE_METIN) self.questionDialog.SetAcceptEvent(ui.__mem_func__(self.OnDetachMetinFromItem)) self.questionDialog.SetCancelEvent(ui.__mem_func__(self.OnCloseQuestionDialog)) self.questionDialog.Open() self.questionDialog.sourcePos = scrollSlotPos self.questionDialog.targetPos = targetSlotPos Regards.
  7. I just checked again,the item itself is working but the window message is the detachment mentin window message. i think here is the problem: if item.GetItemSubType() == item.COSTUME_TYPE_ACCE:
  8. Works perfect! thanks a lot. Now,the only bug that is left,and i know many people have it is when you drag removal sash attribute item(85009) on the sash,nothing happens. if you can post a fix for that too,that'll be perfect.
  9. Hello, I'm looking for python expert with experience in working/modding and developing metin2 client files. that has worked with sash shoulder/guild storage and offline shop before. add me skype guy_army2012 Payment included.
  10. Hey, so the only problem left is reseting sash stats, whenever i put the reset stat item on it,nothing happens. i looked in python and it should open a message box with "would you like to reset sash stats,yes/no" and it doesnt appear [Hidden Content] if constInfo.IS_ACCE_ITEM_DETACH(scrollIndex) == TRUE: item.SelectItem(targetIndex) if item.GetItemSubType() == item.COSTUME_TYPE_ACCE: if self.GetAcceAttribute(targetSlotPos) == 0: return self.questionDialog = uiCommon.QuestionDialog() self.questionDialog.SetText("Would you like to reset your sash shoulder stats?") self.questionDialog.SetAcceptEvent(ui.__mem_func__(self.OnDetachMetinFromItem)) self.questionDialog.SetCancelEvent(ui.__mem_func__(self.OnCloseQuestionDialog)) self.questionDialog.Open() self.questionDialog.sourcePos = scrollSlotPos self.questionDialog.targetPos = targetSlotPos else: return i believe the issue might be with python/client bin. any ideas?
  11. When i summon mobs they work ingame And the quest im using is working 100% What else can cause yhis issue? Data folder is linked. Thanks for help
  12. Looking for Fully working/functional sash shoulder system with item/scale add me on skype guy_army2012
×
×
  • 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.