Jump to content

En3rgik

Members
  • Posts

    216
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About En3rgik

Contact Methods

  • Skype
    giovy_17_it

Profile Information

  • Current Mood
    Crazy
  • Gender
    Male
  • Country
    Italy
  • Location
    Venezia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

En3rgik's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. What source code INT stable i can use for play/mod. whit my CommunityClan ?
  2. // Source File Name: CommunityBoard.java package com.l2jfrozen.gameserver.communitybbs; import com.l2jfrozen.Config; import com.l2jfrozen.gameserver.communitybbs.Manager.BaseBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.BuffBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.ClanBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.FriendsBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.MailBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.PostBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.RegionBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.RepairBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.TeleBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.TopBBSManager; import com.l2jfrozen.gameserver.communitybbs.Manager.TopicBBSManager; import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance; import com.l2jfrozen.gameserver.network.L2GameClient; import com.l2jfrozen.gameserver.network.SystemMessageId; public class CommunityBoard { private static class SingletonHolder { protected static final CommunityBoard _instance = new CommunityBoard(); private SingletonHolder() { } } protected CommunityBoard() { } public static CommunityBoard getInstance() { return SingletonHolder._instance; } public void handleCommands(L2GameClient client, String command) { L2PcInstance activeChar = client.getActiveChar(); if(activeChar == null) return; if(!Config.ENABLE_COMMUNITY_BOARD) { activeChar.sendPacket(SystemMessageId.CB_OFFLINE); return; } if(command.startsWith("_bbshome")) TopBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbsloc")) RegionBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbsclan")) ClanBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbsmemo")) TopicBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_maillist_0_1_0_")) MailBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_friend") || command.startsWith("_block")) FriendsBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbstopics")) TopicBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbsposts")) PostBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbstop")) TopBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbstele")) TeleBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbsbuff")) BuffBBSManager.getInstance().parseCmd(command, activeChar); else if(command.startsWith("_bbsrepair")) RepairBBSManager.getInstance().parseCmd(command, activeChar); else BaseBBSManager.separateAndSend((new StringBuilder()).append("<html><body><br><br><center>The command: ").append(command).append(" isn't implemented.</center></body></html>").toString(), activeChar); } public void handleWriteCommands(L2GameClient client, String url, String arg1, String arg2, String arg3, String arg4, String arg5) { L2PcInstance activeChar = client.getActiveChar(); if(activeChar == null) return; if(!Config.ENABLE_COMMUNITY_BOARD) { activeChar.sendPacket(SystemMessageId.CB_OFFLINE); return; } if(url.equals("Topic")) TopicBBSManager.getInstance().parseWrite(arg1, arg2, arg3, arg4, arg5, activeChar); else if(url.equals("Post")) PostBBSManager.getInstance().parseWrite(arg1, arg2, arg3, arg4, arg5, activeChar); else if(url.equals("Region")) RegionBBSManager.getInstance().parseWrite(arg1, arg2, arg3, arg4, arg5, activeChar); else if(url.equals("Notice")) ClanBBSManager.getInstance().parseWrite(arg1, arg2, arg3, arg4, arg5, activeChar); else if(url.equals("Mail")) MailBBSManager.getInstance().parseWrite(arg1, arg2, arg3, arg4, arg5, activeChar); else BaseBBSManager.separateAndSend((new StringBuilder()).append("<html><body><br><br><center>The command: ").append(url).append(" isn't implemented.</center></body></html>").toString(), activeChar); } } // Source File Name: CommunityBoard.java package com.l2jfrozen.gameserver.communitybbs; // Referenced classes of package com.l2jfrozen.gameserver.communitybbs: // CommunityBoard private static class CommunityBoard$SingletonHolder { protected static final CommunityBoard _instance = new CommunityBoard(); private CommunityBoard$SingletonHolder() { } } i have this code for Community Board but i dont know adapted : https://mega.nz/#!QRwzXRYK Key: !9ymvkLtzucGflvi3uhD5FxW_SMupwV7UHSjUEDPS14g Mirror: http://www.megafileupload.com/k5cg/Community_Board_by____________For_Interlude.rar
  3. i need info for adapted another community board & all in one item in l2j interlude i have found another community board & all in one item but i dont know adapted in .java *sry for my bad english
  4. ENG: How can i create my personal Item " All in one Item " buffer & gmshop/seller or my personal Community Shop & Buffer for interlude L2jfrozen i need info and ur help maxchaters i dont want copy from another ppl. Thanks & sry for my bad english ! RO: Salut Pot sa si platesc prin paypal pentru a fi invatat si ajutat numai sa aveti rabdare cu mine ms . Cum as putea crea si eu un ITEM care sa il aiba orice prieten care intra pe servar sa il aiba in inventar "Pentru l2jfrozen si nu numai " cu buffer si gmshop ecc. sau de preferat ar fi Community Board tot cu buffer. gmshop, augment, info server ecc... va rog frumos dati-mi si mie o mana de ajutor as doar sa le invat sa fac si nu sa copiez dupa alti. *sunt disponibil sa folosesc si skype sau alte prog pentru mai multe info. Multumesc Exemplu: Community Board : https://www.youtube.com/watch?v=UshGItD0VUM Item GmShop Buffer ecc. :
  5. Hi all what you do think ? which is the best project interlude without bugs and whit full access ?
  6. i dont have big experience for adapt for emu l2jserver can you help me ? thx
  7. Hi guys where can i found AIO: Item ShopFULL or Coin ShopFULL + Buffer & Teleporter for Interlude c6 because i dont want use NPC for my dedicated project server
  8. is not only for change that import is and another file & code in this pack community board net.sf.l2j is file .JAD com.l2jfrozen is file .JAVA
  9. man this my file fronzen, you need adapt the code net.sf.l2j in l2jfrozen and i dont know adapt i dont have this experience for adapt net.sf.l2j - i found of another site and i need for my server ( l2jfrozen )
  10. i need for L2JFROZEN Interlude
  11. Can you help me PLEASE for adapt this file Community Board by BlesseNtumble(int) for L2JFROZEN interlude Download File: http://www.mediafire.com/download/j087rsysxbldhd7/java_Interlude.rar
×
×
  • 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