Jump to content

AccessDenied

Banned
  • Posts

    2,105
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by AccessDenied

  1. Hello, this question refer to client and server too but mostly server. I want add a new aura for heroes like keep the old but make a new effect too. I dont mind the effect i already searched alone and saw that env.int control the effect HeroAuraTex=LineageEffectsTextures.Hero.Hero_Aura000_Shader00 the question is how i add the new effect on server part? With a fast looking i saw that the Charinfo.java has a line writeC(_activeChar.isHero() || _activeChar.isGM() && Config.GM_HERO_AURA ? 1 : 0); // Hero Aura that probably refer to the effect. But how can i add new without replace the old? Or what other file control it? Thanks a lot.
  2. You dont even know what packet hacking is :P stop google :D
  3. Xmm where is the double post? xD guys... you just proved your IQ is equal to 20. Congratulations Hitler :)
  4. For some reason even if i dont know you, you create a despise feeling.. really we dont care if you steal others by selling things that are shared or anything or generally we dont care how you make money.. If you have no idea from DEV and u still make money here then good for you
  5. Someone lock this topic since is not spam session.. all i see is a guy who consider himself good yet he google "how to use netstat" who blame greeks and say that all servers closed because greeks dont know how to speak english?? Dafaq i just read... I had cancer from his 1st post but now i got new cancer that heal the previous cancer.. This guy is a clown who got mad cause he cant make money. Now we have the MrPro who suddedly is Java developer and he just "relax and make money".. if i read one more comment like that ... god sake.
  6. Dear Demens0s, first of all i have to say that your post gave me cancer eighth grade. I don't know from where i should start to comment on. First of all you refer to Greeks in a unacceptable way that allow me to taunt and laugh on you. The only smart Germans ever did is to steal from any other country. Cleary everyone understood that your country along with your goverment stole pretty much every resource could find and pretend they are powerful nowadays. Lets no forget that unfortunately greeks gave you the chance to write and speak. The first algorithm the first computer the first grammar the first word the first reference to democracy the fact that you have the opportunity to speak and think is base on Greeks. Im not saying that, history say and facts. Yes Greeks suck nowadays but this no mean that they didn't change the world, a small country with huge affection on the entire world. I don't really care or either i dont believe that greeks are losers or failure nowadays, i just see a constant attack from and hate from other countries (French, German e.t.c) that pretty much the own us.. (lets no refer to the statues the French has inside louvre and they are stolen by us, lets no refer about when greece in 1953 erased the huge debt of German (http://greece.greekreporter.com/2015/07/09/germany-can-write-off-greek-debt-like-greece-did-for-germany-in-1953/), i wont go so far but give some respect to the people who made you walk and talk instead of sit on your tree and say HU BU HA. About the Lineage 2 now.. cleary you're one of them ( http://www.maxcheaters.com/topic/194260-help-smartguard-bypass/?do=findComment&comment=2490560 ) who ask for help and give cancer to others who read it as you said :). Indeed Lineage 2 is old game and covered by other such as AION, STAR WARS e.t.c but still there are people who work on it (like me) and like it and play it. So keep your hate ideas for your self. You could do something productive instead those 2 minutes you wasted from your life to write this post. By the way i would expect from a good developer to say "shut down l2 topics e.t.c" but no from people like you, cleary you don't even know that c# is not same language as c++. I'm not hater really it just bother me that you offend me 3 times in 5 lines. Have a nice day i go die from the cancer you gave me sir.
  7. O nevermore exi project pou leget L2jSunRise to L2jSunRise se HEX einai: 4c 32 6a 53 75 6e 72 69 73 65 to 3o gramma einai to [3] Half life - 3 confirmed..
  8. Actualy google was his girlfriend :3 but she broke up with him cause she told me he couldnt handle love for more than 15 minutes. Ps. she told me to give him this: http://www.maxcheaters.com/topic/173025-ertheia-system-folder/
  9. διαβασε το error,, λεει "invalid" οχι missing.. υπαρχει check και για τα 2 οποτε το εχει το config απλα εχει λαθος configuration... Αντε -.- που πας να μου την βγεις εμενα :P
  10. Inside your configs there is a config with invalid value "" .. check your configs
  11. I don't really support this idea, the owners should work a bit alone if not in code part.. shared codes, free templates... nobody work nowadays.. i made rhyme :3 So in this part i think they should work a bit alone :P right? No download shared or get services. In java part afcourse they can ask for help but again is nice that you help
  12. wow see? This code can be sold to Nasa for 1$ and you want hide it? shame on you.. good things should be shared.. now i'm sure everyone will leech this code and make their own servers! I'm joking :P see? it's just 2 lines Nice that you help :3
  13. Really now...? Is 2 lines of code and it no "connect" it just redirect .. i love how people make things so "complicated".. why u cant post the 2 lines here and you ask him to add you :P goss
  14. L2GmShopInstance with an button bypass that redirect to the html of community.. is 15-20 lines of code check inside your gameserver.model.actor.instance folder of another npc that sends html to player (its actualy string) and copy the method and change the path to your community gm shop..
  15. Well i cant know if every method of your source is perfect maybe the destroyItemById no work properly... post the method here (control + left click on it) to open the method because so far the takeItems() is correct.. or you can also check if the RegisterItem is the problem.. make a handler or usercommand or add a line in the quest somewhere that return the id that registerQuestItems int[] hold.. like for (int number=0 : registerQuestItems) { activeChar.sendMessage("Holds:" + number); } that way you will see after you get the quest if the registerQuestItems contains the quest id's or is empty.. if is empty we need check register if not we check the 1st part i said...
  16. I fixed it, i re-added tools.jar to build path. Lock this thank you
  17. The method Looks fine to me no mistakes. Maybe is visual bug? Maybe updateInventory.. After you finish quest try log out and then login again and check if you still have the items. maybe the destroyItemByItemId miss a updateInventory or idk.
  18. It's not that hard you go to community main html and add a link or image that is linked to the gm shop htmls..
  19. No really im not that silly :P its not about normal errrors like missing imports its like jar is missing or idk what.. even if i mport the list then the next error is the .add(x) doesnt really make sense.. and there are lines that has no error but it says there is error.. or a String is red..
  20. Hello for some reason i get these warnings-errors when i try compile the source L2J (i use java jdk 8) http://pastebin.com/zitznBxM Everything is almost red even things like strings, arrays, e.t.c any idea? no seem normal... since java jdk 8 is installed
  21. I'm literally few days in L2 and i can say stop using shared projects especially Russian one.. nothing wrong with russian i like them but their work is a bit messy and hard to re-work on.. use clean L2j files and do your own "personal project" for your server... Everywhere i see this fandC and im sure there is no difference with L2J if you fix few things...
  22. I don't get this, it should extends L2NpcInstance no L2MonsterInstance normaly in the code we could see @override public onByPassFeedback but in this code i dont see anything like this. Why you just dont google and find 1 grandboss manager? its really easy Npc.. this seem really wrong.. Well here an example public class L2GrandBossManagerInstance extends L2Npc { private static final int[] BOSSES = { 29001, 29006, 29014, 29019, 29020, 29022, 29028, 29045 }; public L2GrandBossManagerInstance(int objectId, L2NpcTemplate template) { super(objectId, template); } @Override public void onAction(L2PcInstance player) { if (!canTarget(player)) { return; } if (this != player.getTarget()) { player.setTarget(this); player.sendPacket(new MyTargetSelected(getObjectId(), 0)); player.sendPacket(new ValidateLocation(this)); } else if (!canInteract(player)) { player.getAI().setIntention(CtrlIntention.AI_INTENTION_INTERACT, this); } else { showHtmlWindow(player); } player.sendPacket(new ActionFailed()); } private void showHtmlWindow(L2PcInstance activeChar) { showRbInfo(activeChar); activeChar.sendPacket(new ActionFailed()); } private final void showRbInfo(L2PcInstance player) { NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); TextBuilder tb = new TextBuilder(); tb.append("<html><title>Chat</title><body><br>"); tb.append("<br>"); tb.append("<font color=0174DF>Grand Boss Info:</font>"); tb.append("<center>"); tb.append("<img src=L2UI.SquareWhite width=280 height=1><br>"); tb.append("</center>"); tb.append("<br>"); tb.append("<center>"); tb.append("<table width = 280>"); for(int boss : BOSSES ) { String name = NpcTable.getInstance().getTemplate(boss).getName(); long delay = GrandBossManager.getInstance().getStatsSet(boss).getLong("respawn_time"); if (delay <= System.currentTimeMillis()) { tb.append("<tr>"); tb.append("<td><font color=\"FA5858\">" + name + "</color>:</td> " + "<td><font color=\"00BFFF\">Is Alive</color></td>"+"<br1>"); tb.append("</tr>"); } else { int hours = (int) ((delay - System.currentTimeMillis()) / 1000 / 60 / 60); int mins = (int) (((delay - (hours * 60 * 60 * 1000)) - System.currentTimeMillis()) / 1000 / 60); int seconts = (int) (((delay - ((hours * 60 * 60 * 1000) + (mins * 60 * 1000))) - System.currentTimeMillis()) / 1000); tb.append("<tr>"); tb.append("<td><font color=\"FA5858\">" + name + "</color></td>" + "<td><font color=\"00BFFF\">" +" " + "Respawn in :</color></td>" + " " + "<td><font color=\"00BFFF\">" + hours + " : " + mins + " : " + seconts + "</color></td><br1>"); tb.append("</tr>"); } } tb.append("</table>"); tb.append("</center>"); tb.append("<br><center>"); tb.append("<br><img src=L2UI.SquareWhite width=280 height=1><br>"); tb.append("<td><button value=\"Back\" action=\"bypass -h npc_%objectId%_Chat_service/services.htm\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\"></td>"); tb.append("</center>"); tb.append("</body></html>"); html.setHtml(tb.toString()); html.replace("%objectId%", String.valueOf(getObjectId())); player.sendPacket(html); } } Try this and report. Also you can change the private static final int[] BOSSES = into an int Array[] configuration and seperate them with , so you can add config of what bosses you want and no need compile every time...
  23. I dont understand why this obsession with fandC.. im new but still i believe if you're good developer you can even make miracles with L2j basic files.
×
×
  • Create New...