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

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
    • ✨ Exclusive Offer for Marketplace Growth 🔥 Elevate your performance with a premium bonus. 💲 Top up your balance with $100 or more and receive an additional $5 credit — seamlessly added to your account. ⭐️ Designed for those who value efficiency, scale, and results. ⚡️ Effortless. Refined. Effective. 💥 Enhance your strategy today 💥
  • 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..