Jump to content

Sdw

Members
  • Posts

    1,142
  • Credits

  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by Sdw

  1. You can't edit npc in game anymore, unless you code that part yourself. Edit npc xml file in data/stats/npc/
  2. In cmd start L2.bin IP=...
  3. We do know what assumed final is, but it's oftenly used for readability in company world. Why not here ?
  4. Or I just made a copy paste
  5. Just don't do that :| It's less messier, easier to read, whatever you want to do 2 XML templates and based on which version he wants just load the proper xml. Then having groups like this in his templates : <group name="my_first_room_whatever"> <!-- Krakia Bathus --> <spawn npcId="27437" x="-107726" y="209248" z="-10872" heading="49536" respawn="0" allowRandomWalk="false" /> <spawn npcId="27437" x="-107926" y="209248" z="-10872" heading="49536" respawn="0" allowRandomWalk="false" /> <spawn npcId="27437" x="-108096" y="209248" z="-10872" heading="49536" respawn="0" allowRandomWalk="false" /> </group> with shared names for the first room, he can spawn them using : final Instance inst = InstanceManager.getInstance().getInstance(world.getInstanceId()); final List<L2Npc> spawnedNpcs = inst.spawnGroup("my_first_room_whatever");
  6. Use multiple XML template. You can manage different spawn from there with the same name. You can also spawn any group define in here with 2 lines of code instead of managing ugly array in java.
  7. There is a lot to achieve before getting to skills, we aren't done with client compatibility yet (enchant, new subclass system, ...) it shouldn't take long but it's my main objective for now.
  8. I think I understood the first time, but yeah we must be idiot for you to spam us with that. Maybe leave it a shot, and see what happens. There is no contributions so far and nothing has stopped ?
  9. Any bugs reports is more than welcome, but make sure you do it on implemented stuff (the list is not that long for now). We haven't started skills yet.
  10. lol, that's actually pretty funny :D Love that last bit, if you knew. But what private branch ? I got mine on Ertheia, but I joined the team to merge it into L2J, I just fucking want it to make my work easier !
  11. No it's based on L2J with L2JTW changes.
  12. Let's make those sell useless.
  13. Just use packet samurai, it will do for you.
  14. Damn he gave you so much already. Seems like for your level of understanding, a packet sniffer is what you need.
×
×
  • Create New...