Jump to content

ankso

Members
  • Posts

    187
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by ankso

  1. kitsunesaqua - SD2 problem. AyrtonWOW - DB problem Nothing related to MaNGOS at all...
  2. Yep, this is the problem I was referring. I have Warden running in Ubuntu x64. See posts #143 and the following.
  3. Any news about compatibility with Unix systems (under wine) Neo2003?
  4. ankso

    MMaps Redux

    Sometimes the path generated by confused movement generator is very large, for example in warsong gluch, you use fear in the base and the system sometimes generates a path to the roof. You are going to walk until you reach the destination point, ignoring if the enemy fear stills on you. Also I think that if you use trinket when feared (or confused etc), you don't stop unitl you reach the next destination point. May be my reports are invalid because I use old patch from insider's repo that tunes some values related to confused movement generator to avoid fall under textures. May be someone can confirm this problems. Anyway, soon i will revert those custom changes and I will report more problems (if any). Greetings.
  5. I have same problem, and it isn't related to talent specs
  6. ankso

    MMaps Redux

    Outside karazhan, (arround X: -11155.110352, Y: 1978.645874, Z: 54.798313) the system has some troubles, the NPCs can't find a proper path. Is all over the area, not only at that coords. But it seems related with bad vmaps data.
  7. I don't know, but when I closed my Warden Daemon to test some things, this is spamed at worldd console and server gets freezed until I kill the proccess.
  8. If you close Warden daemon server enters in an infinite loop: Unexpected packet [66] from Wardend, trashing it Unexpected packet [66] from Wardend, trashing it Unexpected packet [66] from Wardend, trashing it Unexpected packet [66] from Wardend, trashing it Unexpected packet [66] from Wardend, trashing it ... ...
  9. Yes... AddOns could be the problem. I will check without them. Thx.
  10. This is a bug with targets present since some time. I think it was something related with my branch but now I see that it isn't. The bug happens sometimes to only some players. You select target player on the group menu, but you summon another player. Because you are really selecting that player. How to test this? With other player with "Target of target" option enabled, select the summoner. You can see that he isn't selecting the player he spects. And, if he move the mouse over the other players, they are selected automatically. So, you don't need to click on a player, you pass the mouse over him and the target changes. The summoner doesn't see this on his target frame, but it's happening. Really strange. May be I haven't explain well the bug, english isn't my native language, I hope that you can understand it. Greetings.
  11. I have some troubles with some account kicks: I know that if a client losts the connection, it's kicked, but Warden kicks also online clients as well, even myself. May be this checks could be less restrictive?
  12. Cmake is only for Unix, it not supports Windows now.
  13. And in the strange and unlikely case that we succeed in breaking the RSA key, that's not illegal?
  14. Mee too, but I think is related to connection lost issue. And my testers have problems with login after some time online, they are kicked (with ~50 testers). On Windows works well, I have tested with WoWEmuHacker and after 20 seconds of use I have been banned automatically. This is a very promising feature ^^.
  15. I have a problem runing this with wine, the warden daemon is working, the connection is established with the mangosd server, but the connection is lost each 10-20 seconds (and reconects instantly). Someone has the same issue runing it with wine? (in windows is working without problems). Also, warden daemon don't close the connection when it is lost, so it opens a new connection each time. Don't know if I need to configure something, I haven't much experience with unix
  16. Is SD2 related, not core problem. Anyway, Icecrown and Ulduar is not implemented yet. Take a look at www.scriptdev2.com.
  17. The second option does not require code modifications, is in server's config files. Or you can just delete the mmap files of that map.
  18. In WardenData.sql: -- More checks and WEH detection INSERT IGNORE INTO `warden_check_memory` (`String`, `Offset`, `Length`, `Result`, `Comment`) VALUES ('', 7452688, 10, '8B 81 CC 07 00 00 25 00 00 00','0x0071B810: WEH'), ('', 5296823, 7, '75166824020000',''), ('', 5283280, 12, '558BECB8084E0000E8731DF0',''), ('', 5417948, 5, '7734FF2485',''), ('', 11287980, 8, '04000000903C9F00',''), ('', 5345746, 7, '746583F9177760',''), ('', 7860712, 5, '742DF6407C',''), ('', 10714892, 8, 'BB8D243FD4D0313E',''), ('', 4623652, 7, '578B7D08578BF1',''), ('', 5090917, 8, 'E886EE1D0083C40C',''), ('', 4609675, 5, '5E5DC20800,'''), <------------ Missed comma here ('', 7517484, 7, '7518683B010000',''), ('', 10694516, 8, '2F549A416F12033B',''), ('', 4609669, 5, '8986100F00',''), ('', 10010636, 12, '8166443FFF1FFFD9565CD95E,'''), <-- And here ('', 5265823, 5, '72118B5518',''), ('', 5124558, 5, '8BF08D4608',''), ('', 5296496, 12, '558BEC81ECE80D00006A0AE8',''), ('', 5081862, 8, '6840AAB600C60200',''), ('', 8491566, 5, '8B4D10890D',''), ('', 5284488, 9, '7507C7451400000000',''), ('', 11154396, 8, 'D893FEC0488C11C1',''), ('', 4618113, 10, 'FF1554F79D003B470C89',''), ('', 9990741, 9, '8B878000000089463C',''), ('', 7246064, 6, '8950108B450C',''); Nothing important but easy to fix.
  19. I have diasbled mmaps on bosses with a small modification. Also you can disable mmaps in specific maps. @DaemonCantor Take a look at my branch and search for commits related to mmaps. There are several commits, take your time.
  20. Hmmm I'm usig your branch rsa and I have mmaps fully working with vehicles, of course.
  21. Hi guys, I'm trying to make this work with wine on ubuntu 10.04. I have do the following: - Installed wine and winetricks - Installed the vcrun2010s dlls with winetricks (to get msvcp100.dll) - Compile and copy the binaries and dlls from windows to ubuntu. But when I try to run wardend.exe from terminal it gives me some errors: [email]user@user-desktop:~/.wine[/email]/dosdevices/c:/Program Files/wardend$ wine wardend.exe Trying to load PE image for unsupported architecture (AMD-64) err:module:import_dll Loading library MSVCP100.dll (which is needed by L"C:\\\\Program Files\\\\wardend\\\\ACE.dll") failed (error c000007b). err:module:import_dll Library ACE.dll (which is needed by L"C:\\\\Program Files\\\\wardend\\\\wardend.exe") not found Trying to load PE image for unsupported architecture (AMD-64) err:module:import_dll Loading library MSVCP100.dll (which is needed by L"C:\\\\Program Files\\\\wardend\\\\wardend.exe") failed (error c000007b). err:module:LdrInitializeThunk Main exe initialization for L"C:\\\\Program Files\\\\wardend\\\\wardend.exe" failed, status c0000135 So, the "Trying to load PE image for unsupported architecture (AMD-64)" is because I have compiled for win32 and my ubuntu is x64, isn't it? But, anyone knows what's happening with MSVCP100.dll and ACE.dll? I have ACE.dll in the same folder with wardend.exe and I have copied it in System32 to be sure. Anyone was able to get this working on Linux? Any tips, advices? I'm not used to wine Of course, thanks for the patch. It looks very well ^^
×
×
  • 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