kafras_brasilis.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. //===== eAthena Script =======================================
  2. //= Brasilis Kafra
  3. //===== By: =========================
  4. //= L0ne_W0lf
  5. //===== Current Version: ===================
  6. //= 1.0
  7. //===== Compatible With: =====================
  8. //= eAthena 1.0
  9. //===== Description: ============================================
  10. //= Description of argument settings for callfunc "F_Kafra".
  11. //= arg(0): When set at 0 the default Kafra message is displayed.
  12. //= When set to 1 the Niflhiem Kafra message is displayed.
  13. //= When set to 2 the Guild Kafra message is displayed.
  14. //= arg(1): Set to 1 to disable teleport menu option. Otherwise set to 0.
  15. //= arg(2): Set to 1 to disable info menu. Otherwise set to 0.
  16. //= arg(3): Cost of Storage service
  17. //= arg(4): Cost of Rent a Pushcart service
  18. //===== Additional Comments: ==========================================
  19. //= v1.0 First version.
  20. //=====================================================================
  21. brasilis,197,221,4 script Kafra Employee::kaf_bra 117,{
  22. cutin "kafra_01",2;
  23. mes "[Kafra Employee]";
  24. mes "Welcome to the";
  25. mes "Kafra Corporation.";
  26. mes "The Kafra services";
  27. mes "are always on your side.";
  28. mes "How may I assist you?";
  29. callfunc "F_Kafra",5,3,0,80,700;
  30. M_Save:
  31. savepoint "brasilis",197,219;
  32. callfunc "F_KafEnd",0,1,"in the city of Brasilis";
  33. }