Jump to content

Denever

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

About Denever

Profile Information

  • Gender
    Not Telling

Denever's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. DELETE FROM account; DELETE FROM auction_bid; DELETE FROM augmentations; DELETE FROM character_friends; DELETE FROM character_hennas; DELETE FROM character_macroses; DELETE FROM character_quests; DELETE FROM character_shortcuts; DELETE FROM character_skills; DELETE FROM character_skills_save; DELETE FROM character_subclasses; DELETE FROM characters; DELETE FROM clan_data; DELETE FROM clan_privs; DELETE FROM clan_skills; DELETE FROM clan_subpledges; DELETE FROM items; DELETE FROM olympiad_nobles; DELETE FROM pets; DELETE FROM privatepanel_activeacc; DELETE FROM siege_clans; Full quick wipe GL. ;)
  2. Denever

    seach...

    I'm trying to to search for something on the forum get: An Error Has Occurred! You are not allowed to search for posts in this forum. Why?
  3. I'm using: la2base. Hello i have problem with server method: "clan skills" 1. At the entrance to the game are not given clan skills. 2. When taking a new clan member he is not given clan skills. 3. If you teleport to Olympus clan skills are not given although the method is: //Add Clan Skills if (player.getClan() != null) { for(L2Skill skill: player.getClan().getAllSkills()) { if ( skill.getMinPledgeClass() <= player.getPledgeClass() ) player.addSkill(skill,false); } } I can get a clan skills only if you change the sub-class. Help where to look for this problem?
  4. Thank you.
  5. Thanks, I downloaded a dial 30 posts:)
×
×
  • 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