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;
Hello everyone. Long time no see.
I've been trying to play L2 on my 4k monitor, however the UI is extremely small.
I checked around the internet and couldn't find a guide on how to keep the resolution high and the UI size a bit bigger. I either get small UI + full resolution (correct resolution of monitor), or normal sized UI but resolution set to full HD (which doesn't really look good on a 4k screen). Adjusting scaling on display settings doesn't change the UI just the text on L2.
Does anyone know a way to increase the UI size only and keeping the screens resolution same (4k) ? I'll share a screenshot as an example, and it 's not even full screen mode.
https://freeimage.host/i/3cvPVnI
Hello server will back again ,Let's gather everyone who remembers an interesting and unforgettable wonderful server.
https://l2-forever.com/
https://discord.gg/Zr5eGqDQ6V
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