Jump to content

Syriza

Banned
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Syriza

  1. How sweet he is , so cutee gj mate
  2. Can any Moderator fix the Topic he deleted it
  3. is there a fix for 4 sockets? i tried to do your system with 4 socket, it didnt work. ( many others tried to help me unsuccesfully..)
  4. isnt this the calculation from martys source? why did you release it lol
  5. This should be what you are looking for: [Hidden Content] I dont know who made the system but it's working.
  6. In ConstInfo.py: DONT_REMOVE_LOGIN_ID_PASSWORD_AFTER_WRONG_TRY = 0 Intrologin.py change the function SetPasswordEditLineFocus def SetPasswordEditLineFocus(self): if constInfo.DONT_REMOVE_LOGIN_ID_PASSWORD_AFTER_WRONG_TRY: if self.idEditLine != None: #0000862: [M2EU] 로그인창 팝업 에러: 종료시 먼저 None 설정됨 self.idEditLine.SetText("") self.idEditLine.SetFocus() #0000685: [M2EU] 아이디/비밀번호 유추 가능 버그 수정: 무조건 아이디로 포커스가 가게 만든다 if self.pwdEditLine != None: #0000862: [M2EU] 로그인창 팝업 에러: 종료시 먼저 None 설정됨 self.pwdEditLine.SetText("") else: if self.pwdEditLine != None: self.pwdEditLine.SetFocus()
  7. If only everyone were as friendly as you are, I really thank you for this release beautiful work. Now only a solution against the lagg which occurs when minimizing Metin2 is needed.
  8. And you are the most thankful person i met in this board
  9. thank you for your release!
  10. guys can someone help me ? I need to check if the refine window is opened in interfacemodule.py but i do not know how to do it..
  11. Looks great, good Job
  12. Hey guys, i implemented the release from vegas About the Extension for item_award but if i insert a query there and start my server the data base core is crashing immediatly and i get Connection refused. if i delete the fourth socket column then the Server is starting with the query but then i get the error: unknown column socket3 vegas said everything should be fine.. if anyone is able to help me i would pay him. and trust me i checked the Code everything should be ok... i really dont know why i have this error. [Hidden Content]
  13. @ManiacRobert This is not my Code!! Ist from ManiacRobet #ifdef __SASH_SYSTEM__ else if ((item->GetType() == ITEM_COSTUME) && (item->GetSubType() == COSTUME_SASH)) { int lastSortInventoryPulse = GetEffectTimer(); int currentPulse = thecore_pulse(); if (lastSortInventoryPulse > currentPulse) { int deltaInSeconds = ((lastSortInventoryPulse / PASSES_PER_SEC(1)) - (currentPulse / PASSES_PER_SEC(1))); int minutes = deltaInSeconds / 60; int seconds = (deltaInSeconds - (minutes * 60)); ChatPacket(CHAT_TYPE_INFO, "Efect-ul o sa apara din nou in %02d secunde.", seconds); return false; } this->EffectPacket(SE_EFFECT_SASH_EQUIP); SetEffectTimer(thecore_pulse() + PASSES_PER_SEC(10)); } #endif char.h protected: CSafebox * m_pkSafebox; int m_iSafeboxSize; int m_iSafeboxLoadTime; int m_ichtimer; #ifdef __SASH_SYSTEM__ int m_ieffect; #endif bool m_bOpeningSafebox; ///< 창고가 열기 요청 중이거나 열려있는가 여부, true 일 경우 열기요청이거나 열려있음. CSafebox * m_pkMall; int m_iMallLoadTime; PIXEL_POSITION m_posSafeboxOpen; public: bool IsOpenSafebox() const { return m_isOpenSafebox ? true : false; } void SetOpenSafebox(bool b) { m_isOpenSafebox = b; } int GetSafeboxLoadTime() const { return m_iSafeboxLoadTime; } void SetSafeboxLoadTime() { m_iSafeboxLoadTime = thecore_pulse(); } // int GetChTime() const { return m_ichtimer; } // void SetChTime(int pulse) { m_ichtimer = pulse; } #ifdef __SASH_SYSTEM__ int GetEffectTimer() const { return m_ieffect; } void SetEffectTimer(int pulse) { m_ieffect = pulse; } #endif //END_PREVENT_TRADE_WINDOW private: bool m_isOpenSafebox; public: int GetSkillPowerByLevel(int level, bool bMob = false) const;
  14. Very nice work!! Hope you Continue
  15. Hey guys im trying to solve this error since days.. im having trouble with the two shaman buffs (crit/Defense) they are not working if i use them nothing happens. Can someone please help me? There is no error log or sth like 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.