Jump to content

badangel3s

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About badangel3s

Profile Information

  • Gender
    Not Telling

badangel3s's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Thx Reborn, it worked perfectly!
  2. What is the NPC ID? I need create one? I did not understand how it works.
  3. private int _teleMode; private boolean _isCrystallizing; private boolean _isCrafting; +private boolean _isVoting; public List<Integer> getSelectedBlocksList() { return _selectedBlocksList; } + + public final boolean isVoting() + { + return _isVoting; + } + + public final void setIsVoting(boolean value) + { + _isVoting = value; + } + How to add this in L2jFrozen 1132 ? I did not find these lines in L2PCInstance.java.
  4. I have two question, Does this modification increase memory consumption or can it cause lag? Does the crest appear in custom npcs?
  5. Can you explain how it works? It creates player? Or just change the online players count?
  6. The best team, I would like to congratulate you for the work! I am a customer and I have nothing to complain about! by: arrDk
×
×
  • Create New...