Issue information

Issue ID
#2887
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 23, 2009 0:18
Last Post
Hercules Elf Bot
Mar 5, 2012 12:59
Confirmation
N/A

Hercules Elf Bot - Mar 23, 2009 0:18

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

.../trunk/npc/merchants/renters.txt

There should be a 'close;' after the two setriding (line 63 and 120)
or else after you rent a peco, the script will just continue on and you'll also see the message as if you had picked Cancel.


And the Crusader/Paladin check (lines 87-89) doesn't work.

It should be something like:
CODE
        if (Upper == 1) mes "Welcome, Paladin.";
        else mes "Welcome, Crusader.";
(so it greets Trans(1) as "Paladin" and Normal(0)/Baby(2) as "Crusader")

This post has been edited by BrianL: Mar 31 2009, 12:23 PM