Issue information

Issue ID
#3613
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 24, 2009 17:50
Last Post
Hercules Elf Bot
Mar 5, 2012 14:31
Confirmation
N/A

Hercules Elf Bot - Sep 24, 2009 17:50

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

\npc\quests\seals\god_weapon_creation.txt
Wrong Check at line 812
CODE
    if (.@iput < 0 || .@input > 4000)

npc\battleground\bg_tierra_01.txt
npc\battleground\bg_tierra_02.txt
Neurality or Neutrality? line 104,110
CODE
        mapannounce "bat_a01","Guillaume obtained a neurality banner, so they have an advantage.",1,0x0000FF;

CODE
        mapannounce "bat_a01","Croix obtained a neutrality banner, so they have an advantage.",1,0xFF0000;

isnt it house? line 149,155
CODE
    mapannounce "bat_a01","Croix Vintenar Swandery: We destroyed Guillaume's food storehause. We won that! Wow!",1,0xFF0000;
    mapannounce "bat_a01","Guillaume Vintenar Axl Rose: We destroyed Croix's food storehause. We won that! Wow!",1,0x0000FF;

Gorge or Valley? various lines
CODE
l.192    mapannounce "bat_a01","Battle of Tierra Gorge will close in 1 minute!",1,0xFFA500;
l.198        mapannounce "bat_a01","Battle of Tierra Valley will close in 30 seconds!",1,0xFFA500;
l.160    mapannounce "bat_a01","Battle of Tierra Gorge will ends in 5 minutes",1,0xFFA500;
...


hm thats all for now i think.