Jump to content
  • 0

skill restriction item


Question

Posted

anyone know about skill restriction outside peacezone? and add it into an item...

example: if this item is with the AIO Buffer char, this buffer cannot use all skills outside peace zone... sorry if ever im in wrong section, and thanks in advance if someone dare to help/share.. peace.. anyway i saw this kind of restriction from L2OFF, where AIO BUFFER CHARACTER cannot use thier skills outside peace zone..

Recommended Posts

  • 0
Posted

yea i copied if (isDead () || isInvul blablabla and made it like this whats your problem and this is more faster than make all this for skills etc etc but not good cause is on pcinstance so what? If you are so pro share with him a patch instead to criticize my code

 

I don't criticize your code, I don't wanna be smartass or smith like that. I just posted my idea to understand a better way.

  • 0
Posted

btw what about using AccessLevel? if i give a char accesslevel example 5,then that char with accesslevel 5, will no longer can use any skill outside peace zone.. because i have a delevel manager with xp toggle, and change a player accesslevel to 20.. hhmmmm..

  • 0
Posted

btw what about using AccessLevel? if i give a char accesslevel example 5,then that char with accesslevel 5, will no longer can use any skill outside peace zone.. because i have a delevel manager with xp toggle, and change a player accesslevel to 20.. hhmmmm..

 

take as example the code above and just add the acceslevel method

  • 0
Posted

Easy one find doCast and doAttack on pcinstance... on ADD_ZONE add your forbitten zones

 

{

if (isAio ()  || isInsideZone(ADD_ZONE))

                  || isInsideZone(ADD_ZONE))

                  || isInsideZone(ADD_ZONE))

                  || isInsideZone(ADD_ZONE))

activeChar.sendMessage("Aio cant cast skill outside towns");

  return false;

}

 

I'm not really sure what this is supposed to say.

if ( isAio || isInsideZone(ADD_ZONE) || .. )
    activeChar.sendMessage("...");
return false;

 

It seems like if the character is an Aio OR if he is inside a zone he can buff, and if he is the Aio he'll be able to buff disregardless of the zone.

  • 0
Posted

I'm not really sure what this is supposed to say.

if ( isAio || isInsideZone(ADD_ZONE) || .. )
    activeChar.sendMessage("...");
return false;

 

It seems like if the character is an Aio OR if he is inside a zone he can buff, and if he is the Aio he'll be able to buff disregardless of the zone.

if you say me how much zones are exist except peace zone i will fix my 1st code (mine still works )

  • 0
Posted

[tt][/tt]The easiest solution both in terms of thinking or in term of applying, is to restrict item itself.

 

Btw about the "I'm only a...", personally I stopped school at 20 years (instead of 18y, after 2 years of fail school). School means nothing, nor your professionnal status. I'm near 25y old, never worked, and stopped school at 20y. I'm not Java engineer or even informatic something. I "leanrt" L2J on the fly, around 1,5 year ago without opening a single book about Java.

 

You ask a code which is 2 lines long. I gave where you must put (3rd time, itemhandler) and code itself. Putting it in itemhandler directly, you only need a zone restriction (which I shared), nothing more. All others methods (accesslevels, wtf) will need more checks.

 

You still didn't post any code so far, so for me it's my final post on that thread.

 

 

Regards,

 

Tk.

 

PS : Malzahax code is obviously wrong  (replace || for && and put all zones in a ( ) ) and made for general item uses. Don't need any check on isAio if you put check directly on the itemhandler.

 

PS2 : Learn how to use Eclipse search tool, and search for "itemhandler". This is your best friend after Google.

  • 0
Posted

if you say me how much zones are exist except peace zone i will fix my 1st code (mine still works )

 

I don't mean to be rude but I'm not actually sure you know what you're talking about. The code you posted isn't even syntactically correct and:

http://www.cafeaulait.org/course/week2/45.html

|| is a logical OR operator, meaning, in the code you posted, if any of those conditions are true then whatever is inside the conditional block is triggered. In this case of this check, the isAio() will always return true and the statement will always evaluate to true.

 

  • 0
Posted

I don't mean to be rude but I'm not actually sure you know what you're talking about. The code you posted isn't even syntactically correct and:

http://www.cafeaulait.org/course/week2/45.html

|| is a logical OR operator, meaning, in the code you posted, if any of those conditions are true then whatever is inside the conditional block is triggered. In this case of this check, the isAio() will always return true and the statement will always evaluate to true.

 

ops i got pwned :D i need more practice its obvious

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • 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..