Guys, thanks for this christmas gift.
With removed nonspawned sql tables, all custom npc from custom_spawnlist are spawned. Can you imagine 2000 custom mobs in giran? Lol.. that was really awesome!
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
JIV wrote:you have mess in own custom spawntable...
why?
before admin spawn npc. well.. there is INSERT INTO custom_spawnlist table. After that admin deleted custom npc, there is still record into custom_spawnlist, but a recort into custom_nonspawned table.
before... when admin delete regular mob, there was new record in nonspawn table. Now if admin delete mob, record will be deleted in original spawnlist table?
yep.
That's why I made that topic, but, as you can see, they don't give a fuck.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
yeah, that's how you see those differences. And since you already have Eclipse, that argument is invalid.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
with eclipse you cannot compare changed database content with sql from svn. also the export of the data to sql is probably different structure as the sql in svn. that is probably what bigbro ment.
DO NOT EVEN TRY TO MESS WITH ME! forum flOOderdancing dEVILoper♀ I don't give private support - PM will be ignored!
If you throw junk under the bed - sometimes it will return back. Maybe just not create junk at all ? Or you (as my co-workers) store documents in recycle bin too ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
i dont think customizing the spawnlist is junk. it is a normal feature of a customizable l2j server. i dont agree with removing the not_spawned table too. you cannot directly change the sql files from svn when you change the spawns. that is why there was the table - to control the removed original spawns and be able to update the sql files and the database with those changes.
DO NOT EVEN TRY TO MESS WITH ME! forum flOOderdancing dEVILoper♀ I don't give private support - PM will be ignored!