Jump to content

Trance

Global Moderator
  • Posts

    3,896
  • Credits

  • Joined

  • Last visited

  • Days Won

    61
  • Feedback

    0%

Everything posted by Trance

  1. Haaaaahaaaaaaaaaaaahaaaaaaaaa. :happyforever:
  2. This is how a set should look like. ;DD
  3. Trance

    Trance

    You should go out there and see that I'm right.
  4. Trance

    Trance

    You are too young to understand it. ;DD
  5. package custom.QuestClass; import net.sf.l2j.Config; import net.sf.l2j.gameserver.model.actor.L2Npc; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.quest.Quest; import net.sf.l2j.gameserver.model.quest.QuestState; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; public class QuestClass extends Quest { private static final String qn = "QuestClass"; private static final int TAKE_ITEM_TEST = 9999; private static final int GIVE_ITEM_TEST = 9999; private final static int[] NPCs = { 9999 }; public QuestClass(int id, String name, String descr) { super(id, name, descr); for (int i : NPCs) { addStartNpc(i); addFirstTalkId(i); addTalkId(i); } } @Override public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) { String htmltext = event; QuestState st = player.getQuestState(qn); if (event.equalsIgnoreCase("press_button")) { if (player.getLevel() != 80) htmltext = "main-no-level.htm"; else { st.takeItems(TAKE_ITEM_TEST, 1); st.giveItems(GIVE_ITEM_TEST, 1); htmltext = "main-success.htm"; } } return htmltext; } @Override public String onFirstTalk(L2Npc npc, L2PcInstance player) { QuestState st = player.getQuestState(qn); if (st == null) st = newQuestState(player); return showWindow(player); } public String showWindow(L2PcInstance player) { StringBuilder tb = new StringBuilder(); tb.append("<html><body>"); tb.append("<center><a action=\"bypass -h Quest QuestClass press_button\">CONFIRM</a></center>"); tb.append("</body></html>"); NpcHtmlMessage msg = new NpcHtmlMessage(7); msg.setHtml(tb.toString()); player.sendPacket(msg); return null; } public static void main(String[] args) { new QuestClass(-1, qn, "custom"); } }
  6. Take a look at the current custom quests.
  7. http://www.mixcloud.com/2trance/christian-trance-presents-music-for-life-progressive-house-edition Playlist & Copyrights: 1. David Guetta & Avicii - Sunshine [F*** Me I'm Famous] w/ Florence + The Machine - Spectrum (Say My Name) [island Records] 2. Showtek & Justin Prime - Cannonball (Original Mix) [sPINNIN RECORDS] 3. Nari & Milani - Atom (Original Mix) [Cr2 Records] 4. W&W - Lift Off! (Original Mix) [Armada] 5. Armin van Buuren presents Gaia - J'ai Envie De Toi (Tom Fall Remix) [Armid (Armada)] 6. Jewelz feat. Scott Sparks - Toxic Rush (Original Mix) [Flamingo Records] 7. W&W & Ummet Ozcan - The Code (Original Mix) [REVEALED] 8. Marcel Woods and W&W - Trigger (Original Mix) [REVEALED] 9. Sandro Silva & Quintino - Epic (Original Mix) [Musical Freedom] 10. Sander van Doorn, DubVision Vs. MAKO feat. Mariana Bell - Into The Light (Original Mix) [sPINNIN RECORDS] 11. Armin van Buuren - We Are Here To Make Some Noise (Maison & Dragen Remix) [Armada] 12. Alesso - Clash (Original Mix) [Cr2 Records] 13. Hardwell feat. Amba Shepherd - Apollo (Original Mix) [REVEALED]
  8. At festivals you mostly jump, and do different things with your hands.
  9. and the truth is at 0:57
  10. ;DD https://soundcloud.com/chrtrance/sweet-love-comes-sliced-again
  11. Pl-n scoala voastra. ;DD
  12. No matter what age you have, trance never dies, at 12:20
  13. Trance

    Trance

    Also, only people without brain can say that, there is no such thing like "the perfect music", any sound is good in its own way.
  14. Trance

    Trance

    I'm sorry, I'm not a bieber fan. I'm listening to rock, ghotic and metal too, also almost any kind of edm. Am I missing something?
  15. Trance

    Trance

    Because you're not able to understand? ;DD Bitch please.
  16. I ment "This is my rap". :troll:
  17. I f*cking love this vocal <3333
  18. Rather brainless.
  19. They have used the sample from "Epic". ;DD
  20. They're good ;DD
×
×
  • Create New...