Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. What? I don't understand your broken english :troll: Logout the character from game, set the proper access level and THEN log in.
  2. Have you added dat check ? + if (PkHunterEvent.isPk(activeChar)) + { + activeChar.sendMessage("You can't use escape skills while in event."); + return; + } Try to add the same check @ L2SkillSummon.java Oh damn, it's about cubics and summons.. Later edit: Well, basically dat check should do the job, block both skill types, since they're at the same class.
  3. You messed up the code, you miss brackets and blabla, add it once again. CORRECTLY :P
  4. Anti-phx - outdated, you don't need it. Anti trade bug - look above. Anti bot - sh1t codes and I suggest to don't use it :D Take a look here. http://www.maxcheaters.com/topic/170581-aio-all-your-codes-npcs-tools-guides-here/
  5. Reading this it's obvious that the localhost and the l2.ini IP's are different :D
  6. Your configuration is wrong. Set again mysql path, username and password and try again.
  7. No matter. I use w8 and I dont have any problem. Problem is with wrong IP address.
  8. lol Stewie.. :troll:
  9. Well, no offence but I will say the same as aVVe.. It's pointless. ++ you can get for free some "cool" things which ppl trade. Also, what makes to trust you more than the guy with who I'm gonna do the deal ? :P What would that change if we report you, lol? Nothing.. Scam is scam. That's good from your side, but it's rly pointless. :)
  10. Check sources, usercommandhandler.
  11. Cancel a skill and give a item ? :okey: I don't get your idea.
  12. Just check "up to date" source, it was updated couple of times.. :P Speaking about L2jPes sources.
  13. I guess you could 'call the function' by command, but not sure if there won't be a 'problem' (community board disabled msg) :P
  14. http://www.maxcheaters.com/topic/172074-website-coder/
  15. http://www.maxcheaters.com/topic/167407-services-npc/?p=2294525
  16. Joniredbull understand that, none is goin to do that.. It's Help section. What you don't understand in this patch, that you can't do it alone?
  17. Add the Multifunction zone by hand. Use search option @ Eclipse. Find the line which is with - in the patch and in this place paste +.
  18. It's sad to see such replies.. Just add it by hand. You won't find "apply patch -> select -> finish" codes. Deal with it :)
  19. Remove this from EnterWorld.java activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==" + Config.EOL)); activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IHd3dy5sMmpzZXJ2ZXIuY29t" + Config.EOL));
  20. Good luck with your server :) Nice to see part of Service manager :D
  21. There is no more projects.
  22. From my pov the easiest way, w/o writing a single line of code about your custom restriction ? Just add the ID of skill into _heroSkillsId list @ SkillTable.java These skills are 'removed' when you enter oly and then they get back :P Or maybe not, since when the char is hero and he lose the status, he will lose the skill as well.. So, not rly a good way :troll: But well, you could use the system how these skills are deleted, I guess. Create new method like is in SkillTable and add a proper check @ AbstractOlympiadGame about the removal. Well.. Fast idea, mby not the best, but still :D
  23. Da yum http://www.maxcheaters.com/topic/171966-buffer/
  24. Don't you feel you're just spamming..? Since it's not a share.. And your reply doesn't fit in any way.
  25. Something like that, check enchant_skills_tree or how its called on your pack. Here you go an example. As you can see the base lvl is 3, so if you want +30 time, you must put 130 lvl (1068,130) <!-- Might --> <enchant id="1068" name="Might" baseLvl="3"> <data level="101" type="+1 Time" enchant="1" /> <data level="102" type="+2 Time" enchant="2" /> <data level="103" type="+3 Time" enchant="3" /> <data level="104" type="+4 Time" enchant="4" /> <data level="105" type="+5 Time" enchant="5" /> <data level="106" type="+6 Time" enchant="6" /> <data level="107" type="+7 Time" enchant="7" /> <data level="108" type="+8 Time" enchant="8" /> <data level="109" type="+9 Time" enchant="9" /> <data level="110" type="+10 Time" enchant="10" /> <data level="111" type="+11 Time" enchant="11" /> <data level="112" type="+12 Time" enchant="12" /> <data level="113" type="+13 Time" enchant="13" /> <data level="114" type="+14 Time" enchant="14" /> <data level="115" type="+15 Time" enchant="15" /> <data level="116" type="+16 Time" enchant="16" /> <data level="117" type="+17 Time" enchant="17" /> <data level="118" type="+18 Time" enchant="18" /> <data level="119" type="+19 Time" enchant="19" /> <data level="120" type="+20 Time" enchant="20" /> <data level="121" type="+21 Time" enchant="21" /> <data level="122" type="+22 Time" enchant="22" /> <data level="123" type="+23 Time" enchant="23" /> <data level="124" type="+24 Time" enchant="24" /> <data level="125" type="+25 Time" enchant="25" /> <data level="126" type="+26 Time" enchant="26" /> <data level="127" type="+27 Time" enchant="27" /> <data level="128" type="+28 Time" enchant="28" /> <data level="129" type="+29 Time" enchant="29" /> <data level="130" type="+30 Time" enchant="30" />
×
×
  • Create New...