Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Umm, basically its Hitman system. Which exist since X years, at least 4 :D
  2. Update it on your own. I see you only ask everywhere for updated code.
  3. Isnt the lib missing?
  4. It's fake. Tk on dualbox :troll: You can check more here, http://acis.i-live.eu/index.php?topic=2704.0
  5. Wtf, Kenrix is back !? :happyforever: That's pretty easy, you facked up the structure. Also, why the heck you use that outdatted pack? I should lock it right away.
  6. sysstring-e.dat 541 Looking for Party
  7. Thats why I am afraid to open my own server -.-
  8. Didnt read all the code, only to the moment you said shorter and shorter, guess why.. countdown--;
  9. Show the stats part/weapon structure. Probably missing equip action.
  10. ItemInstance.java /** * @return if item is tradable */ public boolean isTradable() { return isAugmented() ? false : _item.isTradable(); }
  11. Hahaha Tessa, I guess you melted topics :D
  12. There is :D http://www.maxcheaters.com/topic/188478-l2j-order-vs-chaos/
  13. Seriously, don't reply when you have no idea about what he is talking about .. :okey: He needs someone with l2j structure knowledge, aka where is what.
  14. Maybe yes, maybe not. Feel free to do it and share :) Ok, here you go, -5e for package :happyforever:
  15. It's not a check, it's effect stop :D
  16. Client related. Moved. Like he said. Change the rgb code.
  17. Old db installers words kinda another way, or so :P Launch the bat and put all the info in the cmd. Else, you can c/p aCis db installer edit it to install proper files.
  18. What's the reason you want to use them? :o What's wrong? You probably doin' it wrong, simple as that :happyforever:
  19. Great server. The best faction server around, don't hesitate to join :D
  20. Then what's stopping you to edit mana herb skill to give manaheal instead of manapercent..?
  21. Because it's a custom item as I see. The item "mana potion" has linked skill, you press the item and boom, you cast a skill. So, check your ITEM mana potion. Also, I wonder why you use custom mana pot/skill..
  22. It's already done, just create your config @ config.java o.O With that check you simply skip the check condition.
  23. Basically, this Index: aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/instance/L2VillageMasterInstance.java =================================================================== --- aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/instance/L2VillageMasterInstance.java (revision 1) +++ aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/instance/L2VillageMasterInstance.java (revision 6) @@ -614,4 +614,7 @@ public final boolean checkVillageMaster(PlayerClass pclass) { + if (Config.ALT_GAME_SUBCLASS_EVERYWHERE) + return true; + return checkVillageMasterRace(pclass) && checkVillageMasterTeachType(pclass); } Create config for that.
×
×
  • Create New...