Issue information

Issue ID
#4848
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Apr 6, 2011 11:34
Last Post
Hercules Elf Bot
Mar 5, 2012 16:05
Confirmation
N/A

Hercules Elf Bot - Apr 6, 2011 11:34

Originally posted by [b]5511[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4848

Line 501
OnAngelingStart: -> OnDevilingStart:

Line 1451 & 1459
if($@wop_doorcount_a < 3) { -> if($@wop_doorcount_a < 4) {

Line 1548 & 1556
if($@wop_doorcount_d < 3) { -> if($@wop_doorcount_d < 4) {

Line 1735
if(wop_team == 1) { -> if(wop_team == 2) {

Line 1741
if(wop_team == 2) { -> if(wop_team == 1) {


*edit*
Line 4
//= Kisuka -> //= 5511
Line 13
//= 1.0 First version. [Kisuka] -> //= 1.0 First version. [5511]
Here is my [Topic]
-----

This post has been edited by 5511: Apr 6 2011, 11:52 AM

Hercules Elf Bot - Dec 18, 2011 11:22

Originally posted by [b]calciumkid[/b]
I'm not quite following this-

This dude seems to have made a modified version of the script? Is the problem with his version or the original? :3

Hercules Elf Bot - Dec 24, 2011 21:49

Originally posted by [b]Xantara[/b]
Typos are confirmed.

The script in question is found in /rathena/npc/other/poring_war.txt

Not sure about the credits though but we can add 5511 to the credits for the bug fixes?

I think line 1561 should be 5 instead of 4 since there should be 5 players in the room. Not 100% sure since I can't test at the moment though =\
[CODE]
if($@wop_doorcount_d == 4) { // if($@wop_doorcount_d == 5) {
[/CODE]

[url="http://irowiki.org/wiki/Poring_War"]http://irowiki.org/wiki/Poring_War[/url]

This post has been edited by Xantara on Dec 24, 2011 22:19

Hercules Elf Bot - Dec 25, 2011 12:13

Originally posted by [b]5511[/b]
I re-write the script from Aegis [[url="http://www.eathena.ws/board/index.php?showtopic=263915"]http://www.eathena.ws/board/index.php?showtopic=263915[/url]]
but [color=#282828][font=helvetica, arial, sans-serif][size=3]Kisuka [/size][/font][/color]stole it without ask

Hercules Elf Bot - Jan 1, 2012 0:53

Originally posted by [b]calciumkid[/b]
Fixed in [rev=15341]

This post has been edited by Kenpachi on Mar 5, 2012 16:02