Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. Try this //create_pet [index] [level] where [index] it's pet_index = 5 npc_name = [wind_strider] pet_index = 6 npc_name = [star_strider] pet_index = 7 npc_name = [twilight_strider] and level 55 and above. Many other GM commands for L2OFF you can see this. I posted it for as notes. P.S. I told about limitations for //summon commands.
  2. Add to item properties ItemHandler with new custom handler like ShowDialogue. After add new class with this handler and show neccessary pages by item ID.
  3. Секция Custom Share с халявными аддонами. Секция Custom Ask секция с халявной помощью. Естественно это доступно только для подписчиков и разработчиков. И таки да, бесплатно на вас никто своё время тратить не будет. Бесплатно говорят где и что искать/править, а также в чём ваши ошибки при реализации. Это называется помощь.
  4. Event not a full. Missed window and few packets:
  5. You tried to define twice this constant. Rename her for this IF part.
  6. Fly Mode exploit is funny. :happyforever: New L2J Frozen it's ony refactoring of configs and Eclipse source folders. Goodluck for customers! Instead of dealing with the synchronization of the source code with the latest achievements of the L2J community, the new developer manages the configs and moves rare shit to the new place.
  7. Because max enchant level 25 and cannot be changed. For strider need 55 and above.
  8. I see two teams in this thread: admins (do nothing knows about Java and acrhitecture of server) and developers (who write the server code relying on the functionality and security). The first team talks about something that they do not fully understand. If drop on this forum all topics with stupid questions, then admin will cleaned 50-60% of DB space. And they believes in any product just because it has a "sounding name" and it was advertised with the help of forum's bots (fake/friends accounts). The second team does not understanding the marketing side of L2 community - create a shit and sell as gold (because the first team members is an idiots). Tryskell told about this, i think. It was and it will always.
  9. Low level security. The first succefuly uploaded shell to the site will kill your project.
  10. Dude, just add trigger command (like //logger) for chat logger before this. Otherwise, your any item action will spamming the own chat.
  11. Don't use this the mammoth shit. Use better another shit - L2J Frozen. The last shit is better shit from all shits. :happyforever: Where you found this? I was thinking it no longer exist.
  12. I think getRandomTarget() return always null.
  13. As i know GF client can connect to the login server from Interlude pack. Beginning from HF the login server uses another revision.
  14. Client don't see a server. Check configs or find a working patch.
  15. 1. Use Event as container with properties. You get one HashMap<Integer, Event> 2. Use Map as container EventMap with properties. You get variable _maps as HashMap<Integer, EventMap> or List<EventMap> Eventually, you get the fast readable data like this: 1. Map name - Event.getMap().getName(); 2. Spawn location - Event.getMap().getSpawnTeam1(); 2. Event colors - Event.getTeam(_teamId).getOwnerColor(); StatSet perfect only for big data. Your event system don't be use 100500 event's templates. Therefore, you should use the containers with intuitive methods. Yes, it has more code, but you get less mistakes while writting a code.
  16. Best times for playing it was in 2005-2009.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock