Seed of annihilation

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Seed of annihilation

Post 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...
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: Seed of annihilation

Post 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?
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Seed of annihilation

Post 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.
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: Seed of annihilation

Post 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); 
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Seed of annihilation

Post by babyjason »

oh ok, thank you very much :)
angende
Posts: 21
Joined: Tue Feb 22, 2011 4:37 pm

Re: Seed of annihilation

Post 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
angende
Posts: 21
Joined: Tue Feb 22, 2011 4:37 pm

Re: Seed of annihilation

Post by angende »

nothing? only my server is affected by this bug?
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Seed of annihilation

Post by babyjason »

angende wrote:nothing? only my server is affected by this bug?
it s not soa , check ur sql/db error msgs
angende
Posts: 21
Joined: Tue Feb 22, 2011 4:37 pm

Re: Seed of annihilation

Post by angende »

i use default item xml, coul be a wrong config?
Post Reply