Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Check Formulas.java There is a cofig Developer = false by defaul, when you activate it you will have "all" info on your GS console --> mod it to sendMessage() to a player instead of console An example from Formulas.java if (Config.DEVELOPER) { final StringBuilder stat = new StringBuilder(140); StringUtil.append(stat, "calcSkillSuccess(): Name:", skill.getName(), " type:", skill.getSkillType().toString(), " power:", String.valueOf(baseChance), " statMod:", String.format("%1.2f", statModifier), " skillMod:", String.format("%1.2f", skillModifier), " mAtkMod:", String.format("%1.2f", mAtkModifier), " lvlMod:", String.format("%1.2f", lvlModifier), " total:", String.format("%1.2f", rate), "%"); final String result = stat.toString(); _log.info(result); } calcSkillSuccess(): Name:Hex type:DEBUFF power:80.0 statMod:0,90 skillMod:1,01 mAtkMod:21,08 lvlMod:1,38 total:99,00% You can mod it to fit your needs :P Also if I'm not wrong, looong time ago it was working for players on aCis or frozen, I don't remember. But for sure I saw it working ;)
  2. Also, maybe take a look at your configs, players.prop or so, maybe you have there a config like we have on interlude # Spell book needed to learn skills # Default: True SpBookNeeded = True If no, then probably like kyosume said. No idea, never used above chronicle than Int :)
  3. We are what we repeatedly do. Excellence, therefore, is not an act but a habit.

  4. I don't :troll: Community board can be "ripped", so well.. Anyway, ppl who would like to buy the pack, should know the features of l2tales and test things, confirm if those files are legit :) Good luck tho ;)
  5. " Hello, I am selling a cat in the bag for a good price ". Sort of .. When you are selling something, you should give as much info as you can. Also, how can you prove that those files are/was used by l2tales? :)
  6. AutoLearnSkills = false? :P
  7. I meant that you will forget about the handler, like most ppl :P Np, locked.
  8. I was sure you wont make it work :D Register the handler. Then use it on the items xml.
  9. Finally. Locked.
  10. For gods sake, I can't be more clear.. Boolean is true/false. Like I said, use addRep(CONFIG) and it's done. Nothing more. I even marked everything with colors .. Time to sleep, hope you wil find out. Read my replies, examples ;)
  11. Hmm not rly. Analize it .. I gave you like 3 times the answer / example :D addRep(int) int is a value, like 1000 => use Config. Your example is addRep(int, boolean) -> must be addRep(int) => remove boolean / red color.
  12. Noo, not rly. Still you have two arguments aka (X, Y) while you need (X). And drop + before Config => error.
  13. Like the error says, (int) while you use (int, boolean) - one parameter too much. So, once again
  14. :troll: Instead of the value 1000, put there your config.
  15. Do not use setRep, use addRep..(number) ;)
  16. Can't see the images, gotta download them .. or wtf oO :P
  17. The method has another structure .. Open any itemhandler and compare them, then copy/paste.
  18. If you are using OVH then yes, there is high possibility that your server will lag as fak, maybe not down, but it's gonna lag :) But well, if your server doesn't have like ~1k ppl online, then you are safe, else someone rly hate you :P
  19. Im not wrong. A friend of mine was using ovh pro and guess what. He moved to hyperfilter bcs l2tales ddosed him - lags as fack. So well, if you rly count for big population then better use hf, otherwise ppl like stalone will take you down :P
  20. You should take a look at experience.java as well
  21. Drop your "useful" codes.
  22. Ovh is crap when it comes to 'experienced' boters. So, hyperfilter is the only way to be safe.
  23. http://svn.l2jserver.com/trunk/L2J_Server/java/com/l2jserver/gameserver/model/ L2Clan.java Well, so it's kinda strange, since it is getClanId() so.. :P
  24. I guess .. http://www.4shared.com/file/FK0__Sfece/l2_skilltime.html
×
×
  • Create New...