Issue information

Issue ID
#4303
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 12, 2010 21:17
Last Post
Hercules Elf Bot
Mar 5, 2012 15:07
Confirmation
N/A

Hercules Elf Bot - Jun 12, 2010 21:17

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

Elmer Keays and Margie Keays

Aegis:

CODE
    dialog "[Elmer Keays]"
    dialog "You're still the most"
    dialog "precious sight to these"
    dialog "old eyes, my dear. I'm"
    dialog "really lucky to be with you."
    Emotion "Margie Keays#li_02" ET_CHUP
    Emotion "Elmer Keays#li_03" ET_CHUPCHUP


eA:

CODE
    mes "[Elmer Keays]";
    mes "You're still the most";
    mes "precious sight to these";
    mes "old eyes, my dear. I'm";
    mes "really lucky to be with you.";
    emotion e_kis;
    emotion e_kis2;
    close;


Should be:

CODE
    mes "[Elmer Keays]";
    mes "You're still the most";
    mes "precious sight to these";
    mes "old eyes, my dear. I'm";
    mes "really lucky to be with you.";
    donpcevent "Margie Keays#li_02::OnEmote";
    donpcevent "Elmer Keays#li_03::OnEmote";
    close;

OnEmote:
    emotion e_kis2;
    end;


and Margie Keays should be updated to:

CODE
    mes "[Margie Keays]";
    mes "Oh darling, the";
    mes "weather is so nice";
    mes "and pleasant today.";
    mes "I'm really glad we";
    mes "decided to go take";
    mes "a walk together~";
    close;

OnEmote:
    emotion e_kis;
    end;



Berru and Pilia

codebox fail -.-'

Aegis: http://paste-bin.com/view/be66c73b

eA: http://paste-bin.com/view/fdb4c967

Should be: http://paste-bin.com/view/e74014bf

This post has been edited by Dani: Jun 12 2010, 02:23 PM