Jump to content

Devlin

Banned
  • Posts

    1,643
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. Just add a check at method of launching private stores. If the character is inside the X town, return false.
  2. config/head/altsettings.properties # Weight Limit multiplier - default 1 # If >1 - Weight Limit Double AltWeightLimit = 1 [GR] άλλαξε το 1 σε 1000 ας πούμε. Και είναι αγγλικό section, πρόσεχε την επόμενη φορά.
  3. About tattoo I told you, +0 decreases stats not +40. In farm 1 there are 20 monsters with 20 players inside, lel. Also, some monsters are stucked I couldn't target them.
  4. http://www.maxcheaters.com/user/138760-dinger-l2s/
  5. Haha, I will protect the botting. Also, I will decrease the drops critically.
  6. A nice idea, I will create instanced farm zone. It's the same zone, but everyone has its own world to farm alone.
  7. I have joined the server, my opinion is negative. 1) EVERYTIME in farm zones the players with full equipment, are killing me (PK). That means NO farm. 2) No PK guards in farm zones. 3) Rb jewels with vote..? 4) +0 tattoo = stats decrease 5) I can see ONLY archers in the server. Just left, I hope to improve your server.
  8. Plus there is no addapt to this code. It's Elfocrash's code directly.
  9. Downloading... See you in game.
  10. Άρα σου τα έστειλε πίσω?
  11. Στείλε email, δύσκολο;
  12. Discuss. Interlude client****
  13. Enough with this story, locked.
  14. It wasn't my fix, I just found it.
  15. SweeTs way is the best for this code & working for sure.
  16. Explain me the feature that you want.
  17. Δες πρώτη σελίδα, πρώτο post του. Anyway, απλά ήθελα να το τονίσω.
  18. Αν είδα καλά, ήσουν ο πρώτος που του είπες για "οικογένεια".
  19. My solution was right, your was "newbie".
  20. ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/model/actor/stat/PcStat.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/stat/PcStat.java (revision 10) +++ java/net/sf/l2j/gameserver/model/actor/stat/PcStat.java (working copy) @@ -23,6 +23,8 @@ import net.sf.l2j.gameserver.model.base.Experience; import net.sf.l2j.gameserver.model.quest.QuestState; import net.sf.l2j.gameserver.network.SystemMessageId; +import net.sf.l2j.gameserver.network.serverpackets.ActionFailed; +import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; import net.sf.l2j.gameserver.network.serverpackets.PledgeShowMemberListUpdate; import net.sf.l2j.gameserver.network.serverpackets.SocialAction; import net.sf.l2j.gameserver.network.serverpackets.StatusUpdate; @@ -196,6 +198,19 @@ su.addAttribute(StatusUpdate.MAX_MP, getMaxMp()); getActiveChar().sendPacket(su); + boolean allowReward = true; + int level = 80; + + if (allowReward && getActiveChar().getLevel() == level) + { + getActiveChar().addItem("", 57, 1, getActiveChar(), true); + getActiveChar().sendMessage("Make sure you reach your level first. " +level+ " ."); + NpcHtmlMessage html = new NpcHtmlMessage(0); + html.setFile("data/html/mods/yourHtml.htm"); + getActiveChar().sendPacket(html); + getActiveChar().sendPacket(ActionFailed.STATIC_PACKET); + } + // Update the overloaded status of the L2PcInstance getActiveChar().refreshOverloaded(); // Update the expertise status of the L2PcInstance
  21. As title says.. Skype ID: harris.devlin
  22. It needs to be there because you want a code to check if the character reaches the X level. At PcStat, @addLevel method.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..