Issue information

Issue ID
#6144
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 1, 2012 11:06
Last Post
Hercules Elf Bot
Jul 1, 2012 14:17
Confirmation
N/A

Hercules Elf Bot - Jul 1, 2012 11:06

Originally posted by [b]Ainna[/b]
There is a bug in the normal Jobchange Priest script.
npc\jobs\2-1\priest.txt
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/jobs/2-1/priest.txt

[CODE]
mes "[Deviruchi]";
mes "Out of your sight?";
mes "I guess I'm not the";
mes "cutest thing you've";
mes "ever seen, huh?";
next;
mes "[Deviruchi]";
mes "But how about this...? Now, isn't this an attractive sight? A nice, shiny new card. Mint condition. Not too many people have this you know. But I happen to have soooo many, my pockets hurt.";
next;
cutin "占싱쏙옙트占쏙옙占쏙옙카占쏙옙.bmp",4;
mes "[Deviruchi]";
mes "Isn't it everyone's dream to have one of these? Think about it, being a Priest can only bring you suffering...";
next;
if (select("You're right, I'll take it!:Silence!") == 1) {
mes "[Deviruchi]";
mes "Good choice!";
mes "This card can";
mes "can be yours...";
next;
cutin "占싱쏙옙트占쏙옙占쏙옙카占쏙옙.bmp",255;
mes "[Deviruchi]";
mes "Theoretically!";
mes "BWAHAHAHAHAHAHAHA!";
mes "Go and earn it yourself!";
close2;
warp "mjolnir_05",200,200;
end;
}
cutin "占싱쏙옙트占쏙옙占쏙옙카占쏙옙.bmp",255;
[/CODE]

The card 占싱쏙옙트占쏙옙占쏙옙카占쏙옙 does not exist. Also the cardname makes no sense.
Here is a topic with more info about it:
http://rathena.org/board/topic/66682-missing-bmp-file/

The Mistress card wich should be shown, has the name ¹ÃƒÅ’½Ã‚ºÃ†Â®·¹½Ã‚ºÃ„«µå.bmp // 데비루치카드.bmp

eAthena has the correct script with ¹ÃƒÅ’½Ã‚ºÃ†Â®·¹½Ã‚ºÃ„«µå.bmp :
http://eathena-project.googlecode.com/svn/trunk/npc/jobs/2-1/priest.txt

This post has been edited by Ainna on Jul 1, 2012 11:11

Hercules Elf Bot - Jul 1, 2012 14:17

Originally posted by [b]Masao[/b]
Fixed in [rev=16362] .