Welcome to the RaGEZONE - MMORPG development forums.

Help!! Why cant character not attacking monster

This is a discussion on Help!! Why cant character not attacking monster within the Rose Online forums, part of the MMO and MMORPG Developments category; it says on the worldserver that it is a hack.. help please...

Results 1 to 3 of 3
  1. #1
    Registered
    Rank
    Member
    Join Date
    Jul 2012
    Posts
    13
    Liked
    0

    Help!! Why cant character not attacking monster

    Click
    it says on the worldserver that it is a hack.. help please

  2. #2
    Registered
    Rank
    Member
    Join Date
    Jun 2012
    Posts
    11
    Liked
    0

    Re: Help!! Why cant character not attacking monster

    i had same issue using OSrose dev lll, it was solved after reloging, also when i created another account it did not have this issue.

  3. #3
    OsProse lead Dev
    Rank
    Moderator
    Join Date
    Oct 2006
    Location
    Missouri USA
    Posts
    1,880
    Liked
    59

    Re: Help!! Why cant character not attacking monster

    there are a lot of places in the code where checks are made to see if packet inputs from the client match data in the server. If they don't then it flags a "hack"
    In most cases the cause of the badly matched data is in timing differences between the two.
    An example of this is if you attack a distant monster.
    On the client you are running towards it normally.
    On the server it may be that you are running at a different speed so you may be still out of range when the client shows you already attacking. If that happens then you will just see continuous misses and sometimes the server will crap out with the error that you saw.

    These checks were put in place mainly to help with debugging so they can be disabled if they cause too many problems. Just search for the source files for the error message then comment out the "hack" code and recompile.

    Need to lookup information on NARose items, skills, quests?
    Look No Further

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •