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...
Seed of annihilation
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- gigiikun
- L2j Veteran
- Posts: 637
- Joined: Wed Jan 24, 2007 10:00 am
- Location: Hungary
Re: Seed of annihilation
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?
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: Seed of annihilation
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.
- gigiikun
- L2j Veteran
- Posts: 637
- Joined: Wed Jan 24, 2007 10:00 am
- Location: Hungary
Re: Seed of annihilation
After server restart it will be ok.
Fix for next week buff change(this will be implemented in next l2j public version):
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);
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: Seed of annihilation
oh ok, thank you very much 

-
- Posts: 21
- Joined: Tue Feb 22, 2011 4:37 pm
Re: Seed of annihilation
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
-
- Posts: 21
- Joined: Tue Feb 22, 2011 4:37 pm
Re: Seed of annihilation
nothing? only my server is affected by this bug?
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: Seed of annihilation
it s not soa , check ur sql/db error msgsangende wrote:nothing? only my server is affected by this bug?
-
- Posts: 21
- Joined: Tue Feb 22, 2011 4:37 pm
Re: Seed of annihilation
i use default item xml, coul be a wrong config?