Jump to content

Bleadd

Members
  • Posts

    523
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bleadd

  1. All import are good. So how it suppose work? My core is freya and patch is for freya. And don't work.
  2. I'm a noob (in the good sense of the word) in java. I use a vote reward shared here : http://maxcheaters.com/forum/index.php?topic=206120.0 But i have one java error with this line : for (L2PcInstance player : L2World.getInstance().getAllPlayers().values()) Seem the error is about 'values' Eclipse say me : the method values is undefined for the type L2TintObjectsHashMap <L2pcinstance> So what can i do to resolve this problem? Cordially.
  3. Thanks both of you ^^
  4. And global, trade shout etc??
  5. Hi everybody I'm changing my vote reward, and I would like to use the normal channels instead of the announcements. For example, I'd that the vote is displayed as the announcement of the departure of the boats in the orange channel . If anyone knows how, can tell me how? Cordially
  6. Hi, I like to create a new chanel to speak. An example, if I write '[Hello World', the message displayed to everyone in purple. Is it possible? Cordially.
  7. I heard that CC & Cop can not be combined. Is this true? Currently, they are accumulated on my server. How to prevent the accumulation of these buffs? cordially
  8. For the first question, i guess your pack is l2j. If is l2j, i remember there was a thing in properties files to allow this window. For the second : Buy a dedicated computer. For the third : What mean custom for you?
  9. News informations about a file edit for GOD?
  10. http://www.maxcheaters.com/forum/index.php?topic=179093.msg1407125#msg1407125 Google Search... Enjoy =)
  11. I'm not good in java but maybe in .java files. An idea : if attackedplayerlvl< 76 return else player take damages. But dunno where put this kind of code.
  12. I think you can't. When a player is connected to your server, he must exchange packets with the server. So the player know the ip. And with a tools like PHX, it's very easy to know what is the ip adress.
  13. Config/L2jmods.properties
  14. Yes i want but where i can learn this ? ...
  15. L2jbranches = http://svn.l2jserver.com/branches/ ???
  16. THanks, i will wait for the new fileedit =) Lock plz =)
  17. I heard there was a fileedit to GOD. I found, downloaded, but it decrypts only some. I can not decrypt the files as Armorgrp Weapongrp, itemName. So if someone has one that works with the itemName, can he give it to me? cordially
  18. First time you setup your server. You put all the files. After this step, for every compilation, you can only replace the l2jserver.jar (is the core) or replace all the files again
  19. yes me too. It's why i share it. If it was already share, i will ask a moderator to delete this topic.
  20. You must compile yourself and add .Java modifications in the core.
  21. Sure.. The system run since 2 days and reward only once. And is Hopzone.. OK Thanks for spam man =)
  22. I'm owner of a middle rate, so the noblesse quest is official without help for me. So for augment the pvp, i post this share, because there isn't many nobles in middle rate or LR. After, this share can avoid to use a slot for noblesse and is better for PVP. Now, i thought here was a share and help place for everyone, but with your reactions i think it isn't now..
  23. Hi everybody. I don't find the way to keep the buffs when a player die. So i post. In L2Playable.java, delete or put these lines on comments. // Stop all active skills effects in progress if (isPhoenixBlessed()) { //remove Lucky Charm if player has SoulOfThePhoenix/Salvation buff if (getCharmOfLuck()) stopCharmOfLuck(null); if (isNoblesseBlessed()) stopNoblesseBlessing(null); } // Same thing if the Character isn't a Noblesse Blessed L2Playable else if (isNoblesseBlessed()) { stopNoblesseBlessing(null); //remove Lucky Charm if player have Nobless blessing buff if (getCharmOfLuck()) stopCharmOfLuck(null); } else stopAllEffectsExceptThoseThatLastThroughDeath(); Credits : Tryskell
  24. I have put this lines in /* ... */ in L2pcinstance.java isn't the same? I will try =) Edit : Work fine with L2Playable.java Thanks Tryskel !! French power :D Moderator can lock
×
×
  • Create New...