Jump to content

Kelrzher

Banned
  • Posts

    810
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. Kelrzher's post in Fences (Colosseum Fence-Walls) was marked as the answer   
    ok code issue sold , but still : http://www.maxcheaters.com/topic/208210-not-visible-static-object/
  2. Kelrzher's post in Soulshot Issue was marked as the answer   
    if (this instanceof L2PcInstance)
            {
                ((L2PcInstance) this).rechargeAutoSoulShot(true, false, false, timeAtk + 5);
            }
            else if (this instanceof L2Summon)
            {
                ((L2Summon) this).getOwner().rechargeAutoSoulShot(true, false, true, timeAtk + 5);
            }
            
  3. Kelrzher's post in Critical Error With Quest was marked as the answer   
    try it if it crash make it 
     
    <button.... <a action   </a>  ">
  4. Kelrzher's post in How Can I Make This? was marked as the answer   
    solved by nik, thanks anyway
     
     
    Nik helped me ! lock it
  5. Kelrzher's post in Login was marked as the answer   
    The system you are using has a bot protection , try to get official system and edit ip there
  6. Kelrzher's post in Edit Accurassy And Evasion In Mobs was marked as the answer   
    New skill and then add it on the desired ones
  7. Kelrzher's post in Nobless Status After Killing Barakiel For All Party Members was marked as the answer   
    Sorry sdw and sweets, no offense but i made it , so you dont need script or it isnt a fault of the loop, your code obviously hadnt the logic as you guys said.
     
     
     
    int _barakielId = 25325; if (getNpcId() == _barakielId  && player.getParty() != null) //check for party  { for (final L2PcInstance member : player.getParty().getPartyMembers()) { if (member.isSubClassActive() && member.getLevel() >= 75 && !member.isNoble()) //replaced player with the new method    {    member.setNoble(true); member.broadcastPacket(new SocialAction( player.getObjectId(), 15)); member.sendMessage("You have received nobless status by killing Barakiel!");   } else  if (!member.isSubClassActive() && member.getLevel() <= 75) //the message will appear to ppl that arent subclassed and also they are low leveled, only     { member.sendMessage("You don't meet the required criteria. Your level is too low, you aren't on an active subclass.");  } } }
×
×
  • Create New...