PDA

View Full Version : Modifying Loot Tables


Rikon
07-18-2015, 12:55 PM
If I modify a loot table, can I just reboot a zone to have the changes take effect, or do I need to reboot the server?

kimura
07-18-2015, 01:34 PM
that would take a server reboot out of the options you gave.

you can run a shared memory without restarting the server, BUT only if you haven't made new items in the database. Use that in moderation because it can cause issues. It's nice to use when adjusting current items, spells and loot while developing, especially if there aren't any players logged on.

Rikon
07-19-2015, 08:38 AM
Thank you Kimura.

KLS
07-21-2015, 01:48 AM
We actually can reload shared memory now via #hotfix.

#hotfix once and wait till it completes (it will take a bit) and shared memory changes will update automatically. You probably will need zone to notice many of the effects though.

atrayas
07-21-2015, 11:51 AM
can also use the addloot plugin to add loot in real time.

chrsschb
07-21-2015, 01:44 PM
We actually can reload shared memory now via #hotfix.

#hotfix once and wait till it completes (it will take a bit) and shared memory changes will update automatically. You probably will need zone to notice many of the effects though.

Has this been committed already? I may need to update :D

Kingly_Krab
07-21-2015, 05:01 PM
Yes, it has been committed already.