Jump to content

AbsolutePower

Legendary Member
  • Posts

    751
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by AbsolutePower

  1. Just look the video: https://www.youtube.com/watch?v=yfCUu1SP9pU here is the codehttp://pastebin.com/U4x09qs3 IF YOU DONT KNOW HOW TO PUT THE CODE JUST REPLY HERE Credits Me(AbsolutePower)
  2. i did the same thing! but i didn't share it :P
  3. i did the same thing! but i didn't share it :P
  4. 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)
  5. 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?
  6. You wrong here : scheduleGeneral it should be ->scheduleGeneralAtFixedRate because scheduleGeneral execute tasks once and scheduleGeneralAtFixedRate execute tasks periodicaly
  7. http://maxcheaters.com/forum/index.php?topic=249104.msg2300028;boardseen#quickreply all the time flaming elfocrash and Mhoska
  8. its not hard you can take a example from flood protectors and you can make one its easy :) o
  9. 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
  10. 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.
  11. 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;"
  12. 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 :)
  13. 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)
  14. 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 :)
  15. yep i share it before you and working 100%
  16. F*U*C*K IT it all and check this :) i think that you know english is not "ufo" language... cleary says the problem :)
  17. xwris ketsap k moustarda htan ftwxa ta paidia kai emenan
  18. i already did it :) its a death manager but it got the death counter too :) http://pastebin.com/vJNw6dU7
  19. You forgot to broadcast the clean method. :)
  20. it can be done with key event i already did it but ayway lock it as i say i wont share it
  21. omg when you sharing something AT LEAST HIDE IT IF IT WORTH
×
×
  • 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