kafras_brasilis.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. //===== rAthena Script =======================================
  2. //= Brasilis Kafra
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= rAthena 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. //= 1.0 First version.
  20. //= 1.1 Updated save point coordinates.
  21. //= 1.2 Removed custom text. [Daegaladh]
  22. //============================================================
  23. brasilis,197,221,4 script Kafra Employee::kaf_bra 117,{
  24. cutin "kafra_01",2;
  25. callfunc "F_Kafra",0,3,0,80,700;
  26. M_Save:
  27. savepoint "brasilis",195,259;
  28. callfunc "F_KafEnd",0,1,"in the city of Brasilis";
  29. }