Recent content by Jeffery

  1. J

    How is embedding LUA in to Hercules?

    Recently I was focus on improve Hercules Script System, I wonder how it would be if Hercules embed LUA into itself for some npc script and even mob AI? Any comment?
  2. J

    Unique ID to All Items

    I suggest all items equipped with unique id and all items are unstackable in SQL data and they automatically stack to the client when they are stackable. It will be helpful when admin trace the item log
  3. J

    to make storage like guild_storage to save memory

    Players don't use storage all the time, so there's no reason for map-server to store memory data for them all the time (sd->status.storage). I suggest that make storage data like guild_storage data. Only occupy memory when player use the storage system. And free the memory when player...
  4. J

    HPM Custom Data Struct for Instance Data, Guild Data and Party Data.

    I think it would be helpful for plugins-makers to build plugins with these suggested features. Thank you.
Back
Top