gift with lastest update

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: gift with lastest update

Post by _DS_ »

Both of them complain about deleted custom spawns, not customizing of the base spawnlist.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
bigbro
Posts: 215
Joined: Mon Apr 30, 2007 10:00 pm
Location: Bulgaria

Re: gift with lastest update

Post by bigbro »

janiii wrote: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.
Yes, that is what I mean. Thanks janiii.

In one of our servers, we have lot of custom zones, farm zones... with spawns. In towns also custom spawns. After lastest update and removed nonspawn table, all was broken. Well, life is hard and we restore old spawns, but in few zones we need to remove mobs and their spawn has removed from original spawnlist table, so on svn update we need to use software like winmerge to see diffs in spawnlist and update it by hand. It is not good.


Well, last method was not good (added new record in nonspawn table and in custom_spawnlist record stay), but new method (removed nonspawn table and delete record from original spawnlist table) is not good as well. Sorry to say that, but for me it is truth.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: gift with lastest update

Post by JIV »

lol? how could you use notspawned table for disabling original l2j spawns?? spawnlist.sql does not contains IDs so if someone from l2jdp add few spawns at begin all ids will be shifted
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: gift with lastest update

Post by jurchiks »

I'm working on moving the spawnlist to xml, made the xsd and the basic xml already, now just have to parse the sql and change spawntable. And figure out how to deal with custom spawnlist.
Edit: core part is done, all that's left is to convert the spawnlist table to XML and test it :)
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.
Post Reply