Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. data/xml/accessLevel.xml has the correct access levels.
  2. data/html/admin/npcinfo.htm java part, search over sources for that htm "npcinfo.htm" and you find it.
  3. Depends the pack. There may be npcid tag inside multisell.
  4. Everything is possible! Me is not you, so 1 - 1 = 0. Capish?
  5. Most likely (obviously) the files are not compiled.
  6. Nothing stops you from taking H5 geo. I guess existing terrain didn't change. Eventually drop regions which doesn't exists on Freya.
  7. If it is stackable, obviously you can define the amount. If it's not stackable, you can't and so, you take it one by one.
  8. I don't remember any changes related to augments, deleting rows from the xml should be enough. I remember doing that. Make sure you didn't delete anything 'extra' from the file.
  9. Then limit the crystallization or whatever the problem is. As you said it's 21, limit it.
  10. Yea, pagination (pages) are required. I guess you won't handle it alone, but you can try. You can take a look at acis sources, admin command handler, memos file for example. Eventually, easier, you can limit items show view to 20. Under a foor loop, you have to add some counter and break loop if reached.
  11. Don't listen to her suggestion, you will regret. If you have money you can contact xdem or Elfocrash or Synergy, if he's still coding for people. They know what they are doing and won't leave you with semi working / broken thing, read dick in your hand.
  12. ... && !_item.isEquipped() That's all you have to add to your check(s).
  13. Copy random dual weapons weapongrp.dat line and edit it, change weapon textures.
  14. You already know what to take out of another pack, EVERYTHING related to upnp config. Check code occurence and take it all.
  15. The one you handle. Doesn't matter which pack you choose, most likely it's gonna fail, to be honest. So yeah, start with L2J and see what you can do, as you have more possibilities.
  16. I like that drama. Yet I don't read posts longer than 100 chars, mainly Stinky' and that 'I can code from scratch' guy. Right Elfo, such a goOd boy. Yo yo.
  17. If your OS is 32b, you can sell 12G of ram.
  18. It's normal online counter, just... 100 / max allowed players mul by actual online count and % at the end. Wooooa.
  19. Decrease ram usage of gameserver (edit the bat file, change xmx) and deactivate geodata.
  20. Check the quest, boss script itself. Remove conditions.
×
×
  • Create New...