Jump to content

adenaman

Members
  • Posts

    369
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by adenaman

  1. you can ask him to write user and pass, but you will have to controll the security or the user will have to first create forum account, and only after he will be able to create game acc, like sublimity (not exactly, but smth like that)
  2. cannot find symbol means that you need some include that are missing now HtmCache.getInstance().reload(); must be reload(true) or reload(false) depending of what do you want to do if (HtmCache.getInstance().isLoadable(temp)) temp must be a file, not a string
  3. http://www.maxcheaters.com/forum/index.php?topic=156075.0
  4. you cant see the difference between # Minimum and maximum protocol revision that server allow to connect. # Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision. # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u> # Default: 146 MinProtocolRevision = 1 # Minimum and maximum protocol revision that server allow to connect. # Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision. # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u> # Default: 146 MaxProtocolRevision = 999 and # Numbers of protocol revisions that server allows to connect. # Delimiter is ; # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u> # Default: 146;152 AllowedProtocolRevisions = 152 the first one is used in Interlude, the second one in epilogue and topic's title is Client Gracia Epilogue
  5. in server.prperties # Numbers of protocol revisions that server allows to connect. # Delimiter is ; # WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u> # Default: 146;152 AllowedProtocolRevisions = 152
  6. nah, want smth new? EP rate x0.5
  7. for how much will you sell the java version (more or less)? btw, name it TruthSeer TruthSeerSystem
  8. the problem is that we dont have source of that project, so only ppl that bought that project and the creator can help you
  9. Wouldnt it be better? public static boolean checknoble() { if (!activeChar.isNoble()){ activeChar.sendMessage("you must be noblesse."); return false; } return true; }
  10. but, it will return true anyway
  11. you created another topic like this, and ppl told you that this is not the correct place and that you can use search
  12. but it seems that piotress dont want sublimity's nwatch, not even a nwatch, just smth like that for l2j
  13. yes, u need the .bat and .jar, if you dont have it, compile
  14. i dont know why some1 could want to do this, but thx
  15. i repeat you that you must take care with restart quake count after the announce, but after the if (killer != null){ ... } because, if you restart before the announce, you will never show that "some1 stop the strike". But if you restart it inside the if (killer) then if mobs kill the player the count will not go back to 0
  16. if thats true you will only can buy it from l2sublimity team
  17. public boolean doDie(L2Character killer) ... if (killer != null) { ... switch(quakeSystem) { case 4: Announcements.getInstance().announceToAll("" killer.getName()+ " stoped" + this.getName()+ "'s Dominating!"); break; case 6: Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Rampage!"); break; case 8: Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Killing Spree!"); break; case 10: Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Monster Kill!"); break; case 12: Announcements.getInstance().announceToAll("" + this.getName()+ " is Unstoppable!"); break; case 14: Announcements.getInstance().announceToAll("" + this.getName()+ " is on an Ultra Kill!"); break; case 16: Announcements.getInstance().announceToAll("" + this.getName()+ " is Godlike"); break; case 18: Announcements.getInstance().announceToAll("" + this.getName()+ " is Wicked Sick!"); break; case 20: Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Ludricrous Kill!"); break; case 24: Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Holy Shit!"); default: ; } //quakesystem=0; ... } ... } change all the announcements and controll to reset the quakesystem however you want to do it
  18. when you open gameserver does login console write smth like "Bratz registered" or "Bratz open"?
  19. model/entity/siege.java in setNextSiegeDate dont have time to read it good now, but i hope there you can change it
  20. lol my bad, 5 am is not a good hour to read forum :S
  21. http://www.maxcheaters.com/forum/index.php?topic=47248.0
  22. im not using interlude and dont know any good free pack, but anyways you will have to do the same that you are doing with this pack. BTW did the registerGameServer generated the hexid?
  23. they are same as normal items, has more drop chance, can not be enchanted, augmented,... and dont cost so much in vendor Common-Item Angel Slayer
  24. i found it! http://l2jfree-users.com/l2jfreeusers/posts/list/503.page you need to set JAVA_HOME variable to "C:\Program Files\Java\jdk1.6.0_20\bin\java" i have never done this so try it, and if does not work, hope some1 else could help you
×
×
  • 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..