Hi,
is it a way to use the same ID's in custom Tables as in org Tables?
Or should i create new id's for NPS's for example?
I will be great if you can think about that. .. on gameserver load, check Id's in orginal table and custom table, if in custom table have same ID's use custom table settings and don't load this id's from orginal table...
This make Update more easier for admins..
cheers,
Flashy
Custom table Support
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Custom table Support
Last edited by Flashy on Mon Jul 12, 2010 2:50 pm, edited 1 time in total.
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Custom table Support
i think it is used like that, that data from custom override the data from original table if it has the same id. but maybe it depends which table, not sure now if all custom tables work like that.
custom spawn - column "id" is important (original is overriden if custom with same id exists)
custom npc - column "npcId"
custom npc skills - column "npcid" and "skillId"
custom item - column "item_id"
custom armor set - column "chest"
custom teleport - column "id"
custom droplist - not sure, but mostly the drop will be added like a new drop
custom merchant - column "shop_id"
custom npc buffer - adds new skill to npc according to buffgroup
custom spawn - column "id" is important (original is overriden if custom with same id exists)
custom npc - column "npcId"
custom npc skills - column "npcid" and "skillId"
custom item - column "item_id"
custom armor set - column "chest"
custom teleport - column "id"
custom droplist - not sure, but mostly the drop will be added like a new drop
custom merchant - column "shop_id"
custom npc buffer - adds new skill to npc according to buffgroup
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: Custom table Support
Hi Janiii,
thanks for your prompt reply.
so I do some tests with this new knowlege
.. and verify the correspondending columns for in the tables..
thanks for your prompt reply.
so I do some tests with this new knowlege
