Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. In onPickUpItem(), doPickUp() (not remember) method (L2PcInstance.java) you need change check for full inventory and existing this item as stackable.
  2. For first entering to the game your heading in client always 0. Client skips heading from packet UserInfo. It's NC Soft bug. In other cases, the heading uses from UserInfo packet but in your specified projects it's not uses, because it's only visual bug and fix it need to do many copy/paste work for storing everywhere the current chatacter heading.
  3. I meant server side "smart" FloodProtector and new 50 lines of code.
  4. The smart flood protector will kill all your features. I meant, augment, enchant, auto potions, etc.
  5. Search in Google by next keywords: jQuery Modal Windows.
  6. Kamaloka for Interlude. Have fun! Important! This addon based on deMev client patches which not included in pack: Rim Kamaloka Hall Of Nightmares (For Interlude); Kamaloka Hall Of The Abyss (For Interlude); Kamaloka Labyrinth Of Abyss (For Interlude) Full Set.
  7. Why you don't use Prime Shop in client? It's retail donation shop since Gracia.
  8. Welcome to the Lineage 2 community! GOD and latest chronicles fan's you and some few guys. The prev chronicles than GOD not have this options.
  9. If you don't know full name in client of item then you never get the result. Try it.
  10. The better is not to use user commands if it's planned to use the frequently, because they can't be added to macroses. The client checks the maximum indexer for user commands when trying to use them in macros. For IL it's 115 (if i'm not mistaken).
  11. You need manage new table in SQL database; You need add new instance for parsing NPC's templates from database.
  12. data/stats/npcs/ Search by NPC ID.
  13. Good. What the fork of L2J Server you are compiled yesterday?
  14. My uLogin project (Universal Login Server) will be provide proxy option aswell. The project will be distributed as a freemium. Follows for the news in blog.
  15. I'm not played in L2OFF Interlude in 2006 year, but i'm played in C4 Extender in this time and it was. Maybe, yes, it's a custom.
  16. Just need defines castle id for everyone Folk while he spawn by coordinates.
  17. I want to say more. Npc.java code: public Npc(int objectId, NpcTemplate template) { super(objectId, template); .... _castle = template.getCastle(); // <-- Here is the problem }
  18. I don't remember now. It was the long times ago when i wrote quests for aCis. Also, this system seems like event/quest with urn in MoS. Anyway idea is not a new. :)
  19. I hate all what was before Interlude. Everyone death you always drops something (in my case). With my fortuna's chance can play in lottery and always be winner. Also Interlude it's like CS 1.6 with augment weapons. I like old times where my little dwarf girl was always with red nickname color. So, Interlude only.
  20. I saw this idea in one of retail Lineage 2 quests.
×
×
  • Create New...