Jump to content

monarchis2

Member
  • Posts

    209
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by monarchis2

  1. Thanks for sharing and working on that. What's the camera does exactly?
  2. def RefreshQuest(self): questCount = self.GetCount() for i in xrange(questCount): (questName, questIcon, questCounterName, questCounterValue) = quest.GetQuestData(i) if i >= questCount or i >= QuestCategoryWindow.MAX_QUEST: break if questCounterName != "": self.SetCounterText(i, "%s : %d" % (questCounterName, questCounterValue)) else: self.SetCounterText(i, "") self.RefreshClock()
  3. Hello. Recently i installed the Quest Category system and everything work just fine, except the hunting quest part. In levelup.quest goes to Main quest and gives this syserr. 0723 11:27:20057 :: File "ui.py", line 1462, in CallEvent 0723 11:27:20057 :: File "ui.py", line 88, in __call__ 0723 11:27:20057 :: File "ui.py", line 79, in __call__ 0723 11:27:20057 :: File "uiQuestCategory.py", line 238, in __OnClickQuestCategory 0723 11:27:20057 :: File "uiQuestCategory.py", line 34, in Open 0723 11:27:20057 :: File "uiQuestCategory.py", line 118, in RefreshQuest 0723 11:27:20057 :: TypeError 0723 11:27:20057 :: : 0723 11:27:20057 :: 'NoneType' object is not iterable 0723 11:27:20057 :: 0723 11:27:21690 :: Traceback (most recent call last): // Line 34: self.RefreshQuest() // Line 118: (questName, questIcon, questCounterName, questCounterValue) = quest.GetQuestData(i) // Line 238: self.__questList[categoryIndex].Open()
  4. Hi. Can i think it has bug with hunt quests.. official levelup.quest . Otherwise is working perfectly!!
  5. I fix this. Now i need to fix the owner is null. GetWear: CHARACTER::GetWear: invalid wear cell 173
  6. Hey guys. I have crazy lag after teleport. I run 'top' command to see the stats. Here's a photo. Can anyone help me?
  7. The problem is that this will remove the first dragon stone. Not the one you gave.
  8. Hey guys. I "Stole" an idea from Rubinum that trades one Dragon Alchemy Stone with a new one with new bonuses. But the function item.remove() doesn't work. Any help? when 20001.take with item.vnum == 124400 and game.get_event_flag("perlen") == 1 begin say(gameforge[get_lang()].dss_trade._010) say(gameforge[get_lang()].dss_trade._020) say(gameforge[get_lang()].dss_trade._030) say("") if pc.count_item(124400) >= 1 and pc.money>= 5000000 then item.remove() pc.give_item2(124300, 1) pc.change_gold(-5000000) say(gameforge[get_lang()].dss_trade._040) say(gameforge[get_lang()].dss_trade._050) say("") else say(gameforge[get_lang()].dss_trade._060) say(gameforge[get_lang()].dss_trade._070) end end
  9. Hey guys i cant find why im having this errors. Can anyone help me? I can't understand what's causes the problem. #0 0x0811902b in CExchange::CheckSpace (this=0x2d66ac00) at item.h:45 victim = 0x49ae2000 item = <value optimized out> i = 165 bDSInitialized = <value optimized out> s_grid1 = {m_iWidth = 5, m_iHeight = 9, m_pGrid = 0x46989430 '\001' <repeats 39 times>} s_grid2 = {m_iWidth = 5, m_iHeight = 9, m_pGrid = 0x46989460 '\001' <repeats 45 times>, "\020"} s_grid3 = {m_iWidth = 5, m_iHeight = 9, m_pGrid = 0x46989490 '\001' <repeats 45 times>, "\020"} s_grid4 = {m_iWidth = 5, m_iHeight = 9, m_pGrid = 0x469894c0 '\001' <repeats 24 times>} s_vDSGrid = {<std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >> = { _M_impl = {<std::allocator<short unsigned int>> = {<__gnu_cxx::new_allocator<short unsigned int>> = {<No data fields>}, <No data fields>}, _M_start = 0x2b40a800, _M_finish = 0x2b40af80, _M_end_of_storage = 0x2b40af80}}, <No data fields>} #1 0x081197bd in CExchange::Accept (this=0x2d66b380, bAccept=true) at exchange.cpp:677 iItemCount = 1 victim = 0x33834000 ---Type <return> to continue, or q <return> to quit--- __FUNCTION__ = "Accept" #2 0x0814bede in CInputMain::Analyze (this=0x2b85e89c, d=0x2b85e800, bHeader=<value optimized out>, c_pData=0x4b312000 "\033\004▒\004▒w\"\001▒▒\220") at input_main.cpp:3787 ch = 0x49ae2000 iExtraLen = <value optimized out> __FUNCTION__ = "Analyze" #3 0x08133bb5 in CInputProcessor::Process (this=0x2b85e89c, lpDesc=0x2b85e800, c_pvOrig=0x4b312000, iBytes=11, r_iBytesProceed=@0xffffa4e8) at input.cpp:101 iExtraPacketSize = <value optimized out> bHeader = 27 '\033' c_pszName = 0x36e8fb8c "Exchange" c_pData = 0x4b312000 "\033\004▒\004▒w\"\001▒▒\220" bLastHeader = <value optimized out> iLastPacketLen = 0 iPacketLen = 11 __FUNCTION__ = "Process" #4 0x0810258d in DESC::ProcessInput (this=0x2b85e800) at desc.cpp:312 iBytesProceed = 0 bytes_read = 11 __FUNCTION__ = "ProcessInput" #5 0x0824ee8c in io_loop (fdw=0x29144280) at main.cpp:956 item.h:45 BYTE GetSize() { return m_pProto ? m_pProto->bSize : 0; } exchange.cpp:677 if (!GetCompany()->CheckSpace()) input_main.cpp:3787 Source Code Exchange(ch, c_pData); input.cpp:101 Source Code int iExtraPacketSize = Analyze(lpDesc, bHeader, c_pData); desc.cpp:312 Source Code while (!m_pInputProcessor->Process(this, buffer_read_peek(m_lpInputBuffer), buffer_size(m_lpInputBuffer), iBytesProceed)) main.cpp:956 Source Code else if (d->ProcessInput() < 0)
  10. #0 0x08152900 in CItem::GetCount (this=0x393207c0) at item.h:82 No locals. #1 0x0809c81f in CHARACTER::MoveItem (this=0x3886a000, Cell= {window_type = 1 '\001', cell = 90}, DestCell= {window_type = 1 '\001', cell = 5}, count=25 '\031') at char_item.cpp:6233 item = 0x393207c0 #2 0x08145d42 in CInputMain::ItemMove (this=0x2b85e89c, ch=0x3886a000, data=0x4fba1000 "\r\001Z") at input_main.cpp:1098 No locals. #3 0x0814bd1a in CInputMain::Analyze (this=0x2b85e89c, d=0x2b85e800, bHeader=<value optimized out>, c_pData=0x4fba1000 "\r\001Z") at input_main.cpp:3765 ch = 0x3886a000 iExtraLen = <value optimized out> __FUNCTION__ = "Analyze" #4 0x08133b75 in CInputProcessor::Process (this=0x2b85e89c, lpDesc=0x2b85e800, c_pvOrig=0x4fba1000, iBytes=9, r_iBytesProceed=@0xffffa4e8) at input.cpp:101 iExtraPacketSize = <value optimized out> bHeader = 13 '\r' c_pszName = 0x46a1720c "ItemMove" c_pData = 0x4fba1000 "\r\001Z" ---Type <return> to continue, or q <return> to quit--- bLastHeader = <value optimized out> iLastPacketLen = 0 iPacketLen = 9 __FUNCTION__ = "Process" #5 0x0810254d in DESC::ProcessInput (this=0x2b85e800) at desc.cpp:312 iBytesProceed = 0 bytes_read = 9 __FUNCTION__ = "ProcessInput" #6 0x0824eeec in io_loop (fdw=0x29144280) at main.cpp:956 sock_buf_size = 0 ret = 0 iRet = <value optimized out> num_events = 16 event_idx = 13 __FUNCTION__ = "io_loop" #7 0x0824f899 in idle () at main.cpp:839 now = {tv_sec = 1518777953, tv_usec = 577688} passed_pulses = <value optimized out> t = 10708617 pta = {tv_sec = 1518777953, tv_usec = 17167} process_time_count = 14 #8 0x08250f77 in main (argc=138114984, argv=0x0) at main.cpp:505 sectree_manager = {<singleton<SECTREE_MANAGER>> = {
  11. Hello community. Can we make this system, Private Shop Search to make it work on Offline Shop System by Ken? [Hidden Content]
  12. Every null pointers are from official source. So i don't know what's wrong.
  13. Unequip: m_pOwner->GetWear() != this GetWear: CHARACTER::GetWear: invalid wear cell 173 DestroyItem: WTH! Invalid item owner. owner pointer : 0x2e166000 RemoveFromCharacter: Item::RemoveFromCharacter owner null
  14. Unequip: m_pOwner->GetWear() != this GetWear: CHARACTER::GetWear: invalid wear cell 173 DestroyItem: WTH! Invalid item owner. owner pointer : 0x2e166000 RemoveFromCharacter: Item::RemoveFromCharacter owner null
×
×
  • 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.