Jump to content

crazyshock

Members
  • Posts

    64
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by crazyshock

  1. would that be? player.ZONE_PEACE != 1 ?
  2. block as not to steal into the city, or of zones of peace?
  3. I've been looking at a server has this event. Does anyone know about this event? and it has the codes available for testing?
  4. So, where would that be VIP accounts could connect. How could accomplish this task?
  5. I was thinking, server settings already have a place that has a limit of people online in the game ok? I was wondering how can I do to when you reach this limit, only players of type plr.isVip () connect? Anybody has a model of how can I do? I'm still beginner in this area .. :)
  6. Correction: Add in L2SkillType: After: // Nornil's Power (Nornil's Garden instance) NORNILS_POWER, + //Skill de Roubo + STEAL_MONEY,
  7. but how can I change to do that anyway?
  8. How can I switch to VIP players only have this access? On my server using the following feature. isVip (), where in the code to add the VIP players are wearing?
  9. veryy Niceeeeeeee Possible change to another item? example a new currency? or only works with adena?
  10. @vampir ;I put the id's of armor here, but it did not work. The truth is just the id's for the right breast?
  11. I changed the id's of items to Elegia did not work. How to work in Set Elegia and not set Dynasty????? Thanks!
  12. No mistake with player.isVip (). And the code does not return error, but does not work.
  13. I've done, but it did not work .. : (
  14. public int getMaxBuffCount(L2PcInstance player) { if ( player.isVip()) return Config.VIP_SLOTS + Math.max(0, getSkillLevel(L2Skill.SKILL_DIVINE_INSPIRATION)); else return Config.BUFFS_MAX_AMOUNT + Math.max(0, getSkillLevel(L2Skill.SKILL_DIVINE_INSPIRATION)); } Will she work this way?
  15. I want to create an option if the player is a VIP slots have more space in the buffer. Exmple: BUFFS_MAX_AMOUNT = default is 20 e Dance 12 correct? If the player would have more VIP. exmpl: BUFFS_MAX_ = 30 and Dance/SONG = 20 which file must be changed to leave it the way I mentioned?
  16. working freya?
  17. Yes, I thought of something that way too, but it is a matter of getting take effect otherwise, without being that of hero.
  18. Yes, I thought of something that way too, but it is a matter of getting take effect otherwise, without being that of hero.
  19. Hii.. I was thinking of creating a system where the player has 5 pvps consecutive.. The player would win a gloss differential, not the brilliance of HERO, but some other effect such as vitality. And if the player had x number of consecutive win another Pk brightness than HERO would rather have some other effect on lineage 2. If anyone can give an idea of how to start. Thnk
  20. Hii.. I was thinking of creating a system where the player has 5 pvps consecutive.. The player would win a gloss differential, not the brilliance of HERO, but some other effect such as vitality. And if the player had x number of consecutive win another Pk brightness than HERO would rather have some other effect on lineage 2. If anyone can give an idea of how to start. Thnk
  21. Testing , it is Ok ! Thanks !! B1g!
  22. Testing , it is Ok ! Thanks !! B1g!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock