Jump to content

Kori

Inactive Member
  • Posts

    284
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kori

  1. First thanks for posting more informatios I will try
  2. Hello guys, I search for the last days a solution for my proplem with SASH in gaya Shop. Here my syserr : 1206 23:35:56952 :: Traceback (most recent call last): 1206 23:35:56952 :: File "ui.py", line 1755, in OnOverInItem 1206 23:35:56953 :: File "ui.py", line 87, in __call__ 1206 23:35:56954 :: File "ui.py", line 78, in __call__ 1206 23:35:56954 :: File "uisystemgems.py", line 283, in OverInItem 1206 23:35:56955 :: File "uiToolTip.py", line 1118, in AddItemData 1206 23:35:56956 :: TypeError 1206 23:35:56956 :: : 1206 23:35:56956 :: 'int' object has no attribute '__getitem__' 1206 23:35:56956 :: The ui system gem file line : def OverInItem(self, slotIndex): if None != self.tooltipItem: self.tooltipItem.ClearToolTip() self.tooltipItem.AddItemData(int(self.items[slotIndex][0]),0) The tooltip part absChance = int(metinSlot[sash.ABSORPTION_SOCKET])
  3. mob_manager.cpp: In member function 'bool CMobManager::Initialize(TMobTable*, int)': mob_manager.cpp:75:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] for (int j = 0; j < MOB_SKILL_MAX_NUM; ++j) You can set the int to size_t
  4. Your open function have 2 arguments like def Open(self, arg1): But you call the function with 3 check the tutorial again or post the call and the function here with the code tag
  5. Yes I have edit all you can see it in my archive
  6. Good evening guys, I use this system from @Rakancito The implementation was easy but I have a problem I can't equip the talisman I have tryed 3 ways Here a archive with all files for equip [Hidden Content] When you need more informations or files I can upload too I use only the value 10060 Here pictures from my item_proto client side [Hidden Content] MySQL : [Hidden Content] I hope anyone can help me
  7. No the fix is included I use the code and it's work
  8. BOOL CInstanceBase::IsBoss() { const CPythonNonPlayer::TMobTable *pkTab = CPythonNonPlayer::Instance().GetTable(GetRace()); if(pkTab != nullptr) { if (pkTab->bRank >= 4 && !IsStone() && pkTab->bType == 0) return TRUE; } return FALSE; } Works too
  9. Say me the better way hahah
  10. Not bad I have searched this last days but now I have without extra image
  11. I'm not the best in lua I have search for you in Google for a random function. You can make a quest and with this function local myTable = { "one", "two", "three","four"} local keyset = {} for k in pairs(myTable) do table.insert(keyset, k) end random_elem = myTable[keyset[math.random(#keyset)]] print(random_elem) You can use the myTable for the vnums
  12. Look in your libthecore/src for the log.c And check this [Hidden Content] Thanks mate
  13. Thanks to @Moț he have fixed my problem in in the log.c a simple check for file existing or not
  14. Yes I can when I'm at home actually I'm on work please look after 5.30am I edit my topic then
  15. Dear Metin2dev community, I have updated my source from gcc49 to gcc7. The tutorial is from here [Hidden Content] I use the vdi with gcc7 update and my source compile without problems but when I start my server I become connection refused and a dot core data I have here a gdb output Here is the bt full report [Hidden Content] And here only the bt (gdb) bt #0 0x080a9713 in log_file_check (logfile=0x0) at log.c:345 #1 0x080a9cb7 in log_rotate () at log.c:109 #2 0x0806f185 in CClientManager::MainLoop (this=0xbfbfe9d8) at ClientManager.cpp:191 #3 0x08055e8c in main () at Main.cpp:89 (gdb) I hope we can fix this Have a great day The files [Hidden Content]
  16. Wow nice I think with a little knowledge we can create a better snow or rain animation for some maps and the drop animation with effect are really nice but I think when you have a big drop with ~30 dropps is the effect so hard or?
  17. You need install FreeBSD on your laptop yes With ifconfig you see the IP from the laptop and you can connect with ssh to this in your network
×
×
  • 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.