Advertisement
johnlol

Mall

May 22nd, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 14.15 KB | None | 0 0
  1. //#####################################################################
  2. //#                                       #
  3. //#   #####     #      ########  #    #   #####  ##    #      #       #
  4. //#   #        ###        ##     #    #   #      # #   #     ###      #
  5. //#   ####    #   #       ##     ######   ####   #  #  #    #   #     #
  6. //#   #      #######      ##     #    #   #      #   # #   #######    #
  7. //#   #####  #     #      ##     #    #   #####  #    ##   #     #    #
  8. //#                                                                   #
  9. //#####################################################################
  10. //
  11. //
  12. //===== Athena Script ========================================
  13. //= Shopping Mall Script
  14. //===== Credits to ==================================================
  15. //= Created by : Ayumi
  16. //= Edit and Bug Fixed By : jm1211
  17. //===== Current Version: =====================================
  18. //= 1.0
  19. //===== Compatible With: =====================================
  20. //= Any Athena Version
  21. //===== Description: =========================================
  22. //= Shopping Mall cointaining most item except cards
  23. //===== Additional Comments: =================================
  24. //= please include my name if u edited this script
  25. //============================================================
  26.  
  27. //The Shops//The Warper to Mall
  28.  
  29. prontera.gat,141,177,3  script  Mall Warper 910,{
  30.     shop:   warp "quiz_02.gat" ,337,74;
  31. }  
  32.  
  33. //The Exit to Prontera
  34.  
  35. quiz_02.gat,335,74,5    script  Exit    910,{
  36.     warp "prontera.gat" ,156,184;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement