-
Apprentice
help please - bags
Hi, everybody.
I use AionServer-3.9 (AionJava rev.5)
met 2 bugs which I can't solve
Example:1. the artifact an infernal flame beats only 1 time. in settings costs repeat_count= "5" - but doesn't work. (
Example: 2. All automatic quests don't work - Vasatri quest Vasatri's Extermination 41122 - Is given, but after murder of Vasatri's doesn't set off.
There are no mistakes in GS.
Who can help or prompt?
Thanks in advance.
-
-
Apprentice
Re: help please - bags
Has solved a problem with missions.
But the problem with artifacts remained.
I will write in more detail:
1. in xml costs repeat_count= "5"
also in java costs:
@XmlAttribute (name = "repeat_count")
protected int repeatCount = 1;
.....
public int getRepeatCount () {
return repeatCount;
}
but he doesn't accept value from xml.
only 1 time works.
Prompt please where to look for?