Jump to content

An4rchy

Legendary Member
  • Posts

    2,656
  • Joined

  • Last visited

  • Days Won

    26
  • Feedback

    100%

Everything posted by An4rchy

  1. I'm trying to help some newbies not to get fooled by him. Yeah, ignore what i said in my post, then you say i'm the kiddo here. Anyway, i'm out of here. Last comment for everyone: Don't buy this.
  2. L2Samael DOES NOT use frozen. It uses scoria, but not the files l2jfrozen has. First of all, you should learn english at least. I didn't say it's based on frozen, i said frozen would be much better than this one. 2 people bought it.. Ok.. Seriously, you think i can't make a pack full of bullshit(aka customs) and sell it? Believe me, it would be VERY VERY easy. All i would need is 1-2 unique customs. You haven't even added unique mods, all of these are shared or created before. Also those 2 that bought it are ok, simply because they only care about the customs, about the things that make impression to someone who has 0% knowledge of what really happens in l2j-l2jforks. As i told you, he only cares about 'writed' (actually written) things. And what is written? About Olympiad, yes it's easy to c'p an olympiad from l2jfrozen or any other pack(that olympiad does not work retail like ofc). About protection, except this ddos protection(which doesn't really exist) and this l2walker protection(that exists even on l2j sources), all others are your events/customs protections. So seriously, who are you trying to mock? 60 euros for this.. You should be ashamed for trying to sell this to newbies :/
  3. for (L2PcInstance p : L2World.getInstance().getAllPlayers()) { if (p != activeChar && p.getRace().ordinal() == activeChar.getRace().ordinal()) { p.sendPacket(cs); } } activeChar.sendPacket(cs); This should work on interlude l2j sources, on Say2.java... You have to add it in the proper place and in the proper way though. Btw, wrong section :S
  4. Why would he have to use phx, doesn't the packet exist on l2j sources? Or...
  5. If you have l2j interlude sources, it's because on these sources olympiad isn't reworked...
  6. Post here your gameserver.bat & gameserver_loop.sh. There's something wrong and it doesn't find l2jserver.jar...
  7. Try setting this: AltOlyClassedParticipants = 5 to 4 and this: AltOlyNonClassedParticipants = 9 to 4... @adenaman I don't think he meant that...
  8. You need to make a new npc instance, that on the bypass there will be: - add the item you want to the player(player.addItem etc) - add the player experience for lvl 52(51262204L, on Experience.java), this should work: player.addExpAndSp(Experience.LEVEL[52], 0);
  9. + if(player instanceof L2PcInstance) You don't need this. This isn't needed too: + player = null; Mxc is full of those shares, but anyway thanks.
  10. Yes i have :) Look your topic.
  11. Ok, whoever gives 60 euro for this shit, is really, really dumb. Back2Back, bullshit, if you buy the source why would you need it compiled too? Trying to mock some newbies, aren't you? For everyone, if you see someone selling a pack and saying bullshit like i am bugger/hacker etc and if he is only advertising the customs of his pack and just says everything is fixed 100%, just leave the topic IMMEDIATELY. All he does here is advertise SHARED customs, that will make impression to some newbies. This is nothing. Use l2jfrozen if you want customs(plus i bet is has more bug fixes than this one, but that's not the point). Back2Back, seriously dude, you need to stop this -.-.
  12. Good then :) You should be aware of that, because sometimes we use quests and we don't even realize we did :P But anyway, i believe there won't be any problem :) Bha, since it's aCis, you can code anything you like easily without having a headache :) 95% of my custom shares were based on aCis :P Nm, good luck again.
  13. Based on? I hope it's aCis(but there are incomplete quests, so i think it's not)... GL and remember to add any new features/events etc.. That ofc will not ruin the gameplay..
  14. Homemade, what did you expect? [GR]Ahahaha, campaign leei to palikari :P.[/GR]
  15. First of all, what are those: VIP.java.mine, VIP.java.r905 and, VIP.javar911 :S ??? Plus, hold your mouse a little bit on the red lines to see the error, because you don't show enough information.
  16. You need to add the proper checks on potions item handler.
  17. Hmm, afto dn m miazei me discussion.. pio poli me request miazei..
  18. Still doesn't work. In the while loop, you only need the information for the character: sb.append("<tr>"); sb.append ("Character: "+rset.getString("char_name")+" ("+rset.getInt("deaths")+" deaths"); sb.append("</tr>"); sb.append("<br>"); All the others should be outside the while loop or the try.
  19. ilikrina, gt t eipes pos :P tora tha kanei server gia na mathei kana account :S
  20. So they can't just be attacking the forum, can they? Anyway, you could use a free forum for now, until the original is back. Just to inform about revisions, quests work, bugs report and workbench stuff..
  21. :S Dude this is totally wrong: while(rset.next()) { NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); TextBuilder sb = new TextBuilder(); sb.append("<html><title>Top Deaths Manager</title><body>"); sb.append("<center>"); sb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32><br>"); sb.append("<font color=\"999999\">Top 7 Deaths</font><br><br>"); sb.append("<br>"); sb.append("<tr>"); sb.append ("Character: "+rset.getString("char_name")+" ("+rset.getInt("deaths")+" deaths"); sb.append("</tr>"); sb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32><br>"); sb.append("</center>"); sb.append("</body></html>"); sb.append ("Character: "+rset.getString("char_name")+" ("+rset.getInt("deaths")+" deaths"); html.setHtml(sb.toString()); player.sendPacket(html); } It will send a new html for each player, so the char will see only the player with the less deaths. Also why is this: sb.append ("Character: "+rset.getString("char_name")+" ("+rset.getInt("deaths")+" deaths"); written two times(second is wrong, under </body></html>)? Plus, you need a <br1> after this: sb.append ("Character: "+rset.getString("char_name")+" ("+rset.getInt("deaths")+" deaths"); Otherwise it will be wrong(the html). It won't show all the players.
  22. Hmm, what about ddos? What if they are ddosing the website?
  23. No, seriously don't buy this. Better use frozen.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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