Jump to content

Trance

Global Moderator
  • Posts

    3,914
  • Credits

  • Joined

  • Last visited

  • Days Won

    66
  • Feedback

    0%

Everything posted by Trance

  1. You should add the skills with your GM, to see if the problem is from the client side or from your rebirth system.
  2. The new fringe.
  3. I have already said that, now get over. ;DD
  4. We don't know that. However, I hope so.
  5. As face 12 copii, cu 12 mame diferite.
  6. Trance

    Trance

    Don't get me wrong, but every genre has its own charm.
  7. Haaaaahaaaaaaaaaaaahaaaaaaaaa. :happyforever:
  8. This is how a set should look like. ;DD
  9. Trance

    Trance

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

    Trance

    You are too young to understand it. ;DD
  11. 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"); } }
  12. Take a look at the current custom quests.
  13. 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]
  14. At festivals you mostly jump, and do different things with your hands.
  15. and the truth is at 0:57
  16. ;DD https://soundcloud.com/chrtrance/sweet-love-comes-sliced-again
  17. Pl-n scoala voastra. ;DD
  18. No matter what age you have, trance never dies, at 12:20
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock