Jump to content

eniac86

Members
  • Posts

    143
  • Joined

  • Last visited

Bug Report Comments posted by eniac86

  1. Hey, as mangos emu is the only vanilla server software around these day i fuge most likely all of the private servers run on it (more or less modified).
    So here is the table containing the npc hitbox-radii and combat-reaches from the default mangos database. of cause they may have been modified on some servers.
    ttps://github.com/mangoszero/database/blob/master/World/Setup/FullDB/creature_model_info.sql

    But as it is now the hitbox data Wrobot reads from the wow client ist absolutely unreliable.
    Is the hitbox size even sent to the wow client? or is it just handled server-wise? 

    I tried to dig into mangos server code a little to find out if it sends the info to the client, so that it could be read with the right opcode.
    But i'm to lazy to trac the networklogic down to that point, this might be the funktion that sets it internally, no idea if that is then send or not:
    https://github.com/mangoszero/server/blob/52454825c7e1435ff53f32f9edf9fe7dca10ec08/src/game/Object/Unit.cpp#L8836

×
×
  • Create New...