Jump to content

AbsolutePower

Legendary Member
  • Posts

    748
  • Credits

  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by AbsolutePower

  1. Elfocrash read the share [share]Announcement online players every X seconds(configurable) its a code that runs periodicaly... the scheduleGeneral its wrong. it should be scheduleGeneralAtFixedRate(periodicaly)
  2. read what i wrote: You wrong here : scheduleGeneral it should be ->scheduleGeneralAtFixedRate because scheduleGeneral execute tasks once and scheduleGeneralAtFixedRate execute tasks periodicaly whos the stupid now?
  3. You wrong here : scheduleGeneral it should be ->scheduleGeneralAtFixedRate because scheduleGeneral execute tasks once and scheduleGeneralAtFixedRate execute tasks periodicaly
  4. http://maxcheaters.com/forum/index.php?topic=249104.msg2300028;boardseen#quickreply all the time flaming elfocrash and Mhoska
  5. its not hard you can take a example from flood protectors and you can make one its easy :) o
  6. ty man :) i did the Buffs to save the buffs in the list :P wow lol it was my mistake i just wrote it fast because some times the eclipse shows auto the method and i didn't see what it wrote :P i will update it
  7. he have this in enterworld: setDeaths(0); so the deaths will be reset when a char make's rr.... or he can schedule it for a specific time like you say :) it no need dp connection because he got setDeaths(getDeaths() + 1); <- this... and it will be ok with out dp connection :) the dp connection will be safe the deaths but no needs... or he can make a intiger list and he can clear it when a player log out or rr.
  8. yes you can put it there... but if you want you can make it better for example: i don't remember now if the method is boolean or void... to add a return method and make it something like this : if(player != null && target instanceof L2MonsterInstance || target instanceof L2RaidBossInstance || target instanceof L2GrandBossInstance || target instanceof L2NpcInstance) { player.sendPacket(ActionFailed.STATIC_PACKET); return false;//if is boolean return; //if is void } about the return add it as i say in the code if its boolean add "rerutn false;" if its void add "return;"
  9. try this and think before do something if(player != null && target instanceof L2MonsterInstance) { player.sendPacket(ActionFailed.STATIC_PACKET); } and add the other shits too instanceof L2GrandBossInstance bla bla :)
  10. Since i have too many months to share something i decided to share something :) its a voiced command. Q:How to use? A:its simple when you type .refresh your buffs time will be refreshed :) here is the code voiced http://pastebin.com/bHYU3gnn here is the code with item (NumL0ck request"s) http://pastebin.com/fxNYBaXt (final int ItemForUseId = 34; <- you can change this and you can put any item you want, you can change this final int AdenaCount = 100; and you can put any price you want :) ) DONT FORGET TO REGISTER THE VOICED! :) DONT FORGET TO REGISTER THE ITEM! :) Credits Me (AbsolutePower) Coded on:L2j (clean source)
  11. http://maxcheaters.com/forum/index.php?topic=228733.0 anyway lekino if you will "touch" your code it can be a smart way to make a system like : "today deaths" and simple you can make a voice with .mydeaths and a message activeChar.sendMessage(acticeChar.getName() + "You have killed" + activeChar.getDeaths() + "today"); you know why its smart?because it no need database connection and its fast :) simple and easy :)
  12. F*U*C*K IT it all and check this :) i think that you know english is not "ufo" language... cleary says the problem :)
  13. xwris ketsap k moustarda htan ftwxa ta paidia kai emenan
  14. i already did it :) its a death manager but it got the death counter too :) http://pastebin.com/vJNw6dU7
  15. it can be done with key event i already did it but ayway lock it as i say i wont share it
  16. omg when you sharing something AT LEAST HIDE IT IF IT WORTH
  17. lol? you must put only the if(killer != null) this.Info(); to doDIe method and the void outside everywhere you want :) and add the imports i just gave you a example you must make it info(L2Character killer) and then info(killer) player etc i won't help you any more just make it alone
×
×
  • Create New...