Jump to content
  • 0

{HELP} Something Wrong With Trade Chat :D


Question

Posted

Hi, I Just Noticed That In My Pack Which Is Based On L2j-Interlude When Someone Speak In Trade Chat ( + ) It Duplicates What He Say...

I  just Put Flood Protection To See If It Block It ..But It Blocks Only The One..LOL ?

Any Idea Why That Happen... ?

Recommended Posts

  • 0
Posted

stop Bumping, beacuse i'll bump your head with a -1.

 

So, when you say you are using L2J, in what chronicle the problem is.

First Of All Speak Better To Me Cuz You Dont Even Know Me kk ?

I Though We Can Bump Every 12 Hours ? If I am Wrong Someone With Some Authorities Here Answer..

 

And Last First Post Edited...

  • 0
Posted

Check The First Post I Said I Edit It.

Oh sorry, i didn't notice it.

 

Anw, i can't fix your problem if you don't show me something, java files, the error. But i can reccomend you something to do.. You said you've added flood protection, Add also Restriction level to use Trade Chat. The errors will be reduced ^^. Dunno what else. Post a screen of the error, or a log with your Java changes in this file.

  • 0
Posted

I don't want to see your errors, the logs for the modifications you've done.

Damned I Cant Understand You ... What Modification...I Made 100 Modifications...Maybe Use [GR] And Explain Me Exactly What You Want

To See..

  • 0
Posted

very messy... add else before if

 

      case TRADE:

                        if (Config.DEFAULT_TRADE_CHAT.equalsIgnoreCase("on")

                                        || (Config.DEFAULT_TRADE_CHAT.equalsIgnoreCase("gm") && activeChar

                                                        .isGM()))

                                if (!FloodProtector.getInstance().tryPerformAction(activeChar.getObjectId(),FloodProtector.PROTECTED_CHAT_TRADE))

                                {

                                        activeChar.sendMessage("Action failed. You can not speak so fast sorry!");

                                        return;

                                }

                        {

                                for (L2PcInstance player : L2World.getInstance().getAllPlayers())

                                {

                                        player.sendPacket(cs);

                                }

                             

                        } 

else if (Config.DEFAULT_TRADE_CHAT.equalsIgnoreCase("limited"))

                        {

                                if (!FloodProtector.getInstance().tryPerformAction(activeChar.getObjectId()FloodProtector.PROTECTED_CHAT_TRADE))

                                {

                                        activeChar

                                                        .sendMessage("Action failed. You can not speak so fast sorry!");

                                        return;

                                }

                             

                                int region = MapRegionTable.getInstance().getMapRegion(

                                                activeChar.getX(), activeChar.getY());

                                for (L2PcInstance player : L2World.getInstance()

                                                .getAllPlayers())

                                {

                                        if (region == MapRegionTable.getInstance().getMapRegion(

                                                        player.getX(), player.getY()))

                                                player.sendPacket(cs);

                                }

                        }

                        break;

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock