summaryrefslogblamecommitdiff
path: root/npc/001-1/wateranimation.txt
blob: 60f988f00b609ea70e1b10cb3fab39aeb8653c05 (plain) (tree)
1
2
3
4
5
6
7
8






                                                                  
               


                                                                               


                      
                     


        
                                                                  
               










                                                                               
               










                                                                               
               










                                                                               
               










                                                                               
               










                                                                               
               










                                                                               
               










                                                                               
               








                                                                               
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Water animations, splash, fishes, etc...

001-1,116,123,0	script	#water_animation0	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,119,102,0	script	#water_animation1	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,167,82,0	script	#water_animation2	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,167,40,0	script	#water_animation3	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,104,127,0	script	#water_animation4	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,166,123,0	script	#water_animation5	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,181,119,0	script	#water_animation6	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,202,114,0	script	#water_animation7	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}

001-1,187,86,0	script	#water_animation8	NPC_WATER_SPLASH,{
    narrator 4,
        l("You see some fish reflecting the sun on the surface of the ocean.");
    fishing;
    close;

OnInit:
    setnpcsex G_OTHER;
    setnpcdistance 5;
    end;
}