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

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

    • Thanks! Will make this happen first before going forward with 20-40 leveling!    No I didn't, I'm just focused on improving this with the time I have 😄
    • L2 Runestone Interlude C6 · 5x · Open since 10 August 2026 · No wipe, ever l2runestone.com · Discord Most servers die the same way. They sell power, the market dries up, and the people who actually play leave. This one is built not to do that, and everything below is the actual configuration rather than a wishlist.   Rates Experience 5x · Skill points 5x Party experience and SP 6x Drop 5x · Spoil 5x · Quest reward 5x Adena 7x Raid boss, Grand boss and epic jewels: 1x, untouched Special herbs 1x Adena sits above item drop on purpose, so shots stay affordable without flooding the economy. Epics are deliberately not multiplied: the strongest gear in the game should be the hardest to hold.   Enchant Safe to +3 (+4 full body). +1 per scroll, and a failed scroll destroys the item. Scrolls are not sold by any NPC.   Normal Blessed Crystal +4 96% 97% 98% +6 88% 91% 94% +8 80% 85% 90% +10 72% 79% 86% +12 64% 73% 82% +15 52% 64% 76%     Not retail 66% flat. It is gentler than retail early and harsher late, which is a choice, not an accident. Max +15 weapons and armor, +12 jewellery.   What is not here No autofarm. No command, no macro engine, nothing plays for you. Adena auto-loots; items do not. No gear above D grade from NPCs. Starter equipment is sold as it is at retail. Everything from C grade up drops, is crafted, or is traded between players. The dwarf is the heart of the economy, not a side character. Nothing that matters for sale. Power is never purchasable. Convenience and cosmetics are the only things that will ever be. No wipe. Ever. If a bug is found we fix the bug and remove what it produced, instead of resetting the world because that is easier.   Retail where it counts Pure retail class balance. Casts keep a real interrupt window, crowd control never exceeds 90% Olympiad weekly, starting 18:00, six hour competition period Sieges and epic bosses on retail mechanics Buff slots 24 · Subclass to 81 · First and second class change at NPC, third class is earned Offline trade and craft, including in peace zones, restored across restarts   Technical The client is patched by one byte to protocol 748, so a client that has not been through our launcher is refused at the door Full geodata, 163 regions, with pathfinding enabled. No walking through walls, no mobs pulled through geometry Anti-bot with an in-game check, and anti-advertising covering chat, whispers, private store titles and character names InnoDB with binary logging, verified daily backups kept in two places, and a weekly restore test that actually restores   Honest part It opened on 10 August 2026 and it is small. There is no countdown, no launch event, no fake population counter, and nobody is going to hand you gear. If you log in tonight you will find a quiet world. That is the trade: you are early, and everything you build from here stays yours.   Getting in You need a Lineage II Interlude (Chronicle 6) client already on your PC. The launcher downloads and repairs the system folder on its own and verifies every file before the game starts; it touches nothing else and will not patch Gracia or later. Launcher and account: l2runestone.com Discord: discord.gg/NJDeffApmc  
    • Although I don't know how to use it, thank you for sharing
    • Did you try run as extender to any version where Source no needed? Coz not everyone use Mobius 😃
    • Very nice progress. At some point you will need the bots to travel long distances. Geodata and A* path finding on it won't be suitable. They will exhaust budget and memory/cpu. I think the human bot was hitting this ceiling that's why it couldn't find the bridge. aCis has recently made a low granularity geo Pathfinder that can help.  One approach I did successfully and you can do is to replace geodata with 3D nav mesh for bots and use the Detour algorithm for pathfinding. This will give you very cheap long distance path finding. 
  • 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..