To sum it up, just because that topic still exists and just because there's still tolerance for such garbage and missleading topics to exist in here.
Files worse than the free version, https://bitbucket.org/MobiusDev/l2j_mobius.git/src
A dumb fuck that claims that mobius sources contain backdoors yet none found so far in an opensource project.
4 Pages of replies to a "very skilled developer" that uses google translate in order to reply in his own topic.
Yet this topic is still available. Every traffic is a good traffic I guess!
Question
rtcxool
Hi everyone!
I need some help on python script.
I did full quest and everything is working perfectly. Just one thing I'm trying to achieve and do not know that should I write in script.
I want that the quest reward to be Adena or Mask ( one or other, not both). Would be good even with a chance Adena 70% - Mask 30%.
According to script I can see that reward is both.
Can someone help me and provide a script that I need to achieve what I mentioned above please?
Thank you in advance guys
elif event == "30620-7.htm" and st.getQuestItemsCount(FRUIT_BASKET) == 1 :
st.takeItems(FRUIT_BASKET,1)
st.giveItems(ADENA,500000)
st.giveItems(MASK,1)
st.unset("cond")
st.playSound("ItemSound.quest_finish")
st.exitQuest(1)
return htmltext
3 answers to this question
Recommended Posts