[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Izlude Guides |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= kobra_k88; L0ne_W0lf |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.5a |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= eAthena SVN |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= [Aegis Conversion] |
---|
| 11 | //= Guides for the City of Izlude |
---|
| 12 | //===== Additional Comments: ================================= |
---|
| 13 | //= Fully working |
---|
| 14 | //= 1.2 Optimized, updated common guide names [Lupus] |
---|
| 15 | //= 1.3 Updated the guide according to how it is on iRO, thanks [MasterOfMuppets] |
---|
| 16 | //= to Muad_Dib |
---|
| 17 | //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA] |
---|
| 18 | //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] |
---|
| 19 | //= 1.5a Fixed some errors with the loop[Samuray22] |
---|
| 20 | // -Thanks to $ephiroth. |
---|
| 21 | //============================================================ |
---|
| 22 | |
---|
| 23 | izlude,121,87,6 script Guide#iz 105,{ |
---|
| 24 | cutin "prt_soldier",2; |
---|
| 25 | mes "[Izlude Guide]"; |
---|
| 26 | mes "Welcome to Izlude,"; |
---|
| 27 | mes "Prontera's satellite city."; |
---|
| 28 | mes "If you need any guidance"; |
---|
| 29 | mes "around Izlude, feel free"; |
---|
| 30 | mes "to ask me at anytime."; |
---|
| 31 | set .@loop1,1; |
---|
| 32 | while(.@loop1) { |
---|
| 33 | next; |
---|
| 34 | switch(select("City Guide:Remove Marks from Mini-Map:Notice.:Cancel")) { |
---|
| 35 | case 1: |
---|
| 36 | mes "[Izlude Guide]"; |
---|
| 37 | mes "Please select"; |
---|
| 38 | mes "a location from"; |
---|
| 39 | mes "the following menu."; |
---|
| 40 | if (.@compass_check == 0) { |
---|
| 41 | mes "Would you like me"; |
---|
| 42 | mes "to mark locations"; |
---|
| 43 | mes "on your Mini-Map?"; |
---|
| 44 | next; |
---|
| 45 | if (select("Yes:No") == 1) set .@compass_check,1; |
---|
| 46 | } |
---|
| 47 | set .@loop2,1; |
---|
| 48 | while(.@loop2) { |
---|
| 49 | if (.@wait_button_chk == 0) set .@wait_button_chk,1; |
---|
| 50 | else next; |
---|
| 51 | |
---|
| 52 | switch(select("^FF0000Swordman Association^000000:Swordman Hall:Arena:Izlude Marina:Weapon Shop:Tool Shop:Cancel")) { |
---|
| 53 | case 1: |
---|
| 54 | mes "[Izlude Guide]"; |
---|
| 55 | mes "The Swordman Association"; |
---|
| 56 | mes "is located on an island that is"; |
---|
| 57 | mes "in west Izlude. If you're thinking of changing jobs to Swordman,"; |
---|
| 58 | mes "you should check it out."; |
---|
| 59 | if (.@compass_check) |
---|
| 60 | viewpoint 1,52,140,0,0xFF0000; |
---|
| 61 | break; |
---|
| 62 | case 2: |
---|
| 63 | mes "[Izlude Guide]"; |
---|
| 64 | mes "The Swordman Hall"; |
---|
| 65 | mes "is located in the eastern"; |
---|
| 66 | mes "island connected to Izlude."; |
---|
| 67 | if (.@compass_check) |
---|
| 68 | viewpoint 1,214,130,1,0x00FF00; |
---|
| 69 | break; |
---|
| 70 | case 3: |
---|
| 71 | mes "[Izlude Guide]"; |
---|
| 72 | mes "Izlude's famous"; |
---|
| 73 | mes "Arena is located at the"; |
---|
| 74 | mes "northern end of Izlude."; |
---|
| 75 | if (.@compass_check) |
---|
| 76 | viewpoint 1,128,225,2,0x00FF00; |
---|
| 77 | break; |
---|
| 78 | case 4: |
---|
| 79 | mes "[Izlude Guide]"; |
---|
| 80 | mes "You can find the"; |
---|
| 81 | mes "Marina in the northeast"; |
---|
| 82 | mes "part of Izlude. There, you can"; |
---|
| 83 | mes "ride a ship which will take you"; |
---|
| 84 | mes "to Alberta or Byalan Island."; |
---|
| 85 | if (.@compass_check) |
---|
| 86 | viewpoint 1,200,180,3,0xFF0000; |
---|
| 87 | break; |
---|
| 88 | case 5: |
---|
| 89 | mes "[Izlude Guide]"; |
---|
| 90 | mes "You can easily"; |
---|
| 91 | mes "find the Weapon Shop"; |
---|
| 92 | mes "in northwest Izlude."; |
---|
| 93 | if (.@compass_check) |
---|
| 94 | viewpoint 1,111,149,4,0xFF00FF; |
---|
| 95 | break; |
---|
| 96 | case 6: |
---|
| 97 | mes "[Izlude Guide]"; |
---|
| 98 | mes "The Tool Shop shouldn't"; |
---|
| 99 | mes "be too hard to find in the"; |
---|
| 100 | mes "northeast part of Izlude."; |
---|
| 101 | if (.@compass_check) |
---|
| 102 | viewpoint 1,148,148,5,0xFF00FF; |
---|
| 103 | break; |
---|
| 104 | case 7: |
---|
| 105 | mes "[Izlude Guide]"; |
---|
| 106 | mes "Please ask me to ''Remove"; |
---|
| 107 | mes "Marks from Mini-Map'' if you"; |
---|
| 108 | mes "no longer wish to have the"; |
---|
| 109 | mes "location marks displayed"; |
---|
| 110 | mes "on your Mini-Map."; |
---|
| 111 | set .@loop2,0; |
---|
| 112 | break; |
---|
| 113 | } |
---|
| 114 | } |
---|
| 115 | break; |
---|
| 116 | case 2: |
---|
| 117 | viewpoint 2,237,41,0,0x00FF00; |
---|
| 118 | viewpoint 2,237,41,1,0x0000FF; |
---|
| 119 | viewpoint 2,46,345,2,0x00FF00; |
---|
| 120 | viewpoint 2,175,220,3,0xFF0000; |
---|
| 121 | viewpoint 2,134,221,4,0xFF0000; |
---|
| 122 | viewpoint 2,204,214,5,0xFF0000; |
---|
| 123 | set .@compass_check,0; |
---|
| 124 | break; |
---|
| 125 | case 3: |
---|
| 126 | mes "[Izlude Guide]"; |
---|
| 127 | mes "Advances in sorcery and"; |
---|
| 128 | mes "technology have allowed"; |
---|
| 129 | mes "us to update our information"; |
---|
| 130 | mes "system, enabling up to mark"; |
---|
| 131 | mes "locations on your Mini-Map"; |
---|
| 132 | mes "for easier navigation."; |
---|
| 133 | next; |
---|
| 134 | mes "[Izlude Guide]"; |
---|
| 135 | mes "Your Mini-Map is located"; |
---|
| 136 | mes "in the upper right corner"; |
---|
| 137 | mes "of the screen. If you can't"; |
---|
| 138 | mes "see it, press the Ctrl + Tab"; |
---|
| 139 | mes "keys or click the ''Map'' button in your Basic Info Window."; |
---|
| 140 | next; |
---|
| 141 | mes "[Izlude Guide]"; |
---|
| 142 | mes "On your Mini-Map,"; |
---|
| 143 | mes "click on the ''+'' and ''-''"; |
---|
| 144 | mes "symbols to zoom in and"; |
---|
| 145 | mes "our of your Mini-Map. We"; |
---|
| 146 | mes "hope you enjoy your travels"; |
---|
| 147 | mes "here in the city of Izlude."; |
---|
| 148 | break; |
---|
| 149 | case 4: |
---|
| 150 | mes "[Izlude Guide]"; |
---|
| 151 | mes "Okay then, feel"; |
---|
| 152 | mes "free to come to me"; |
---|
| 153 | mes "if you ever feel lost"; |
---|
| 154 | mes "around Izlude, alright?"; |
---|
| 155 | close2; |
---|
| 156 | set .@loop1,0; |
---|
| 157 | break; |
---|
| 158 | } |
---|
| 159 | } |
---|
| 160 | cutin "prt_soldier",255; |
---|
| 161 | end; |
---|
| 162 | } |
---|