871584e2f ^
1 2 3 4 5 6 7 8 9 10 11 12 13
// TMW-2 Script. // Author: // Jesusalva 018-5,108,44,0 script Storage Fairy NPC_FAIRY_C,{ Banker(.name$, "Lilit", 50000); close; OnInit: .sex = G_OTHER; .distance = 5; end; }