Jump to content

Bobi

Members
  • Posts

    793
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bobi

  1. even if he can do it , what you think hopzone/topzone staff will leave your votes when they detect its fakes ?
  2. Not every one can be good like you.... But everything can be learn Yes i forget to add handle in DP side . Now is working perfect thx for your help and sorry for using your time wih this
  3. http://www.maxcheaters.com/topic/186120-clan-reputation-item/ After all that :) nothing happen in game when i click the item nothing... not even error msg any ideas why?
  4. aha.... activeChar.getClan().addReputationScore(Config.CR_ITEM_REPS_TO_BE_AWARDED);
  5. still no understand anything .. boolean ? maybe like this? activeChar.getClan().addReputationScore(activeChar.getClan().getReputationScore()+Config.CR_ITEM_REPS_TO_BE_AWARDED);
  6. sorry but maybe is look stupid for you but i dont understand anything on java so let me know what is X and Y in the full line OR yo can just write in for me in right way :) activeChar.getClan().addReputationScore(activeChar.getClan().getReputationScore()+Config.CR_ITEM_REPS_TO_BE_AWARDED, true);
  7. if i understand you right should look like this ? activeChar.getClan().addReputationScore(+Config.CR_ITEM_REPS_TO_BE_AWARDED, true);
  8. activeChar.getClan().addReputationScore(activeChar.getClan().getReputationScore()+Config.CR_ITEM_REPS_TO_BE_AWARDED, true); If i do like this its still error... The method addReputationScore(int) in the type L2Clan is not applicable for the arguments (int, boolean)
  9. do you mean like this ? activeChar.getClan().setReputationScore(1000); and how will read from config or... ?
  10. thx but one more left... can you give me hand again ? pls what about this? activeChar.getClan().setReputationScore(activeChar.getClan().getReputationScore()+Config.CR_ITEM_REPS_TO_BE_AWARDED, true); The method setReputationScore(int) in the type L2Clan is not applicable for the arguments (int, boolean)
  11. Hello i try to addapt this mod to Acis but i get many errors like this http://www.maxcheaters.com/topic/99496-addaptionclan-reputation-itemauthor-coyote/?hl=%2Bclan+%2Breputation must implement the inherited abstract method IItemHandler.useItem(L2Playable, ItemInstance, boolean) Anyone with some free time to give me a hand ?
  12. Hello I try to import this http://www.maxcheaters.com/topic/175449-share-autoannouncements/ to my acis pack but how u can see i don`t have knowledges on java so i get error like this : StringTokenizer cannot be resolved to a type net/sf/l2j/handler/admincommandhandlers/AdminAnnouncements.java // FIXME the player can send only 16 chars (if you try to send more // it sends null), remove this function or not? if (!command.equals("admin_add_autoannouncement")) { try { StringTokenizer st = new StringTokenizer(command.substring(27)); int delay = Integer.parseInt(st.nextToken().trim()); String autoAnnounce = st.nextToken(); if (delay > 30) { while (st.hasMoreTokens())
  13. again wipe ? lol if im not wrong that will be your 3rd reopen because u did 2 fail reopening ! even last time u copy ru projects still fail , even on beta was so many reports that u didnt fix till now so i know what will happen again ... no point to lose time even to log in server because in month-2 will die gain
  14. they should have Lameguard that are use different way to connect so delete that system folder and download clear patched http://www.maxcheaters.com/topic/182405-c4-god-patched-systems-file-editors/ edit your l2.ini and will be work
  15. look somehing is fake :) 2 users with less then 10 post make ads in same topic .... :) i wont even open this website :P
  16. i cant see sth easier of that to create sql file like set exp = 100 where npc lvl between 70-80 set exp = 200 where npc lvl between 80-85 or something similar to this
  17. is it not default option in the config to check for ilegals skills ?
  18. i can pay only for this :) but i already did :P btw bro if u add video preview you can sell your exploit better http://www.youtube.com/watch?v=xg8Hq27vVnE
  19. Hello all , now i play mid rate x20 with town buffs i want to ask what scheme with skill enchants will be better for my Necro ? That is my scheme now but isnt good i think Curse Gloom - Enchant Chance Dead Skipe - Enchant Dark Power Campiric Claw - Enchant Dark Attack Dark Vortex - Enchant Dark Attack What is your idea?
  20. u dont remember when i was test it on your server with my friend and after 2 mins i told you 2 reasons that i will not buy your vote system because is easy to bypass idk if u do updates/fix after that
  21. there easy way to bypass elfo.... vote system ppl who have try his system and think little will see how easy is to bypass his vote system
  22. Every time is the same problem on this project idk why ppl still try to play there anyway just read next post +1 and before was same kids are make fun and money for next time :)
  23. like that ? else if (activeChar.isHero()) { if (!FloodProtector.getInstance().tryPerformAction(activeChar.getObjectId(), FloodProtector.PROTECTED_HEROVOICE)) { activeChar.sendMessage("Action failed. Heroes are only able to speak in the global channel once every 10 seconds."); return; } for (L2PcInstance player : L2World.getInstance().getAllPlayers()) if (!BlockList.isBlocked(player, activeChar)) player.sendPacket(cs);
×
×
  • 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..