Jump to content
  • 0

Chat Shot


AlexHack

Question

4 answers to this question

Recommended Posts

  • 0
10 hours ago, AlexHack said:

Geia sas paidia tou max

mipws mporei kaneis na mou pei pws mporw na kanw

to chat shot na einai me item kai na to ksodeuei otan grafei

sto !chat??

 

 

First of all this is EN section and you write in GR. 

Second the class that handle's the chat is called Say2.java 

 

There you can add your check (which channel type and which item it consume every time), with a simple 

 

if (Objects.isNull(activeChar.destroyItemById(getClass().getSimpleName(), 57, 100, activeChar, true)))
{
  activeChar.sendMessage("You don't have the proper item(s) to chat.);
  return;
}

 

Link to comment
Share on other sites

  • 0
5 hours ago, AlexHack said:

Thanks Kara ❤️

if i want stop destroy item . becuase i have 100 pvp  kills maybe you know

 

A simple check if PvpKills() <= 100 and then && destroyItemById()

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...