Jump to content

DemOnJR

Premium
  • Posts

    208
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DemOnJR

  1. Solved. Download the new version of blackdragonx61/ShopExRenewal (github.com) @Mali61 has been updated it. It works on martysama too with some warnings but works.
  2. Working with the mysql version on martysama too.
  3. then idk, when i find an solution for this i will post it here.
  4. Are you using txt > proto on server? maybe is that.
  5. I bought inventory system, I recommend him.
  6. @monsterd2w4 [Protection] HackTrap Premium Anticheat service - Others - Metin2 Dev
  7. You need that lib libssl.so.9 to start the server.
  8. Hi. I have installed this system: [Hidden Content] from @Mali61 The system is working if i'm trying to buy an item with exp or other items, but i get an error when i open the shop, this error: Update: kkksQWB.png (296×423) (imgur.com) Client Syserr: I'm using martysama.
  9. root > uitooltip.py Search: def AppendTextLine(self, text, color = FONT_COLOR, centerAlign = True): Add above: def SetThinBoardSize(self, width, height = 12) : self.toolTipWidth = width self.toolTipHeight = height Fix for: 0115 15:00:41188 :: Traceback (most recent call last): 0115 15:00:41188 :: File "ui.py", line 958, in OnMouseOverIn 0115 15:00:41188 :: File "ui.py", line 88, in __call__ 0115 15:00:41189 :: File "ui.py", line 79, in __call__ 0115 15:00:41189 :: File "uiCharacterDetails.py", line 277, in __ButtonOverIn 0115 15:00:41189 :: AttributeError 0115 15:00:41189 :: : 0115 15:00:41189 :: 'ToolTip' object has no attribute 'SetThinBoardSize' 0115 15:00:41189 ::
  10. Not. Ok i will try now. Now is working with the ThinBoardCircle
  11. @Mali61 you know what will be helpful too? an show/hide (spoiler) button for the affects top left
  12. thanks but can you make an example about how to use this? for the new people.
  13. sorry but what is this? some photos?
  14. Solved form binary PythonNetworkStreamPhaseGame.cpp Search: switch (kPVPPacket.bMode) { case PVP_MODE_AGREE: Add: #if defined(SKILL_COOLTIME_UPDATE) CPythonPlayer::Instance().ResetSkillCoolTimes(); #endif When pvp start the time on skill will be 0.
  15. Hi, i'm using this system blackdragonx61/Metin2-Skill-CoolTime-Update (github.com) to reset the skills when an player dies, how can i use this to reset the skill for the killer (pvp event/fight) ? I found something in pvp.cpp -> pkPVP->Win(dwKillerPID); but i don't know how to create the function :-?
  16. solved problem was on [Hidden Content] 3 tabs instead of 2.
  17. Hi i'm trying to set the reset skill only when the player event is "dead", because now with the default setting when an player kill an mob the skills will reset every kill. I'm using this: [Hidden Content]
×
×
  • 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.