Hello i have this quest and i want 1 of the rewards to be a level up to Lvl76. Without the player.addExpAndSp method. Seems i cannot make player.setLevel to work.. :3
L2JAcis//
Any help?
case STATE_STARTED:
int cond = st.getInt("cond");
if (cond == 1)
htmltext = "50009-06.htm";
else if (cond == 2)
{
htmltext = "50009-07.htm";
st.takeItems(ADAMANTITE_ORE, -1);
st.giveItems(SOE_GIRAN, 10);
st.giveItems(ADENA, 10000000);
player.teleportTo(83400, 148112, -3405, 0);
st.playSound(QuestState.SOUND_FINISH);
st.exitQuest(false);
}
break;
‼️Today I want to introduce you to a list of business accounts‼️
✔Ready accounts✔
UK 🇬🇧
👛Tide (With merchant)
👛Tide (Without merchant)
👛Zempler
👛Mypos + Wise (same name)
👛Gosolo (with merchant)
👛Wittix
👛Stripe
👛Paypal
USA 🇺🇸
👛Mercury (LLC)
👛Relay (LLC)
👛Bluevine (LLC)
Europe 🇪🇺
👛Finom (Fr iban) + Kraken
👛Qonto + Mollie (With merchant)
👛Payset
👛Vivid
👛Blackcatcard
👛Finom + Bitget
👛Airwallex (With merchant)
👛Viva Wallet
👛Sokin
👛Mistertango
👛Revolut
👛Wittix
👛Wise
👛Stripe
👛Wallester
✔Personal and business accounts of real and neobanks, exchanges, e-sim, the ability to rent a drop and much more awaits their owners.
Congratulations,
You know how to use wayback machine.
Here you go guys.
DISCLAIMER: It's not virus tested so download with your own responsibility.
https://www.mediafire.com/file/8jyynutlq5jwtlo/EuroWorld+Patch+(1).rar/file
🎮 Websites & Webapps for Your Server
Hey! I’m the guy behind gh0t.studio. I build websites, dashboards, and tools that actually connect with your game. With more than 40 finished projects and 500k+ page views, I know what private servers need to grow and keep their players engaged.
I’ve worked on:
🌐 Server sites & landing pages (like L2Jade, Eteral Conquest)
📊 Event dashboards & rankings (like L2Jade Tournaments or TopGameRankings)
📖 Wikis (like Wiki Lineage)
🎨 UI/Graphic design for in-game elements
If you want something different — not just a CTRL+C / CTRL+V CMS template — I’ve got the solution for you. 🚀
📩 Contact me at gh0t.studioarg@gmail.com or visit gh0tstudio.com
👉 If you’re running a server and need someone who gets it, let’s talk.
Question
killer666
Hello i have this quest and i want 1 of the rewards to be a level up to Lvl76. Without the player.addExpAndSp method. Seems i cannot make player.setLevel to work.. :3
L2JAcis//
Any help?
case STATE_STARTED: int cond = st.getInt("cond"); if (cond == 1) htmltext = "50009-06.htm"; else if (cond == 2) { htmltext = "50009-07.htm"; st.takeItems(ADAMANTITE_ORE, -1); st.giveItems(SOE_GIRAN, 10); st.giveItems(ADENA, 10000000); player.teleportTo(83400, 148112, -3405, 0); st.playSound(QuestState.SOUND_FINISH); st.exitQuest(false); } break;
6 answers to this question
Recommended Posts