Jump to content

wow4

Members
  • Posts

    75
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by wow4

  1. thats why you make it 5 or 10 reports needed from other accounts idk on blizz realms they added the thing to vote to kick player from the group maybe it should only kick the the reported player out of the BG or arena so they have to wait 15 mins to join a other one
  2. Say someone is speed hacking and there are no GMs online your a player who see that person hacking so this will add a command that any player can use .kickvote "player name" after a set number of people do that it will kick or ban the person for a set number of time want to try to make this but need to know some things Do you think this is a good idea? Where would I start at? Can this be done in a simple way? I might need help from someone who know more about this part of the core Thank you
  3. I was using the 2.x extractor patched with your code it extracted everything the assembler for 2.x patched with your code was crashing idk but you know way more about vmaps than me would be great if you could make a new branch called vmap_rewrite_0.12 and fix the extactor and the assembler the right way if you have the time oh i went over where Stormwind Harbour should be but it did not mess anything up ingame other than maybe LoS lol would be nice to get the real data 2.4.3 vmaps so it takes less hard disk space and does not load maps that are not there
  4. ya everything seems to be working right oh you have to use the WMOAreaTable from 3.3.3a because the 2.4.3 table was making ironforge, parts of stormwind, and undercity all indoors but thats fixed if you use the 3.3.3a one now if i can get outdoor pvp and mmaps redux to work this thing will be great!
  5. ok got this to work with the 0.12 branch but the vmap assembler keeps crashing and i can't find out why so i used my 3.3.3a vmaps lol well i started mangos and indoor, outdoor detection works! Area detection works And the other good things about vmaps work
  6. save it with world-pad then notepad then world-pad after that you can do all editing in notepad and it works lol
  7. @Dietrich I made this about 1 or 2 weeks ago it might help with what you are trying to do http://filebeam.com/47b8a5eda188aad698751b19f0bcab53 when you make a forum account it makes a mangos account and should also check to make sure no one has that name on in the realm db before making the forum account just replace the ucp_register.php in /includes/ucp/ and add the server_info.php into /includes/ucp/ and then edit the server_info.php then try it
  8. as anyone converted project this for the 0.12 branch yet?
  9. no one seems to be working on this anymore?
  10. the fix that przemratajczak posted works tested and the bug is gone!
  11. after using traponinet patch the some npc pop off the ground and some just are floating when they should not be?
  12. so something is wrong in here? int32 duration = GetSpellDuration(m_spellInfo); if(Player* modOwner = m_caster->GetSpellModOwner()) modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration); if (m_caster->GetTypeId()==TYPEID_PLAYER && spawnCreature->LoadPetFromDB((Player*)m_caster,pet_entry)) { // Summon in dest location float x, y, z; if (m_targets.m_targetMask & TARGET_FLAG_DEST_LOCATION) { x = m_targets.m_destX; y = m_targets.m_destY; z = m_targets.m_destZ; spawnCreature->Relocate(m_targets.m_destX, m_targets.m_destY, m_targets.m_destZ, -m_caster->GetOrientation()); } // set timer for unsummon if (duration > 0) spawnCreature->SetDuration(duration); return; } Map *map = m_caster->GetMap(); uint32 pet_number = sObjectMgr.GeneratePetNumber(); if (!spawnCreature->Create(map->GenerateLocalLowGuid(HIGHGUID_PET), map, m_caster->GetPhaseMask(), m_spellInfo->EffectMiscValue[eff_idx], pet_number)) { sLog.outErrorDb("Spell::EffectSummon: no such creature entry %u",m_spellInfo->EffectMiscValue[eff_idx]); delete spawnCreature; return; } // Summon in dest location float x, y, z; if (m_targets.m_targetMask & TARGET_FLAG_DEST_LOCATION) { x = m_targets.m_destX; y = m_targets.m_destY; z = m_targets.m_destZ; } else m_caster->GetClosePoint(x, y, z, spawnCreature->GetObjectSize()); spawnCreature->Relocate(x, y, z, -m_caster->GetOrientation()); spawnCreature->SetSummonPoint(x, y, z, -m_caster->GetOrientation()); if (!spawnCreature->IsPositionValid()) { sLog.outError("Pet (guidlow %d, entry %d) not summoned. Suggested coordinates isn't valid (X: %f Y: %f)", spawnCreature->GetGUIDLow(), spawnCreature->GetEntry(), spawnCreature->GetPositionX(), spawnCreature->GetPositionY()); delete spawnCreature; return;
  13. rev 10057 but its been happening for a long time on older revs when you summon a pet sometimes they just start walking away? if you move they come running back
  14. can you confirm that you can't enter buildings when you log off mounted?
  15. it seems you only get this bug when you log off mounted + in WSG when you go over the tunnel you get dismounted when you should not be i made a hacky fix for both but it would be nice if they could be solved the right way one is it dismounts you when you log off other one is if your in the area id that the tunnel in wsg is in the indoor detection for pos z goes up by 9.5 lol but it works
  16. I merged your branch with the lastest mangos rev 9815 and "Release|x64" built & I made new maps and vmaps It seems to be working fine it has been running for 3 hours - area detection is working great indoor detection works great old vmaps 1.84GB vmaps are now only 548MB thank you - Lynx3d, faramir118, arrai, tom_rus and anyone else that might of helped with this edit: I just had the bug where you can't enter a building it only happens until you re-log into wow if you delete your cache folder this bug will come back it has nothing to do with restarting the server. edit:nvm seems to have to do with both edit:lol i can't seem to make it happen again now edit: no now only some i can't enter :confused:
  17. can't seem to make it happen when i try too but as happen 2 times idk why* 9765 * when i say left the bg i mean alt F4 Revision: * * 9765 * Date 21:4:2010. Time 8:58 //===================================================== *** Hardware *** Processor: AMD Phenom(tm) II X4 955 Processor Number Of Processors: 4 Physical Memory: 4193784 KB (Available: 1851392 KB) Commit Charge Limit: 8385668 KB *** Operation System *** Windows Vista or Windows Server 2008 Professional (Version 6.1, Build 7600) //===================================================== Exception code: C0000005 ACCESS_VIOLATION Fault address: 0000000140002A8E 01:0000000000001A8E C:\\Users\\..\\Server\\Realm_2\\World_server\\mangosd.exe Registers: RAX:0000000000000000 RBX:000000000923A0C0 RCX:000000000000003B RDX:000000000000003B RSI:000007FFF10F09A0 RDI:000000014007CE50 R8: 000000000A96B301 R9: 0000000000000000 R10:0000000000000001 R11:0000000000000000 R12:0000000000000000 R13:0000000000000000 R14:0000000000000000 R15:000000000A96DDB0 CS:RIP:0033:0000000140002A8E SS:RSP:002B:000000000A96E370 RBP:00000000 DS:002B ES:002B FS:0053 GS:002B Flags:00010206 Call stack: Address Frame Function SourceFile 0000000140002A8E 000000000A96F3D0 ?HasFlag@Object@@QEBA_NGI@Z+3E 00000001404C5F02 000000000A96F790 ?HandleClearTradeItemOpcode@WorldSession@@QEAAXAEAVWorldPacket@@@Z+4942 00000001404C24F2 000000000A96FA60 ?HandleClearTradeItemOpcode@WorldSession@@QEAAXAEAVWorldPacket@@@Z+F32 00000001405C5ACB 000000000A96FAA0 ?SpawnedEventConditionsCheck@CreatureEventAI@@QEAA_NAEBUCreatureEventAI_Event@@@Z+1E92B 0000000140136FD0 000000000A96FAE0 ?Update@BattleGroundMap@@UEAAXAEBI@Z+50 00000001405C1D8D 000000000A96FB60 ?SpawnedEventConditionsCheck@CreatureEventAI@@QEAA_NAEBUCreatureEventAI_Event@@@Z+1ABED 0000000140370FDF 000000000A96FC50 ?GetEmotesTextStore@@YAPEBV?$DBCStorage@UEmotesTextEntry@@@@XZ+5B42F 00000001402EF9E5 000000000A96FE00 ??0CreatureEventAI@@QEAA@AEBV0@@Z+6B25 000000014006C835 000000000A96FE40 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+4DCC5 000000014007CE73 000000000A96FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 000000000A96FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000A96FF20 _endthreadex+47 0000000072ED3080 000000000A96FF50 _endthreadex+E8 0000000076E7F56D 000000000A96FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000A96FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FCFEFA 000000000042F980 NtWaitForSingleObject+A 000007FEFD0710AC 000000000042FA20 WaitForSingleObjectEx+9C 000007FEF176B69A 000000000042FA50 ?thr_join@ACE_OS@@YAHPEAXPEAK@Z+2A 000007FEF17EE863 000000000042FAD0 ?wait_task@ACE_Thread_Manager@@QEAAHPEAVACE_Task_Base@@@Z+243 000000014030DDD3 000000000042FB10 ??0CreatureEventAI@@QEAA@AEBV0@@Z+24F13 000000014003BDD5 000000000042FEE0 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+1D265 000000014003A7FD 000000000042FF20 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+1BC8D 000000014006D306 000000000042FF50 ?at_exit@MaNGOS@@YAXP6AXXZ@Z+776 0000000076E7F56D 000000000042FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000042FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD046A 000000000359FCB0 ZwWaitForMultipleObjects+A 0000000076F99BD7 000000000359FF50 EtwTraceMessageVa+E07 0000000076E7F56D 000000000359FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000359FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD01FA 000000000399FC60 NtDelayExecution+A 000007FEFD071203 000000000399FD00 SleepEx+B3 000000014007D0D9 000000000399FD50 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+1319 0000000140081CCF 000000000399FE40 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+5F0F 000000014007CE73 000000000399FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 000000000399FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000399FF20 _endthreadex+47 0000000072ED3080 000000000399FF50 _endthreadex+E8 0000000076E7F56D 000000000399FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000399FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD01FA 0000000003F9FC60 NtDelayExecution+A 000007FEFD071203 0000000003F9FD00 SleepEx+B3 000000014007D0D9 0000000003F9FD50 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+1319 0000000140081CCF 0000000003F9FE40 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+5F0F 000000014007CE73 0000000003F9FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 0000000003F9FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 0000000003F9FF20 _endthreadex+47 0000000072ED3080 0000000003F9FF50 _endthreadex+E8 0000000076E7F56D 0000000003F9FF80 BaseThreadInitThunk+D 0000000076FB3281 0000000003F9FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD01FA 000000000439FC60 NtDelayExecution+A 000007FEFD071203 000000000439FD00 SleepEx+B3 000000014007D0D9 000000000439FD50 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+1319 0000000140081CCF 000000000439FE40 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+5F0F 000000014007CE73 000000000439FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 000000000439FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000439FF20 _endthreadex+47 0000000072ED3080 000000000439FF50 _endthreadex+E8 0000000076E7F56D 000000000439FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000439FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD0B8A 000000000A96BC80 ZwGetContextThread+A 0000000076E644FA 000000000A96BCB0 GetThreadContext+A 000000014006B0D9 000000000A96C1F0 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+4C569 000000014006B4A6 000000000A96D260 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+4C936 000000014006A73A 000000000A96D510 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+4BBCA 0000000076EF9380 000000000A96D5F0 UnhandledExceptionFilter+160 000000007701573C 000000000A96D620 MD5Final+1DEC 0000000076F95148 000000000A96D690 __C_specific_handler+9C 0000000076FB554D 000000000A96D6C0 RtlCompareUnicodeString+7D 0000000076F95D1C 000000000A96DDA0 RtlTimeToSecondsSince1970+62C 0000000076FCFE48 000000000A96E360 KiUserExceptionDispatcher+2E 0000000140002A8E 000000000A96F3D0 ?HasFlag@Object@@QEBA_NGI@Z+3E 00000001404C5F02 000000000A96F790 ?HandleClearTradeItemOpcode@WorldSession@@QEAAXAEAVWorldPacket@@@Z+4942 00000001404C24F2 000000000A96FA60 ?HandleClearTradeItemOpcode@WorldSession@@QEAAXAEAVWorldPacket@@@Z+F32 00000001405C5ACB 000000000A96FAA0 ?SpawnedEventConditionsCheck@CreatureEventAI@@QEAA_NAEBUCreatureEventAI_Event@@@Z+1E92B 0000000140136FD0 000000000A96FAE0 ?Update@BattleGroundMap@@UEAAXAEBI@Z+50 00000001405C1D8D 000000000A96FB60 ?SpawnedEventConditionsCheck@CreatureEventAI@@QEAA_NAEBUCreatureEventAI_Event@@@Z+1ABED 0000000140370FDF 000000000A96FC50 ?GetEmotesTextStore@@YAPEBV?$DBCStorage@UEmotesTextEntry@@@@XZ+5B42F 00000001402EF9E5 000000000A96FE00 ??0CreatureEventAI@@QEAA@AEBV0@@Z+6B25 000000014006C835 000000000A96FE40 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+4DCC5 000000014007CE73 000000000A96FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 000000000A96FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000A96FF20 _endthreadex+47 0000000072ED3080 000000000A96FF50 _endthreadex+E8 0000000076E7F56D 000000000A96FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000A96FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD00DA 000000000AD6F7C0 ZwRequestWaitReplyPort+A 0000000076E82B08 000000000AD6F7F0 GetConsoleMode+F8 0000000076EB5601 000000000AD6F940 VerifyConsoleIoHandle+281 0000000076ECA922 000000000AD6FA20 ReadConsoleA+B2 0000000076E99934 000000000AD6FA60 GetEnvironmentStringsA+5AB8 0000000072F1DC36 000000000AD6FB00 realloc+72A 0000000072F1E29D 000000000AD6FB60 _read+10D 0000000072EDE7E3 000000000AD6FBA0 _filbuf+8F 0000000072EDDC6C 000000000AD6FC10 fgets+198 0000000140014BB9 000000000AD6FE40 ??4Config@@QEAAAEAV0@AEBV0@@Z+10A9 000000014007CE73 000000000AD6FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 000000000AD6FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000AD6FF20 _endthreadex+47 0000000072ED3080 000000000AD6FF50 _endthreadex+E8 0000000076E7F56D 000000000AD6FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000AD6FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FCFEFA 000000000B16F880 NtWaitForSingleObject+A 000007FEFC713978 000000000B16F900 0001:0000000000002978 C:\\Windows\\system32\\MSWSOCK.dll 000007FEFC7206B6 000000000B16FAA0 WSPStartup+7CD6 000007FEFD3372BC 000000000B16FAE0 select+15C 000007FEFD33723D 000000000B16FBE0 select+DD 000007FEF17782A2 000000000B16FC60 ?wait_for_multiple_events@?$ACE_Select_Reactor_T@V?$ACE_Reactor_Token_T@VACE_Token@@@@@@MEAAHAEAVACE_Select_Reactor_Handle_Set@@PEAVACE_Time_Value@@@Z+132 000007FEF17F0D30 000000000B16FCD0 ?handle_events@ACE_TP_Reactor@@UEAAHPEAVACE_Time_Value@@@Z+A0 000007FEF17CE3ED 000000000B16FD00 ?run_reactor_event_loop@ACE_Reactor@@QEAAHAEAVACE_Time_Value@@P6AHPEAV1@@Z@Z+4D 000000014030D707 000000000B16FE40 ??0CreatureEventAI@@QEAA@AEBV0@@Z+24847 000007FEF17EA0F1 000000000B16FE70 ?svc_run@ACE_Task_Base@@SAKPEAX@Z+41 000007FEF17EA6AB 000000000B16FEB0 ?invoke_i@ACE_Thread_Adapter@@EEAAKXZ+4B 000007FEF17EA7D1 000000000B16FEF0 ?invoke@ACE_Thread_Adapter@@UEAAKXZ+71 0000000072ED2FDF 000000000B16FF20 _endthreadex+47 0000000072ED3080 000000000B16FF50 _endthreadex+E8 0000000076E7F56D 000000000B16FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000B16FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FCFEFA 000000000B56F880 NtWaitForSingleObject+A 000007FEFC713978 000000000B56F900 0001:0000000000002978 C:\\Windows\\system32\\MSWSOCK.dll 000007FEFC7206B6 000000000B56FAA0 WSPStartup+7CD6 000007FEFD3372BC 000000000B56FAE0 select+15C 000007FEFD33723D 000000000B56FBE0 select+DD 000007FEF17782A2 000000000B56FC60 ?wait_for_multiple_events@?$ACE_Select_Reactor_T@V?$ACE_Reactor_Token_T@VACE_Token@@@@@@MEAAHAEAVACE_Select_Reactor_Handle_Set@@PEAVACE_Time_Value@@@Z+132 000007FEF17F0D30 000000000B56FCD0 ?handle_events@ACE_TP_Reactor@@UEAAHPEAVACE_Time_Value@@@Z+A0 000007FEF17CE3ED 000000000B56FD00 ?run_reactor_event_loop@ACE_Reactor@@QEAAHAEAVACE_Time_Value@@P6AHPEAV1@@Z@Z+4D 000000014030D707 000000000B56FE40 ??0CreatureEventAI@@QEAA@AEBV0@@Z+24847 000007FEF17EA0F1 000000000B56FE70 ?svc_run@ACE_Task_Base@@SAKPEAX@Z+41 000007FEF17EA6AB 000000000B56FEB0 ?invoke_i@ACE_Thread_Adapter@@EEAAKXZ+4B 000007FEF17EA7D1 000000000B56FEF0 ?invoke@ACE_Thread_Adapter@@UEAAKXZ+71 0000000072ED2FDF 000000000B56FF20 _endthreadex+47 0000000072ED3080 000000000B56FF50 _endthreadex+E8 0000000076E7F56D 000000000B56FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000B56FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD17BA 0000000009EEFC50 ZwWaitForWorkViaWorkerFactory+A 0000000076F9914B 0000000009EEFF50 EtwTraceMessageVa+37B 0000000076E7F56D 0000000009EEFF80 BaseThreadInitThunk+D 0000000076FB3281 0000000009EEFFD0 RtlUserThreadStart+21 ======================== Local Variables And Parameters Call stack: Address Frame Function SourceFile 0000000140002A8E 000000000A96F3D0 ?HasFlag@Object@@QEBA_NGI@Z+3E 00000001404C5F02 000000000A96F790 ?HandleClearTradeItemOpcode@WorldSession@@QEAAXAEAVWorldPacket@@@Z+4942 00000001404C24F2 000000000A96FA60 ?HandleClearTradeItemOpcode@WorldSession@@QEAAXAEAVWorldPacket@@@Z+F32 00000001405C5ACB 000000000A96FAA0 ?SpawnedEventConditionsCheck@CreatureEventAI@@QEAA_NAEBUCreatureEventAI_Event@@@Z+1E92B 0000000140136FD0 000000000A96FAE0 ?Update@BattleGroundMap@@UEAAXAEBI@Z+50 00000001405C1D8D 000000000A96FB60 ?SpawnedEventConditionsCheck@CreatureEventAI@@QEAA_NAEBUCreatureEventAI_Event@@@Z+1ABED 0000000140370FDF 000000000A96FC50 ?GetEmotesTextStore@@YAPEBV?$DBCStorage@UEmotesTextEntry@@@@XZ+5B42F 00000001402EF9E5 000000000A96FE00 ??0CreatureEventAI@@QEAA@AEBV0@@Z+6B25 000000014006C835 000000000A96FE40 ?getSource@?$Reference@V?$GridRefManager@VCorpse@@@@VCorpse@@@@QEBAPEAVCorpse@@XZ+4DCC5 000000014007CE73 000000000A96FEB0 ?GetFloatDefault@Config@@QEAAMPEBDM@Z+10B3 000007FEF17C157B 000000000A96FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000A96FF20 _endthreadex+47 0000000072ED3080 000000000A96FF50 _endthreadex+E8 0000000076E7F56D 000000000A96FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000A96FFD0 RtlUserThreadStart+21
  18. try to delete a item from a npc with this command you get this Revision: * * 9750 * Date 17:4:2010. Time 18:22 //===================================================== *** Hardware *** Processor: AMD Phenom(tm) II X4 955 Processor Number Of Processors: 4 Physical Memory: 4193784 KB (Available: 2053536 KB) Commit Charge Limit: 8385668 KB *** Operation System *** Windows Vista or Windows Server 2008 Professional (Version 6.1, Build 7600) //===================================================== Exception code: C0000005 ACCESS_VIOLATION Fault address: 000000014010942E 01:000000000010842E C:\\Users\\..\\Server\\Realm_2\\World_server\\mangosd.exe Registers: RAX:000000000000CB34 RBX:0000000009AB94B0 RCX:40200000BF15D400 RDX:000007FFE8E21508 RSI:000007FFF1114E50 RDI:000000014007CED0 R8: 0000000019999999 R9: 0000000072F4A820 R10:0000000008DDF540 R11:0000000000000000 R12:0000000000000000 R13:0000000000000000 R14:0000000000000000 R15:0000000008DDEE70 CS:RIP:0033:000000014010942E SS:RSP:002B:0000000008DDF430 RBP:00000000 DS:002B ES:002B FS:0053 GS:002B Flags:00010202 Call stack: Address Frame Function SourceFile 000000014010942E 0000000008DDF4E0 VendorItemData::RemoveItem+BE c:\\users\\..\\mangos\\src\\game\\creature.cpp line 65 000000014024C617 0000000008DDF590 ObjectMgr::RemoveVendorItem+B7 c:\\users\\..\\mangos\\src\\game\\objectmgr.cpp line 8277 000000014054C5E1 0000000008DE1630 ChatHandler::HandleNpcDelVendorItemCommand+121 c:\\users\\..\\mangos\\src\\game\\level2.cpp line 1175 000000014021D170 0000000008DE17F0 ChatHandler::ExecuteCommandInTable+410 c:\\users\\..\\mangos\\src\\game\\chat.cpp line 896 000000014021CF15 0000000008DE19B0 ChatHandler::ExecuteCommandInTable+1B5 c:\\users\\..\\mangos\\src\\game\\chat.cpp line 876 000000014021DAAA 0000000008DE3A60 ChatHandler::ParseCommands+1FA c:\\users\\..\\mangos\\src\\game\\chat.cpp line 1016 0000000140626409 0000000008DEF830 WorldSession::HandleMessagechatOpcode+FE9 c:\\users\\..\\mangos\\src\\game\\chathandler.cpp line 273 00000001402DD33D 0000000008DEFB10 WorldSession::Update+13D c:\\users\\..\\mangos\\src\\game\\worldsession.cpp line 189 00000001402F128C 0000000008DEFC50 World::UpdateSessions+14C c:\\users\\..\\mangos\\src\\game\\world.cpp line 1831 00000001402EF58C 0000000008DEFE00 World::Update+34C c:\\users\\..\\mangos\\src\\game\\world.cpp line 1388 000000014006C8B5 0000000008DEFE40 WorldRunnable::run+A5 c:\\users\\..\\mangos\\src\\mangosd\\worldrunnable.cpp line 61 000000014007CEF3 0000000008DEFEB0 ACE_Based::Thread::ThreadTask+23 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 190 000007FEF171157B 0000000008DEFEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 0000000008DEFF20 _endthreadex+47 0000000072ED3080 0000000008DEFF50 _endthreadex+E8 0000000076E7F56D 0000000008DEFF80 BaseThreadInitThunk+D 0000000076FB3281 0000000008DEFFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FCFEFA 000000000042F980 NtWaitForSingleObject+A 000007FEFD0710AC 000000000042FA20 WaitForSingleObjectEx+9C 000007FEF16BB69A 000000000042FA50 ?thr_join@ACE_OS@@YAHPEAXPEAK@Z+2A 000007FEF173E863 000000000042FAD0 ?wait_task@ACE_Thread_Manager@@QEAAHPEAVACE_Task_Base@@@Z+243 000000014030DDA3 000000000042FB10 WorldSocketMgr::Wait+63 c:\\users\\..\\mangos\\src\\game\\worldsocketmgr.cpp line 316 000000014003BE55 000000000042FEE0 Master::Run+9B5 c:\\users\\..\\mangos\\src\\mangosd\\master.cpp line 325 000000014003A87D 000000000042FF20 main+42D c:\\users\\..\\mangos\\src\\mangosd\\main.cpp line 180 000000014006D386 000000000042FF50 __tmainCRTStartup+11A f:\\dd\\vctools\\crt_bld\\self_64_amd64\\crt\\src\\crtexe.c line 586 0000000076E7F56D 000000000042FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000042FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD046A 000000000341FCB0 ZwWaitForMultipleObjects+A 0000000076F99BD7 000000000341FF50 EtwTraceMessageVa+E07 0000000076E7F56D 000000000341FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000341FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD01FA 000000000381FC60 NtDelayExecution+A 000007FEFD071203 000000000381FD00 SleepEx+B3 000000014007D159 000000000381FD50 ACE_Based::Thread::Sleep+39 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 238 0000000140081D4F 000000000381FE40 SqlDelayThread::run+6F c:\\users\\..\\mangos\\src\\shared\\database\\sqldelaythread.cpp line 45 000000014007CEF3 000000000381FEB0 ACE_Based::Thread::ThreadTask+23 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 190 000007FEF171157B 000000000381FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000381FF20 _endthreadex+47 0000000072ED3080 000000000381FF50 _endthreadex+E8 0000000076E7F56D 000000000381FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000381FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD01FA 0000000003C1FC60 NtDelayExecution+A 000007FEFD071203 0000000003C1FD00 SleepEx+B3 000000014007D159 0000000003C1FD50 ACE_Based::Thread::Sleep+39 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 238 0000000140081D4F 0000000003C1FE40 SqlDelayThread::run+6F c:\\users\\..\\mangos\\src\\shared\\database\\sqldelaythread.cpp line 45 000000014007CEF3 0000000003C1FEB0 ACE_Based::Thread::ThreadTask+23 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 190 000007FEF171157B 0000000003C1FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 0000000003C1FF20 _endthreadex+47 0000000072ED3080 0000000003C1FF50 _endthreadex+E8 0000000076E7F56D 0000000003C1FF80 BaseThreadInitThunk+D 0000000076FB3281 0000000003C1FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD01FA 000000000401FC60 NtDelayExecution+A 000007FEFD071203 000000000401FD00 SleepEx+B3 000000014007D159 000000000401FD50 ACE_Based::Thread::Sleep+39 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 238 0000000140081D4F 000000000401FE40 SqlDelayThread::run+6F c:\\users\\..\\mangos\\src\\shared\\database\\sqldelaythread.cpp line 45 000000014007CEF3 000000000401FEB0 ACE_Based::Thread::ThreadTask+23 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 190 000007FEF171157B 000000000401FEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 000000000401FF20 _endthreadex+47 0000000072ED3080 000000000401FF50 _endthreadex+E8 0000000076E7F56D 000000000401FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000401FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD0B8A 0000000008DDCD40 ZwGetContextThread+A 0000000076E644FA 0000000008DDCD70 GetThreadContext+A 000000014006B159 0000000008DDD2B0 WheatyExceptionReport::PrintTracesForAllThreads+C9 c:\\users\\..\\mangos\\src\\shared\\wheatyexceptionreport.cpp line 370 000000014006B526 0000000008DDE320 WheatyExceptionReport::GenerateExceptionReport+396 c:\\users\\..\\mangos\\src\\shared\\wheatyexceptionreport.cpp line 468 000000014006A7BA 0000000008DDE5D0 WheatyExceptionReport::WheatyUnhandledExceptionFilter+18A c:\\users\\..\\mangos\\src\\shared\\wheatyexceptionreport.cpp line 109 0000000076EF9380 0000000008DDE6B0 UnhandledExceptionFilter+160 000000007701573C 0000000008DDE6E0 MD5Final+1DEC 0000000076F95148 0000000008DDE750 __C_specific_handler+9C 0000000076FB554D 0000000008DDE780 RtlCompareUnicodeString+7D 0000000076F95D1C 0000000008DDEE60 RtlTimeToSecondsSince1970+62C 0000000076FCFE48 0000000008DDF420 KiUserExceptionDispatcher+2E 000000014010942E 0000000008DDF4E0 VendorItemData::RemoveItem+BE c:\\users\\..\\mangos\\src\\game\\creature.cpp line 65 000000014024C617 0000000008DDF590 ObjectMgr::RemoveVendorItem+B7 c:\\users\\..\\mangos\\src\\game\\objectmgr.cpp line 8277 000000014054C5E1 0000000008DE1630 ChatHandler::HandleNpcDelVendorItemCommand+121 c:\\users\\..\\mangos\\src\\game\\level2.cpp line 1175 000000014021D170 0000000008DE17F0 ChatHandler::ExecuteCommandInTable+410 c:\\users\\..\\mangos\\src\\game\\chat.cpp line 896 000000014021CF15 0000000008DE19B0 ChatHandler::ExecuteCommandInTable+1B5 c:\\users\\..\\mangos\\src\\game\\chat.cpp line 876 000000014021DAAA 0000000008DE3A60 ChatHandler::ParseCommands+1FA c:\\users\\..\\mangos\\src\\game\\chat.cpp line 1016 0000000140626409 0000000008DEF830 WorldSession::HandleMessagechatOpcode+FE9 c:\\users\\..\\mangos\\src\\game\\chathandler.cpp line 273 00000001402DD33D 0000000008DEFB10 WorldSession::Update+13D c:\\users\\..\\mangos\\src\\game\\worldsession.cpp line 189 00000001402F128C 0000000008DEFC50 World::UpdateSessions+14C c:\\users\\..\\mangos\\src\\game\\world.cpp line 1831 00000001402EF58C 0000000008DEFE00 World::Update+34C c:\\users\\..\\mangos\\src\\game\\world.cpp line 1388 000000014006C8B5 0000000008DEFE40 WorldRunnable::run+A5 c:\\users\\..\\mangos\\src\\mangosd\\worldrunnable.cpp line 61 000000014007CEF3 0000000008DEFEB0 ACE_Based::Thread::ThreadTask+23 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 190 000007FEF171157B 0000000008DEFEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 0000000008DEFF20 _endthreadex+47 0000000072ED3080 0000000008DEFF50 _endthreadex+E8 0000000076E7F56D 0000000008DEFF80 BaseThreadInitThunk+D 0000000076FB3281 0000000008DEFFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD00DA 00000000091EF7C0 ZwRequestWaitReplyPort+A 0000000076E82B08 00000000091EF7F0 GetConsoleMode+F8 0000000076EB5601 00000000091EF940 VerifyConsoleIoHandle+281 0000000076ECA922 00000000091EFA20 ReadConsoleA+B2 0000000076E99934 00000000091EFA60 GetEnvironmentStringsA+5AB8 0000000072F1DC36 00000000091EFB00 realloc+72A 0000000072F1E29D 00000000091EFB60 _read+10D 0000000072EDE7E3 00000000091EFBA0 _filbuf+8F 0000000072EDDC6C 00000000091EFC10 fgets+198 0000000140014C39 00000000091EFE40 CliRunnable::run+B9 c:\\users\\..\\mangos\\src\\mangosd\\clirunnable.cpp line 327 000000014007CEF3 00000000091EFEB0 ACE_Based::Thread::ThreadTask+23 c:\\users\\..\\mangos\\src\\shared\\threading.cpp line 190 000007FEF171157B 00000000091EFEF0 ?invoke@ACE_OS_Thread_Adapter@@UEAAKXZ+5B 0000000072ED2FDF 00000000091EFF20 _endthreadex+47 0000000072ED3080 00000000091EFF50 _endthreadex+E8 0000000076E7F56D 00000000091EFF80 BaseThreadInitThunk+D 0000000076FB3281 00000000091EFFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FCFEFA 000000000A36F880 NtWaitForSingleObject+A 000007FEFC713978 000000000A36F900 0001:0000000000002978 C:\\Windows\\system32\\MSWSOCK.dll 000007FEFC7206B6 000000000A36FAA0 WSPStartup+7CD6 000007FEFD3372BC 000000000A36FAE0 select+15C 000007FEFD33723D 000000000A36FBE0 select+DD 000007FEF16C82A2 000000000A36FC60 ?wait_for_multiple_events@?$ACE_Select_Reactor_T@V?$ACE_Reactor_Token_T@VACE_Token@@@@@@MEAAHAEAVACE_Select_Reactor_Handle_Set@@PEAVACE_Time_Value@@@Z+132 000007FEF1740D30 000000000A36FCD0 ?handle_events@ACE_TP_Reactor@@UEAAHPEAVACE_Time_Value@@@Z+A0 000007FEF171E3ED 000000000A36FD00 ?run_reactor_event_loop@ACE_Reactor@@QEAAHAEAVACE_Time_Value@@P6AHPEAV1@@Z@Z+4D 000000014030D6D7 000000000A36FE40 ReactorRunnable::svc+77 c:\\users\\..\\mangos\\src\\game\\worldsocketmgr.cpp line 167 000007FEF173A0F1 000000000A36FE70 ?svc_run@ACE_Task_Base@@SAKPEAX@Z+41 000007FEF173A6AB 000000000A36FEB0 ?invoke_i@ACE_Thread_Adapter@@EEAAKXZ+4B 000007FEF173A7D1 000000000A36FEF0 ?invoke@ACE_Thread_Adapter@@UEAAKXZ+71 0000000072ED2FDF 000000000A36FF20 _endthreadex+47 0000000072ED3080 000000000A36FF50 _endthreadex+E8 0000000076E7F56D 000000000A36FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000A36FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FCFEFA 000000000A76F880 NtWaitForSingleObject+A 000007FEFC713978 000000000A76F900 0001:0000000000002978 C:\\Windows\\system32\\MSWSOCK.dll 000007FEFC7206B6 000000000A76FAA0 WSPStartup+7CD6 000007FEFD3372BC 000000000A76FAE0 select+15C 000007FEFD33723D 000000000A76FBE0 select+DD 000007FEF16C82A2 000000000A76FC60 ?wait_for_multiple_events@?$ACE_Select_Reactor_T@V?$ACE_Reactor_Token_T@VACE_Token@@@@@@MEAAHAEAVACE_Select_Reactor_Handle_Set@@PEAVACE_Time_Value@@@Z+132 000007FEF1740D30 000000000A76FCD0 ?handle_events@ACE_TP_Reactor@@UEAAHPEAVACE_Time_Value@@@Z+A0 000007FEF171E3ED 000000000A76FD00 ?run_reactor_event_loop@ACE_Reactor@@QEAAHAEAVACE_Time_Value@@P6AHPEAV1@@Z@Z+4D 000000014030D6D7 000000000A76FE40 ReactorRunnable::svc+77 c:\\users\\..\\mangos\\src\\game\\worldsocketmgr.cpp line 167 000007FEF173A0F1 000000000A76FE70 ?svc_run@ACE_Task_Base@@SAKPEAX@Z+41 000007FEF173A6AB 000000000A76FEB0 ?invoke_i@ACE_Thread_Adapter@@EEAAKXZ+4B 000007FEF173A7D1 000000000A76FEF0 ?invoke@ACE_Thread_Adapter@@UEAAKXZ+71 0000000072ED2FDF 000000000A76FF20 _endthreadex+47 0000000072ED3080 000000000A76FF50 _endthreadex+E8 0000000076E7F56D 000000000A76FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000A76FFD0 RtlUserThreadStart+21 Call stack: Address Frame Function SourceFile 0000000076FD17BA 000000000B36FC50 ZwWaitForWorkViaWorkerFactory+A 0000000076F9914B 000000000B36FF50 EtwTraceMessageVa+37B 0000000076E7F56D 000000000B36FF80 BaseThreadInitThunk+D 0000000076FB3281 000000000B36FFD0 RtlUserThreadStart+21 ======================== Local Variables And Parameters Call stack: Address Frame Function SourceFile 000000014010942E 0000000008DDF4E0 VendorItemData::RemoveItem+BE c:\\users\\..\\mangos\\src\\game\\creature.cpp line 65
  19. A file called mangosd100413.vsp was added that should not be there in [9741]
  20. Darkruler: thats becuases of the client can't change that. Thyros: yes
  21. [9729] Client not like vendor slot 0 so restore send slots counted from 1 This is must fix not selling first item in list by vendor. VladimirMangos (author) about an hour ago
  22. UPDATE `battleground_template` SET `MinPlayersPerTeam` = '20' WHERE `MaxPlayersPerTeam` = '40';
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use