Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. http://www.maxcheaters.com/forum/index.php?topic=29670.0 if u want to have same effect i think that u should change name of this custom npcs, tittle, add to them clan crests, give items.
  2. i think that u should post it on l2jserver.com/forum/ it is probably core problem, if u dont know how to compile, u cant do anything but w8, if u do, just look for things in core which cause that bug
  3. http://svn.l2jserver.com/trunk/L2_GameServer/java/com/l2jserver/gameserver/model/actor/instance/L2VillageMasterInstance.java All should be here
  4. You can add items u wish to in char_creation_items in your database It was in forum wrote few times so just use search next time.
  5. i like a lot this web, w8ing for others
  6. ofc u can i saw it on 1 server and its working pretty well
  7. rly good share, it work for epilogue?
  8. You need to add every skill u want to be learned automatically into database - skill_trees in l2jserver pack i dont know much about l2jlive project but Laikeriz mode link is dead so i cant check it, for sure u will need to change imports and i dont know whats gonna be with rest coz i dont have this share on my pc
  9. this topic is old :S anyway i think all packs have flame icon fixed already
  10. u can make code which will add player to heroes.sql in database if u want to make guy hero until hero period over, if u want to make it different u will need to make new sql file and write some more code
  11. already shared, almost same topic is here http://www.maxcheaters.com/forum/index.php?topic=141584.0
  12. I think that gm have such commend but just think, u would like to see server with 3k ppl online and all the time u feel earthquake? u could make even to take item to do that or when hero dies there is some % chanse to earthquake or someting like that
  13. how can we share you this files if we even dont know what client u use Also wrong section
  14. + case 5: + ExShowScreenMessage case5 = new ExShowScreenMessage("You reached 5 killing spree!", 10000); + sendPacket(case5); + Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 5 kill in a row!"); + break; this worked for me
  15. ye soz i just didnt see it, now all works fine and i also had to delete activechar.
  16. i am using epilogue i changed imports but as i saw, i dont have ExShowScreenMessage in my serverpackets, i will try to find it
  17. i modified it, and i dont know java rly good so i cant do it by myself
  18. I wrote case 10: Announcements.getInstance().announceToAll("Player: " + this.getName()+ " is on a Holy Shit!"); if (!isHero()) { setHero(true); Announcements.getInstance().announceToAll("Player: " + this.getName()+ " is getting Hero Status!"); } which mean that player get hero if he isnt hero atm(i am noob dev so i dont know if i did it well) but problem is to player lose hero if he die but if player was already hero, to dont lose it :S my english sux Edit: hihi i made it, my first not copyed code i added : if (!isHero()) { isPermaHero = true; after this: quakeSystem = 0; i added this: if (isPermaHero) { setHero(false); } and this at beginning: private boolean isPermaHero = false; working well, now need to do same with skill :S gonna be hard
  19. Working well but can u make code to disable it for gms and to dont need restart to take it?
  20. :S on l2jserver pack i cant add this lines: + ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 25 killing spree!", 10000); + activeChar.sendPacket(case25);
  21. can u also make something like if player reach 30 pvps, he get skill and if he get 50 he get hero glow?
  22. i use l2j server and i have it, maybe u have something about that in different file
  23. just find gm shop for your client and delete from it what u dont need
  24. maybe check gameserver>config>grandboss
×
×
  • Create New...