L2JMobius

C6 Unhandled action type 1099

ReynalDev · 12 · 4154

Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
I saw this message:

Code: [Select]
WARN RequestActionUse:641 - PlayerName: unhandled action type 1099
on H5 and Interlude, i checked the numbers in RequestActionUse.java and is not considered. So i guess is cause for some bot or custom interface sending this action (number 1099) directly to the server, but server does not recognize this action.

But i could be wrong. Any other information?


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16152
<action id="1099" handler="ServitorAttack" /> <!-- All Attack -->


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
<action id="1099" handler="ServitorAttack" /> <!-- All Attack -->

What chronicle is that? cause in https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/clientpackets/RequestActionUse.java

Code: [Select]
                        case 1040: // Swoop Cannon - Big Bang
{
if (!(target instanceof DoorInstance))
{
useSkill(5111);
}
break;
}
default:
{
LOGGER.warning(player.getName() + ": unhandled action type " + _actionId);
}


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16152

Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
I guess any chronicle.

Is not in Interlude and H5, https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/network/clientpackets/RequestActionUse.java

Code: [Select]
case 1098: // Elite Maguen - Maguen Party Return
{
useSkill(6684, true);
break;
}
case 5000: // Baby Rudolph - Reindeer Scratch
{
useSkill(23155, true);
break;
}


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16152

Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
Apparently there is.
The id is sent by client.

Yeah, could be... the next step is find in what place of the client you send this.


Offline Sahar

  • Elder
  • ****
    • Posts: 119
Its a bot, you can safely auto ban the user when you see that log in IL.


Online Liamxroy

  • Grand Duke
  • *****
    • Posts: 761
    • Adenaplease!
Its a bot, you can safely auto ban the user when you see that log in IL.

Agree with @Sahar, seems like a 3rd party program requests this action.


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
Its a bot, you can safely auto ban the user when you see that log in IL.

Thanks

Its a bot, you can safely auto ban the user when you see that log in IL.

Agree with @Sahar, seems like a 3rd party program requests this action.

Thanks

The admin spoke with the player and he told him to admin, he was using interface.


Online Liamxroy

  • Grand Duke
  • *****
    • Posts: 761
    • Adenaplease!
Thanks

The admin spoke with the player and he told him to admin, he was using interface.

Bot-Interface :)


Offline ReynalDev

  • Knight
  • ***
    • Posts: 92
  • https://reynaldev.pythonanywhere.com/
    • ReynalDev
Thanks

The admin spoke with the player and he told him to admin, he was using interface.

Bot-Interface :)

The admin warned him about using custom interface and bots.... Players complain about bots and cheat, but they use cheats and bots QQ

When some "enemy" use bot is ADMIN fault, but when they use bot by themselves all is ok.