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;
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
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