ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

Duel doesnt stop over time #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Core revision:251

Bug description:
Duel doesnt stop over time.

What steps will reproduce the problem?:
1.login two characters
2.start duel
3.wait few minutes
4.count down start
5.count down end but duel doesnt stop

What is the expected output?:
duel stops over time.

DuelResult have only DUEL_WON and DUEL_LOST without DUEL_DRAW.

Original issue reported on code.google.com by pl6...@gmail.com on 13 Apr 2011 at 3:02

GoogleCodeExporter commented 9 years ago
Need to add a Server-sided timer when commenced Duel, and send draw packets 
after elapsed time and cancel Duel.

Files that need modification.
gameserver\model\DuelResult.java
gameserver\services\DuelService.java

Original comment by ZeroSign...@gmail.com on 14 Apr 2011 at 11:11

GoogleCodeExporter commented 9 years ago
Apply patch, test and report results.

This patch does not have the correct System Message when the time Elapses, and 
for now it just says they both lost which can be fixed later since its minor.

Original comment by ZeroSign...@gmail.com on 27 Apr 2011 at 12:02

Attachments:

GoogleCodeExporter commented 9 years ago
Committed Revision 271.

Original comment by ZeroSign...@gmail.com on 27 Apr 2011 at 2:17