Jump to content

Question

Posted (edited)

Hello MxC Community.

I would like some help on changing requirements on register.

So i have these pics here :

 

hahaah.png

 

151515.png

 

So as far as i can understand, when you register it takes adena from you and obviously you can set the amount as the first picture shows.
But i got 2 questions.

How can i change adena to festival adena?
And what is the L thing after the amount of adena.

 

Edit : Forgot to say Thank you in advance all of you <3

Edited by L2J NexuS

Recommended Posts

  • 0
Posted
else if (getFort().getSiege().getAttackerClans().isEmpty() && player.getInventory().getItemByItemId(6673).getCount()<250)
        {
        	player.sendMessage("You need 250 Festival Adena to register"); // replace me with html
        }

there exist this check 

 

 

You don't put

b=false; 

when you should, check other negative cases on that method. That's the problem when you try to do different than regular 

return false;

 pattern :D. Btw 

player.destroyItemByItemId

 returns already false or true if destroyed or not.

  • 0
Posted (edited)

Oh my god, i said this several times but i'll say one more. I can't stand people who try open live server and don't even know how to describe a thing in their server.

Get the proper knowledge first, find a dev or do something but don't open any damn server at all without having the idea of what "MySQL" is.

 

In first image change the

 

player.reduceAdena("siege", adena_required_for_reg, null, true);      to     player.getInventory().destroyItemById("siege", 57, 1000, null, true);

 

In second image change the

 

player.getInventory().getAdena() < adena_required_for_reg              to            player.getInventory().getItemById(57).getCount() < 1000

 

Againn if you're going open a server don't even bother. And since your question is how you change from Adena -> Festival this mean you're creating a server already.

Which sucks. 

Edited by AccessDenied
  • 0
Posted

As always you are rude af.

Who told you i am going to open a fucking server.
Just help me if you want and stop speaking like you are the owner of fucking ncsoft.

I might just want to learn.

GENIUS

  • 0
Posted

As always you are rude af.

Who told you i am going to open a fucking server.

Just help me if you want and stop speaking like you are the owner of fucking ncsoft.

I might just want to learn.

 

GENIUS

First of all you don't want to learn. I also wanted to learn 6 years ago, i didn't post "how to change adena to festival". I just learned without even tuts.

So stop lying, i don't live in a cave homo erectus.

 

Second i gave you the answer in 2 lines, if you can't take advantage of it and copy paste, take a step back and litterally jump into an ice bucket.

  • 0
Posted

That's how i learn everything in my whole life.
They showed me how to walk and took me from my hands.
Now i can walk too.

That's how i learn.

 

Maybe its MIRACLE right?

  • 0
Posted (edited)

That's how i learn everything in my whole life.

They showed me how to walk and took me from my hands.

Now i can walk too.

That's how i learn.

 

Maybe its MIRACLE right?

 

Too much drama. You don't learn how to create a server and code by posting question how to change adena to festival coins.

 

PS. delete your history. you even admit you open a server

 

http://www.maxcheaters.com/topic/210107-eternal-armor-chaos-asuki-set-for-gracia-final/?do=findComment&comment=2601967

 

Anyway enough with the spam and drama, i gave you the answer you wanted. Stop calling rude people who feed you no matter the way they give u the food. Just say a thank you and move on

Edited by AccessDenied
  • 0
Posted

First of all the link you posted is cancer.
It just says that i want to buy some armors.
I guess it means that i am going to open a server.

Thank you for the answer tho.

I called you rude because you always saying bad things and you are trying to make yourself look like a god of java development.
You help me with the code and at the same time you are saying bullshits about me.

Anyway thank you.

  • 0
Posted

First of all the link you posted is cancer.

It just says that i want to buy some armors.

I guess it means that i am going to open a server.

 

Thank you for the answer tho.

 

I called you rude because you always saying bad things and you are trying to make yourself look like a god of java development.

You help me with the code and at the same time you are saying bullshits about me.

 

Anyway thank you.

 

Do i sound like god of java development because i "force" you to search before you open Anothe shitty shared l2j with shared features pack just to use //gmspeed 3 and impress your friends and deny the fact that you dont want to be just gm but a player and contradicted my words saying that you want a quality server or even worst that you not opening a server? 

 

It's not my job to judge who open server and who not but do not lie in my face after asking for premade codes in ur previous topics and WTB armors. Just don't lie. Say yes im trying to open a server, i should search a bit more before post. That would be a fine answer.

  • 0
Posted

As you can see in the topic where i try to buy the armors i also say I LEARNED MY SELF OUT HOW TO ADAPT.

 

And again who told you that i am going to open a server? ( and in your case shitty ).

You just imagine things to fuck with me.
And in this case you try to impress the community by telling me something like : Shitty server inc noob devs and shits.

So i am not the one who tries to impress everyone.

I am also wondering why is everyone hating you lol.

You are just sitting behind your computer and saying shits to others lol.

  • 0
Posted

As you can see in the topic where i try to buy the armors i also say I LEARNED MY SELF OUT HOW TO ADAPT.

 

And again who told you that i am going to open a server? ( and in your case shitty ).

 

You just imagine things to fuck with me.

And in this case you try to impress the community by telling me something like : Shitty server inc noob devs and shits.

 

So i am not the one who tries to impress everyone.

 

I am also wondering why is everyone hating you lol.

 

You are just sitting behind your computer and saying shits to others lol.

 

You are just sitting behind your computer and saying shits to others lol.

 

If i sit behind a computer then you sit behind a rock i guess. Rofl

Bye 

  • 0
Posted (edited)

reduceAncientAdena (I guess if you use L2J), and L means you enforce the value to be a "long" type.

 

Don't bother with AccessDenied, probably woman periods.

Edited by Tryskell
  • 0
Posted

reduceAncientAdena (I guess if you use L2J), and L means you enforce the value to be a "long" type.

 

Don't bother with AccessDenied, probably woman periods.

You're lucky i love you more than you love interlude and i won't talk, else you would be my Christmas target. :-[  :-[

  • 0
Posted

There is a problem.

If i have less than 250 Festival Adena it registers me without touching my Festival Adena.
If i have 250=+ Festival Adena it takes 250 of them.
If i don't have any Festival Adena it doesn't registers me.

BUT

 

This is all with my GM character.

 

When i try to register with a normal character even if i have 0 Festival Adena it does register me.
I know that there isn't any check for GM character but still this is kinda weird for me, idk about you.

Guest
This topic is now closed to further replies.
  • Posts

    • never met a programmer that doesnt know english xD and as he said his knowledge and skills are beyond our imagination xD
    • nice work, welcome back to world of lineage development @melron 😄
    • He's likely baiting you to download his source full of backdoors indeed
    • Yeah inside router i had to enable udnp services 
    • Hello cheaters, As a team of avid developers and enthusiasts of Lineage 2, we are excited to present the L2 Control Hub, a groundbreaking plugin designed by myself and my collaborator, StinkyMadness. This innovative tool equips server administrators with powerful automation capabilities directly within the game's community board. L2 Control Hub simplifies the creation and management of automations, enabling you to customize your server operations without the need to modify the source code.   Key Features of L2 Control Hub: Robust Automation Triggers: Select from a plethora of triggers currently available, with continuous additions in the works to enhance your control options. Dynamic Conditions and Actions: Tailor your server operations with an extensive range of conditions and actions, ensuring flexible and precise control over game events and player interactions. Customizable Variables: Easily integrate server-specific variables from your database to further personalize and streamline your automations. Utilize these variables across various automation scenarios to cater to your specific server requirements. JavaScript Integration: Execute custom JavaScript codes that interact seamlessly with Java classes, bringing advanced functionalities to your server's ecosystem.   Explore L2 Control Hub in Action: We've prepared a series of video tutorials to demonstrate the capabilities of L2 Control Hub: Control Hub - Create a Simple Flow with 1 Condition and 1 Action: Get started with basic automations. Control Hub - Multiple Conditions with Multiple Actions: Explore more complex automations for detailed server management. Control Hub - Using Variables: Discover how to implement and use custom variables for tailored automations. Control Hub - Using JavaScript: Experience the power of custom scripts in enhancing your server functionality.   L2 Control Hub is currently about 70% complete, and we are actively developing and refining features. We invite you to join our ➡️ Discord community ⬅️ to engage with the development process, provide feedback, and be the first to test new features. Additionally, any updates or changes to the plugin are seamlessly delivered to all customers directly from our web server, ensuring your system is always up-to-date without the need for manual downloads.   Your game, your rules, automated. Join us in redefining server management in Lineage 2 and elevate your gaming community with unmatched automation capabilities. For more details, contact us directly to get started with L2 Control Hub.   Currently, the plugin is developed using aCis sources. We will continue with these sources until we finalize all the necessary details before proceeding to integrate with the more prominent sources available.       The L2 Control Hub is designed to extend beyond mere functional additions to your server. We are in the process of implementing a suite of advanced mechanisms, such as a vote manager capable of interfacing with any Lineage 2 voting site without requiring configuration, live statistics to provide admins with real-time insights, and an event engine that can generate any desired event within seconds. All these features will be seamlessly integrated into the module, enhancing your server management experience significantly.     Please note that L2 Control Hub will be a premium tool, reflecting the extensive features and benefits it offers. While we are finalizing the pricing structure, rest assured that we aim to deliver great value for your investment. We will announce the cost details soon on our platforms to ensure everyone is well-informed and can plan accordingly. Join us to take your server management to the next level with L2 Control Hub.     
  • Topics

×
×
  • Create New...