Page 1 of 1

Seed of annihilation

Posted: Mon Oct 25, 2010 1:09 pm
by babyjason
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4413
L2JDP Revision Number:7666

Hi, today i observed somethign strange in the seed. in each room i started to receiv 2 buffs, not just one, is that normal? i read guides, but they all said u receive 1 buff, and they change every monday...

Re: Seed of annihilation

Posted: Mon Oct 25, 2010 1:32 pm
by gigiikun
In which place, which two buffs? All the three place has two buffs, or only 1 and 1 has 1 buff 1 has no buff?

Re: Seed of annihilation

Posted: Mon Oct 25, 2010 2:21 pm
by babyjason
in any tunnel. for exemple i went to red tunnel and got warrior buff (strenght) and wisdom for mage buff, both at the same time.

Re: Seed of annihilation

Posted: Mon Oct 25, 2010 8:36 pm
by gigiikun
After server restart it will be ok.
Fix for next week buff change(this will be implemented in next l2j public version):

Code: Select all

Index: /data/scripts/ai/group_template/SeedOfAnnihilation.java===================================================================--- /data/scripts/ai/group_template/SeedOfAnnihilation.java (revision 1)+++ /data/scripts/ai/group_template/SeedOfAnnihilation.java (revision 2)@@ -202,5 +202,7 @@                    af.setDisplayEffect(_regionsData[i].activeBuff);                -               ZoneManager.getInstance().getZoneById(_regionsData[i].buff_zone, L2EffectZone.class).addSkill(ZONE_BUFFS[_regionsData[i].activeBuff], 1);+               L2EffectZone zone = ZoneManager.getInstance().getZoneById(_regionsData[i].buff_zone, L2EffectZone.class);+               zone.clearSkills();+               zone.addSkill(ZONE_BUFFS[_regionsData[i].activeBuff], 1);            }            startQuestTimer("ChangeSeedsStatus", _seedsNextStatusChange - System.currentTimeMillis(), null, null); 

Re: Seed of annihilation

Posted: Tue Oct 26, 2010 3:41 am
by babyjason
oh ok, thank you very much :)

Re: Seed of annihilation

Posted: Tue Feb 22, 2011 4:51 pm
by angende
i have a problem in Seed of annihilation: when i use the collection agation on a energy seed i get a " XX Energy Compression Stone" but if server restart or the player crash this items disappear from the inventory

Re: Seed of annihilation

Posted: Wed Feb 23, 2011 1:01 am
by angende
nothing? only my server is affected by this bug?

Re: Seed of annihilation

Posted: Wed Feb 23, 2011 4:19 am
by babyjason
angende wrote:nothing? only my server is affected by this bug?
it s not soa , check ur sql/db error msgs

Re: Seed of annihilation

Posted: Wed Feb 23, 2011 10:08 am
by angende
i use default item xml, coul be a wrong config?