Jump to content
  • 0

[HELP] Class Weapons Mastery


Question

Posted

Hi people i have a big problem i already try everything and i still cant fix it....

 

Well here is my problem.

 

I wanna make Titan Cant using Bow. Or when they use it they loose ALOT pAtk, so normal pAtk from my titan with dyn Bow is 1400+ So i wanna when it equiped Any bow her pAtk change to 100 or smth.

 

So if can anyone help me just tell me where i go, what i've to do.

 

Plz Help me

 

(Btw when i said titan i wanna make it for every fighter class but i only need u people explain me how to fix the titan i will learn the others)

 

Ty and cumpz

 

10 answers to this question

Recommended Posts

  • 0
Posted

Take some Titan skill, and add the effect bow_patack -95%

If you use L2j files search for the effect in your .xml files or .sql (i think)

If you use Off based files, use the effect={{p_physical_attack;{bow};794.6;diff}} with lowered numbers (negative).

  • 0
Posted

Add to Titans this skill:

<skill id="8048" levels="1" name="YOUR SKILL ID">
  <!-- Done by Spidey* -->
  <set name="power" val="0.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
      <mul order="0x30" stat="pAtk" val="0.10">
        <and>
          <using kind="Bow"/>
        </and>
      </mul>
  </for>
</skill>

  • 0
Posted

Add to Titans this skill:

<skill id="8048" levels="1" name="YOUR SKILL ID">
 <!-- Done by Spidey* -->
 <set name="power" val="0.0"/>
 <set name="target" val="TARGET_SELF"/>
 <set name="skillType" val="BUFF"/>
 <set name="operateType" val="OP_PASSIVE"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
 <for>
     <mul order="0x30" stat="pAtk" val="0.10">
       <and>
         <using kind="Bow"/>
       </and>
     </mul>
 </for>
</skill>

 

Sorry let me check if i understand. So i have to c/p it for any skill from titan? for exemple Rage or? Sorry for the question xd but i've to understand.

 

and i dont know if it matters but i use l2j

 

Btw thx you both for the answers

  • 0
Posted

well. this skill decreases P atk when you wear a bow.. actually it decreases 90% of your p Atk..

if you have 10k you go 1k

 

Insert this skill at the skill_trees of Titan and you will be ok.. All titans will learn this passive skill and then their stats by bow will be decreased!

  • 0
Posted

Ahhhh thanks to you i understand now :) so i most like create it and add to a titan class. ok i will try it now. btw for others like gladiators etc i can use it too? and one more question for make titan cant use light or smth can u tell me the code plz?

 

anw thanks you alot man

  • 0
Posted

For Titans:

<skill id="8048" levels="1" name="YOUR SKILL ID">
  <!-- Done by Spidey* -->
  <set name="power" val="0.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
      <mul order="0x30" stat="pAtk" val="0.10">
        <and>
          <using kind="Bow,Light"/>
        </and>
      </mul>
  </for>
</skill>

but better add a new mul val to decrease p def at light armors

Guest
This topic is now closed to further replies.


  • Posts

    • Only 3 days left and we'll start with some events, you can check our Discord for more info!
    • Tired of frantically switching between windows trying to find that specific Warlock who should be casting saves? Forgot which server you left your Warsmith on? This mod solves these problems! What it does: Turns the boring window title into an information panel: Server Name - Character Name [Class] Real-life examples: - ServerName - HardcoreFarm [Spoilerr] (who's been spoiling for 3 months already) - ServerName - ClericHelper [Buffer] (eternal buffer on standby) - ServerName - MainChar [Gladiator] (main character who's always AFK) Why you need this: For multiboxers - to avoid confusing where the DD is and where the healer is For the forgetful - if your memory is like a goldfish For streamers - viewers immediately see who's on screen For adults - when playing at work and need to quickly hide the window DLL only - no Interface files needed Installation (more complicated than making tea): 1. Download the DLL 2. Drop it into the System folder 3. Launch the client 4. Be amazed how you lived without this before! Purchase Conditions: Price: 100$ Payment Method: USDT. How to Buy: Contact me on Telegram: @kiselevwv for a quick response. I will answer all your questions and provide additional information if needed. I guarantee functionality at the moment of sale and prompt assistance with setup after purchase.
    • I agree, l2damage crap to compare to l2java which was the father of pvp servers and till this days people playing there for good time.
    • 📝 Registration — Account Registration Creating a new player account. Usually includes: login password password confirmation email Result: a new record is created in the accounts table (loginserver). 🔑 Change Password — Password Change The player changes the password knowing the current one. Required: current password new password new password confirmation Result: the password field is updated in the accounts table. ♻️ Password Recovery — Password Reset If the player forgot the password. Implementation only via email: the player enters their login, email the system sends an email with a link or code the player opens the link / enters the code sets a new password Result: the password is updated in the accounts table.   All fields are validated (required, format, length, uniqueness, security checks).   Price: 80$   and i can rewrite script for PTS server.   Contacts:   Telegram Discord
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..