Issue information

Issue ID
#6238
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 14, 2012 16:24
Last Post
Hercules Elf Bot
Jul 14, 2012 20:42
Confirmation
N/A

Hercules Elf Bot - Jul 14, 2012 16:24

Originally posted by [b]Mysterious[/b]
In the latest changelog, you've brought in the Evolver for Homun S.

[url="http://trac.rathena.org/browser/rathena/trunk/npc/re/quests/homu_s.txt?rev=16427"]http://trac.rathena.org/browser/rathena/trunk/npc/re/quests/homu_s.txt?rev=16427[/url]


Here:
[CODE]
if(gethominfo(1) == 6048 || gethominfo(1) == 6049 || gethominfo(1) == 6050 || gethominfo(1) == 6051 || gethominfo(1) == 6052){
67 mes "Your Homunculus S looks great!";
68 mes "I hope you wil experience many great adventures with it!";
69 close;
[/CODE]

It's supposed to be on line 68:
[CODE]
mes "I hope you will experience many great adventures with it!";
[/CODE]

This post has been edited by Mysterious on Jul 14, 2012 16:24

Hercules Elf Bot - Jul 14, 2012 17:26

Originally posted by [b]Euphy[/b]
Edited the entire script, [rev=16428].

Hercules Elf Bot - Jul 14, 2012 19:39

Originally posted by [b]EvilPuncker[/b]
also that can be changed into if(gethominfo(1) >= 6048) {

xd

Hercules Elf Bot - Jul 14, 2012 20:42

Originally posted by [b]Euphy[/b]
Yeah, I noticed that but figured it was fine in case anyone ever added custom homunculi or something. o;