Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. does anyone know how to make the effect shine around alchemy?
  2. I installed everything properly without errors but it doesn't want to open @ MaliOfficial MailBox
  3. i don't know but don't open the window.. no errors anywhere..
  4. i compile the game and db and when i try to start the server i have this errors..
  5. sad.. the files have something missing..
  6. i understand but i really want something like official the target shadow is shadow for different structure
  7. it' work nice, i just need to make some adjustments , ty
  8. i try right now
  9. why not working...
  10. Someone have system like this ? target shadow and quality shadow ?
  11. for matrix in db.cpp i have this error if i modify like this void DBManager::LoginPrepare(long lRemainSecs, LPDESC d, DWORD * pdwClientKey, int * paiPremiumTimes) { const TAccountTable & r = d->GetAccountTable(); CLoginData * pkLD = M2_NEW CLoginData; pkLD->SetKey(d->GetLoginKey()); pkLD->SetLogin(r.login); pkLD->SetRemainSecs(lRemainSecs); pkLD->SetIP(d->GetHostName()); pkLD->SetClientKey(pdwClientKey); if (paiPremiumTimes) pkLD->SetPremium(paiPremiumTimes); InsertLoginData(pkLD); SendAuthLogin(d); }
  12. i have this bug after instaling this system by mali [Hidden Content] everythink is oke, no errors
  13. i fix it already , was a space in code :))
  14. Hi , i just add day/night but something not working, the buttons don't refresh if i ad this self.RefreshShowNightText() in class OptionDialog(ui.ScriptWindow): def __init__(self): ui.ScriptWindow.__init__(self) self.__Initialize() self.__Load() i get this error in syserr : 0120 12:20:29629 :: Traceback (most recent call last): 0120 12:20:29629 :: File "ui.py", line 1029, in CallEvent 0120 12:20:29629 :: File "ui.py", line 87, in __call__ 0120 12:20:29629 :: File "ui.py", line 69, in __call__ 0120 12:20:29629 :: File "uiSystem.py", line 111, in __ClickSystemOptionButton 0120 12:20:29630 :: File "uiSystemOption.py", line 30, in __init__ 0120 12:20:29630 :: File "uiSystemOption.py", line 300, in RefreshShowNightText 0120 12:20:29630 :: AttributeError 0120 12:20:29630 :: : 0120 12:20:29630 :: 'module' object has no attribute 'Night' 0120 12:20:29630 :: this is my uisystemoption.py : [Hidden Content]
  15. yes, but there is no export plugin, only import
  16. would you please share them ? ?
  17. now is with - It's working now, ty
  18. So, what can we do ?
  19. is so hard to understand?.. i have everywhere 5 seconds and is the same.. it's show me 225 second.. 2 hours i spend to to be like in the tutorials... and is the same. if i put 5 seconds it show me 225 seconds.. if i put 3 minutes (180seconds) it show me 335 seconds.. where is the problem ? For dropped items without ownership //item.h void StartDestroyEvent(int iSec=5); //item.cpp void CItem::StartDestroyEvent(int iSec) { if (m_pkDestroyEvent) return; item_event_info* info = AllocEventInfo<item_event_info>(); info->item = this; SetDestroyEvent(event_create(item_destroy_event, info, PASSES_PER_SEC(iSec))); TPacketGCItemDestroyTime p; p.bHeader = HEADER_GC_ITEM_DESTROY_TIME; p.dwVID = m_dwVID; p.tDestroyTime = tDestroyTime = time(0) + iSec; PacketAround(&p, sizeof(p)); } //char_item.cpp pkItemToDrop->StartDestroyEvent(5);
  20. In my server the timer is 5 seconds I check 2 hours and everything is right like in the files
  21. what can be the problem ? it also show me 229 seconds but i have 5 seconds
  22. also there is another bug [Hidden Content]
  23. @ martysama0134one question: is it possible to make a texture picker by using like an F key or CTRL or something where the curser is? cause the texture switching is sometimes really aids. Just if its possible
×
×
  • 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.