Jump to content

[share] Java Mammon npc without 7s!!


Recommended Posts

Here is the java how to use Mammon without 7s!!

 

Index: java/net/sf/l2j/gameserver/model/actor/L2Npc.java

===================================================================

--- java/net/sf/l2j/gameserver/model/actor/L2Npc.java (revision 2904)

+++ java/net/sf/l2j/gameserver/model/actor/L2Npc.java (working copy)

@@ -2268,47 +2268,9 @@

filename += "blkmrkt_1.htm";

break;

case 31113: // Merchant of Mammon

- switch (compWinner)

- {

- case SevenSigns.CABAL_DAWN:

- if (playerCabal != compWinner || playerCabal != sealAvariceOwner)

- {

- player.sendPacket(new SystemMessage(SystemMessageId.CAN_BE_USED_BY_DAWN));

- player.sendPacket(ActionFailed.STATIC_PACKET);

- return;

- }

- break;

- case SevenSigns.CABAL_DUSK:

- if (playerCabal != compWinner || playerCabal != sealAvariceOwner)

- {

- player.sendPacket(new SystemMessage(SystemMessageId.CAN_BE_USED_BY_DUSK));

- player.sendPacket(ActionFailed.STATIC_PACKET);

- return;

- }

- break;

- }

filename += "mammmerch_1.htm";

break;

case 31126: // Blacksmith of Mammon

- switch (compWinner)

- {

- case SevenSigns.CABAL_DAWN:

- if (playerCabal != compWinner || playerCabal != sealGnosisOwner)

- {

- player.sendPacket(new SystemMessage(SystemMessageId.CAN_BE_USED_BY_DAWN));

- player.sendPacket(ActionFailed.STATIC_PACKET);

- return;

- }

- break;

- case SevenSigns.CABAL_DUSK:

- if (playerCabal != compWinner || playerCabal != sealGnosisOwner)

- {

- player.sendPacket(new SystemMessage(SystemMessageId.CAN_BE_USED_BY_DUSK));

- player.sendPacket(ActionFailed.STATIC_PACKET);

- return;

- }

- break;

- }

filename += "mammblack_1.htm";

break;

case 31132:

Link to comment
Share on other sites

you dont even put the credit's by the way as Coyote said it's useless it's only for mid rate and low rate server's

Useless is something that you dont need, so this you need it on low rates and mid rates so????Also what credits??Its mine idea!!Dont spam!!

Link to comment
Share on other sites

  • 8 months later...
  • 4 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...