Jump to content
  • 0

Community Board multiple bypasses in short amount of time


Question

Posted (edited)

Hello everyone,

Im currently developing a custom buffer system intergrated in Community Board. Everything seems to work fine but there is an issue i cant resolve and i dont know whether its from client or server side.

If i click multiple buffs in row it doesnt work. I have to wait a different amount of time until i can click the next buff.

The floodprotection system doesnt seem to be the problem because i turned it off.

It seems like the client cant send multiple Bypasses in short amount of time.

Any Suggestion would be helpful.

 

L2j Mobius files 

L2 High five client

 

Edited by silvar1997

5 answers to this question

Recommended Posts

  • 0
Posted

In mobius try parseCommunityBoardCommand(string, player)

at the end of every void  you have and it will probably solve ur problem, or code directly into the command, if u are gonna call a void then use this at the end of the void.

  • 1
Posted

After any action (buff purchase/scheme edit,etc) you should either force a bypass like parseCmd("bbsbuffer arg1 arg2 blabla ",player) or just resend the current html(this should be easier for you in page handling)

  • 0
Posted

You are for sure able to send multiple bypasses in a short amount of time. Its probably a timer that is integrated in your code. Find it and remove.

  • 0
Posted

I debugged the whole code until SelectorThread where the packets arrive and its seems like the Client doesnt send the packet very fast In Community Board ( normal html window works perfectly). I tried modify the timers and buffers like the mmocore and floodprotection and still no success. I will try what you guys recommended. But am still not sure if this issue is server or client side.

Okay the solution with reloading the htlm board seems to work fine. Thank you guys for everything. Cheers

Guest
This topic is now closed to further replies.
×
×
  • Create New...