Jump to content

WizZy™

Members
  • Posts

    1,515
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by WizZy™

  1. http://www.serverloft.eu/dedizierte-server/server-details.php?products=0 I found it on google ads , so i wonder if its good at this plan?I need for a l2j server , 200 max .. Some1 used it and/or have any complains ? Thanks :)
  2. It happends when you modify the XML files.I have it too , its not a big deal ,just ignore it.
  3. Yes ,that actually i learned something today ^^ Thanks to him Again :)
  4. Well its kinda unique.. I never saw it in another server before,decided to make mine like this cuz olympiad is failure - feedings etc..So with this thingie you can make every logged player a hero + skills. Works on all l2j's ^^ java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java Find this : // Set Hero status if it applies if (Hero.getInstance().getHeroes() != null && Hero.getInstance().getHeroes().containsKey(activeChar.getObjectId())) activeChar.setHero(true); Delete it and on the deleted lines paste this : // All chars are hero's if(!activeChar.isHero()) activeChar.setHero(true); PLS dont post things like USELESS .. P.S. Thanks to Horus and Stefoulis15 for helping me ;d
  5. Okay i made some modifications like Horus told me on the post below , in EnterWorld.java So what i did? I removed this : // Set Hero status if it applies if (Hero.getInstance().getHeroes() != null && Hero.getInstance().getHeroes().containsKey(activeChar.getObjectId())) activeChar.setHero(true); And write this : //Custom hero Method if(!activeChar.isHero()) activeChar.setHero(true); Hope it works;/ I`ll edit my post if it doesn't. EDIT : It worked ,please close :)
  6. If interlude you shouold search for skill id 2003-2005 if its gracia <9000~.xml
  7. Stef : That didn't work :/ Horus : You have any ideas how i can make it?
  8. No idea what u are talking about.. ---->Leeroy<----- : noob in java ;d .Anyways ,can you write it and i`ll test it?
  9. Stef : It doesn't work.. Unknown method , mabey need some imports first? I`ll check it out , trying a bit more ,if it don't works i`ll edit my post :)
  10. It says automaticly -_- Stef i`ll try right away :) Thanks dude! I`ll post results in some mins..
  11. Look the dates.. some1 lock it up.
  12. You mean Custom Respawn Location? Search a bit its shared already :)
  13. UPDATE `npc` SET `pAtk` = 1000 WHERE `pAtk` < 500 this wont work out ,but just a sample.. You can't do it with SQL code ,but u can increase one by one by this method : UPDATE `npc` SET `pAtk` = 1000 WHERE `pAtk` < 500 then it will make all mobs that have 500 p atk or less to 1000 (doubled) and then UPDATE `npc` SET `pAtk` = 2000 WHERE `pAtk` < 1001 but this wont work out.So u need to make it manually.
  14. The topic says all.. How can i make every new player to be automaticly a hero 4ever? i`m using l2j ct2.2.. Can someone tell me what to modify? I don't think its so hard,just that i`m noob ;x Thanks.
  15. Are you always such a flamer?
  16. Shared already...
  17. I prefer blue name better than white :)
  18. Thats the spirit ;d
  19. Other guys have 300 or more.. Watdafak? In cs 1.6 300 fps is waaaay too much ,but anyways i have a screen too :O Altroght its noobish that in l2 i have 22 fps MAX and when i fraps it lows to 7-10 max.. ;/ I just wanted to check if its clocked,its not ,but anyways i will keep it that way.
  20. Aha okay i`ll check it right away and i`ll edit my post.What about the FPS?
  21. So guys i bought new processor and i wonder if its overclocked from the company.How can i find out? Also i need some recommends to increase my FPS cuz in l2 i have 20 max... in cs 1.6 60 fps max lolll while other guys have 400+... Here are my PC specs: -2gb ram kingston 800mhz -Dualcore AMD 5600+ 2,6ghz -nVidia GeForce 8600 512mb ddr2 -hard doesn't matter.. -i-net doesn't matter too ;d So i need some advices to increase my FPs cuz when i raid i have 3-5 max;/ Please ,helP!
  22. Stop saying its old.Old but working ,right? It works even in the official.. I tested it in l2x and its working perfectly :) And no i didn't copy it from greek selection ,I just found it there ,but didn't know a sh1t of it ;d Just some words ;) So its working 100% i posted a screen too.
  23. Yeah they create alot of games those times :) I wish them goodluck this will be #1 game and i`ll be #1 fan ^^
  24. Just check this out : I was amazed!I will play even if i have to pay for it!
  25. Its bug/trick i think its fine for now.Enough spam ;d
×
×
  • 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