Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. Do you have the sources of your server?
  2. What guide, lol; Just try it your self.
  3. Just add a check at method of launching private stores. If the character is inside the X town, return false.
  4. config/head/altsettings.properties # Weight Limit multiplier - default 1 # If >1 - Weight Limit Double AltWeightLimit = 1 [GR] άλλαξε το 1 σε 1000 ας πούμε. Και είναι αγγλικό section, πρόσεχε την επόμενη φορά.
  5. 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.
  6. http://www.maxcheaters.com/user/138760-dinger-l2s/
  7. Haha, I will protect the botting. Also, I will decrease the drops critically.
  8. A nice idea, I will create instanced farm zone. It's the same zone, but everyone has its own world to farm alone.
  9. 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.
  10. Plus there is no addapt to this code. It's Elfocrash's code directly.
  11. Downloading... See you in game.
  12. Άρα σου τα έστειλε πίσω?
  13. Στείλε email, δύσκολο;
  14. SweeTs way is the best for this code & working for sure.
  15. Δες πρώτη σελίδα, πρώτο post του. Anyway, απλά ήθελα να το τονίσω.
  16. Αν είδα καλά, ήσουν ο πρώτος που του είπες για "οικογένεια".
  17. My solution was right, your was "newbie".
  18. ### 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
  19. As title says.. Skype ID: harris.devlin
×
×
  • Create New...