Issue information

Issue ID
#1409
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 23, 2008 15:56
Last Post
Hercules Elf Bot
Feb 21, 2012 9:16
Confirmation
N/A

Hercules Elf Bot - Apr 23, 2008 15:56

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

npc\jobs\valkyrie.txt:
CODE
            if (select("Donate.:Cancel.") == 1) {
                if (Zeny > [b]1284449[/b]) {
                    set zeny,zeny-1285000;
                    set valkyrie_Q,1;

maybe this:
CODE
            if (select("Donate.:Cancel.") == 1) {
                if (Zeny > [b]1284999[/b]) {
                    set zeny,zeny-1285000;
                    set valkyrie_Q,1;

typo (IMG:style_emoticons/default/ani_que.gif)

This post has been edited by 3BEPOK: Apr 23 2008, 08:56 AM