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

    • Trust and Honesty   We don’t need to brag - what matters is that you actually feel the service works the way it should. No surprises, no stress. With Vibe SMS, you can focus on your tasks knowing everything runs smoothly. Like having a friend by your side calm, reliable, and without unnecessary words.   Website link — https://vibe-sms.net/ Our Telegram channel — https://t.me/vibe_sms
    • The old Trances packs were built using Java 7, which is outdated. Our server is running on the latest Java version, fully up-to-date for 2025
    • Experience L2Gold like never before – available ONLY on Saturdays & Sundays! Custom Armors: Dynasty, Apella Custom Weapons: L2Gold Weapons Custom Jewelry: L2Gold Jewelry Custom Teleport System & AIO Buffer Custom Zones, NPCs & Raidbosses This is not just another private server – it’s a limited-time battleground for the ultimate L2 experience! Play only on weekends Website: https://l2kandra.online/ Info & Contact: https://www.facebook.com/profile.php?id=61578869175323  
    • 突发新闻! Twitter Premium(推特高级版) 现以优惠价发售!立即尝试 — 限时优惠! ➡ Twitter Premium X 订阅(适用于您的推特账户),可选 1 个月 / 1 年(任选)。需要登录授权您的推特账户。价格:每月 $7–13(每年 $75) ➡ Twitter X Premium Plus 订阅 + GROK AI 助手(适用于您的推特账户),可选 1 个月 / 1 年(任选)。需要登录授权您的推特账户。价格:每月 $48–55(每年 $480) ➡ 2010–2023 年老推特账号,带蓝色认证标志(Tier 1/2/3 国家)| 提供完整访问权限(含登录名、密码和令牌)| 价格:起价 $9 ➡ 2010–2023 年老推特 NFT 账号,带蓝色认证标志(Tier 1/2/3 国家)| 提供完整访问权限(含登录名、密码和令牌)| 价格:起价 $9 ➡ 2010–2023 年老推特账号,带蓝色认证标志 + 真实粉丝(100–20000,可自选)| Tier 1/2/3 国家 | 提供完整访问权限(含登录名、密码和令牌)| 支持补充:30+ 天 | 价格:起价 $9.5 ➡ 2010–2023 年老推特账号,带广告管理器(ADS Manager)和蓝色认证标志,并绑定信用卡 | 区域:Tier 1 国家 | 提供完整访问权限(含登录名、密码和令牌)| 价格:起价 $35 您可以在我们的网站商店或通过 Telegram 机器人购买! ➡ 数字商品商店(网站):前往 ➡ 商店 Telegram 机器人:前往 ➡ Telegram Stars 购买机器人:前往 ➡ SMM 面板:前往 – 推广您的社交媒体账户。 我们为您呈现最新的优惠与特别活动,用于购买我们平台的商品和服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月于我们的网站或机器人中购物!首次购买还可使用优惠码 SOCNET(15% 折扣) 2. 注册后在我们网站的论坛主题中按以下格式留言,即可获得 $1 商店余额或 10–20% 折扣:"SEND ME BONUS, MY USERNAME IS..." 3. 首次试用 SMM 面板即可获得 $1:只需在网站支持中心提交标题为 “Get Trial Bonus” 的工单。 4. 我们的 Telegram 频道与 Telegram Stars 购买机器人每周举行 Telegram Stars 抽奖活动! 新闻资讯: ➡ Telegram 频道:https://t.me/accsforyou_shop✅ ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord 服务器:https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram:https://t.me/socnet_support✅ ➡ WhatsApp:https://wa.me/79051904467✅ ➡ Discord:socnet_support ✅ ➡ ✉ 邮箱:solomonbog@socnet.store ✅
    • Breaking News! Twitter Premium now available at a discounted price! Try it right now — limited-time offer! ➡ Twitter Premium X subscription for your Twitter account for 1 month / 1 year (your choice). Requires login authorization to your Twitter account. Price from: $7–13 per 1 month ($75 per 12 months) ➡ Twitter X Premium Plus subscription and GROK AI assistant for your Twitter account for 1 month / 1 year (your choice). Requires login authorization to your Twitter account. Price from: $48–55 per 1 month ($480 per 12 months) ➡ Old Twitter Accounts 2010–2023 with BLUE Regular Tick (Tier 1/2/3 countries) | Full access with Login, Password, and Token included! | Price from: $9 ➡ Old Twitter NFT Accounts 2010–2023 with BLUE Tick (Tier 1/2/3 countries) | Full access with Login, Password, and Token included! | Price from: $9 ➡ Old Twitter Accounts 2010–2023 with BLUE Regular Tick and real followers: 100–20000 (followers of your choice) | Tier 1/2/3 countries | Full access with Login, Password, and Token included | Refill: 30+ days | Price from: $9.5 ➡ Old Twitter Accounts 2010–2023 with ADS Manager and BLUE Regular Tick linked with Credit Card | GEO: Tier 1 countries | Full access with Login, Password, and Token included | Price from: $35 Shop in our online store or through our Telegram bot! ➡ Digital goods store (Website): Go ➡ Store Telegram bot: Go ➡ Telegram bot for purchasing Telegram Stars: Go ➡ SMM Panel: Go – promote your social media accounts. We would like to present you with the latest list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) in October! You can also use the first-time promo code SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket with the title “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and Support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock