Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. I don't think so. On aCis it's inside classes folder, on frozen not sure, never used it.. Probably skills_tree.sql or some other file inside /data/... Blind guess :P
  2. @CE The best way to learn such a thing is to read skills description and then just check the skill's xml, that way you will manage how it works ;)
  3. 1.0 is your base like 0. 1.1 means +10% 0.9 means -10%
  4. No problem. If it was closed source, such pack would not exist :happyforever:
  5. It's not closed source :P
  6. lol Stewie.. Its l2j section, you know. Locked.
  7. Probably you are talking about this topic, don't you ? http://www.maxcheaters.com/topic/81814-guidehow-to-make-your-own-custom-weapon-and-fix-the-glow-and-effect/
  8. Yup, I just cleaned your example. Add w/e instance you want to (block) that check :P
  9. if (object instanceof L2PcInstance && object.isInsideZone(ZoneId.JAIL)) return; If so
  10. Basically you have to add a check @ onTarget method, like if target instanceof L2Playable || L2NpcInstance then return. Ofc you need a check about the zone first if isInsideZone(ZoneId.JAIL) or w/e method is on your pack (probably frozen) :P Do not spam.
  11. Switch the system folder, the initialize did not helped me as well. So, I switched to other system folder and everything was fine.. So, try to do the same. :) Keep in mind that I'm not sure if it's about User.ini, it's just a guess :D
  12. What chronicle it is? Post here your new added lines and your itemname-e.dat, so we can see if it's all correct :P I had similar situation few weeks ago, a friend of mine couldn't save the file (error while saving) and I did it w/o any problem, using his code lines ofc. He.. facepalmed :D
  13. Client related, moved. Make sure id is the same like they said. Also in past I experienced that when I did paste in "wrong" place. Since its separated like weapons/armors/etc. I doubt thats the case, but you can try. Or you edited the file wrong :P
  14. Use options => Initialize. Surely the htm is "outside" of the window. The same thing happened to me, but with pet window and I had to switch the system folder (user.ini probably ?).
  15. It's english section, so translate your post. Otherwise I will move it to gr section.
  16. Client related, moved to right place.
  17. Check how GMs shift click works and try to do the same for players :P
  18. Ohh right, dat one.. :) So, just switch that file from any other system where the camera is not limited.
×
×
  • Create New...