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;
I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
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