Issue information

Issue ID
#5387
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 4, 2012 21:32
Last Post
Hercules Elf Bot
Mar 23, 2012 10:22
Confirmation
N/A

Hercules Elf Bot - Mar 4, 2012 21:32

Originally posted by [b]Vali[/b]
[url="http://svn.rathena.org/svn/rathena/trunk/npc/jobs/3-2/minstrel.txt"]http://svn.rathena.o...-2/minstrel.txt[/url]

In the minstrel quest, the NPC that must be a little girl is a sheep. :lol:


[CODE]
lighthalzen,162,126,3 script Little Girl#job_min 890,3,3,{
OnTouch:
if (checkquest(11145,2) == 2){
if (job_min == 12){
mes "[Little Girl]";
mes "Ah!!!!";
mes "Teddy bear!!!";
[/CODE]

[attachment=1058:screenROcommerce019.jpg]

Vali~

Hercules Elf Bot - Mar 5, 2012 10:17

Originally posted by [b]ngek202[/b]
lolol

Hercules Elf Bot - Mar 6, 2012 1:30

Originally posted by [b]JayPee[/b]
I think the npc sprite id shouble be 62

[code]

lighthalzen,162,126,3 script Little Girl#job_min 62,3,3,{
OnTouch:
if (checkquest(11145,2) == 2){
if (job_min == 12){
mes "[Little Girl]";
mes "Ah!!!!";
mes "Teddy bear!!!";

[/code]

Hercules Elf Bot - Mar 6, 2012 2:03

Originally posted by [b]Jman[/b]
lol..

Fixed in [rev=15660].