market.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //===== eAthena Script =======================================
  2. //= Market Place
  3. //===== By ===================================================
  4. //= Lupus
  5. //===== Version ==============================================
  6. //= 1.1
  7. //===== Compatible With ======================================
  8. //= eAthena 5760+
  9. //===== Description ==========================================
  10. //= This script should move vending crowds from Prontera
  11. //= streets to a suitable market place. Save your traffic 8)
  12. //===== Comments =============================================
  13. //=1.0 unknown
  14. //=1.1 Optimized it, Removed labels. [Spre]
  15. //============================================================
  16. prontera,144,174,3 script Market Place 722,{
  17. mes"[Market Place]";
  18. mes"Tristan III's order: ^FF0000Move all the private shops to a special Market Place^000000.";
  19. next;
  20. if (select("Yes Please:No") == 2) {
  21. close;
  22. }
  23. // I didn't see the need to check and show venders.... Since it didnt even work
  24. warp "gon_test",27+rand(5),98;
  25. end;
  26. }
  27. gon_test,73,103,0 script MarketExit 45,1,2,{
  28. warp "prontera",155,177-rand(10);
  29. end;
  30. }
  31. //disable vending in Prontera
  32. prontera mapflag novending
  33. prt_in mapflag novending
  34. //Market Place settings
  35. gon_test mapflag noteleport
  36. gon_test mapflag nomemo
  37. gon_test mapflag nobranch