Jump to content

Enchant System for custom servers


Recommended Posts

  • 1 month later...

ThanksYes who want can use http://www.maxcheaters.com/forum/index.php?topic=133025.0

 

+ case 15:

+    ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 15 killing spree!", 10000);

+    activeChar.sendPacket(case15);

+    Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 15 kill in a row!");

+    activeChar.showEnchantHtml();

+    break;

 

@@

+ public void showEnchantHtml()

+ {

+ impro = 0;

+

+ .... code ... :D

Doesn't works for me !!

 

I have some errors at impro, undefined symbol...

Link to comment
Share on other sites

  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...