//===== rAthena Script ======================================= //= Geffen Guides //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= [Aegis Conversion] //= Guides for the city of Geffen //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. //============================================================ geffen,203,116,4 script Guide#01geffen::GuideGeffen 705,{ cutin "gef_soldier",2; mes "[Geffen Guide]"; mes "Welcome to ^8B4513Geffen^000000,"; mes "the City of Magic."; mes "Do you need help navigating the city?"; next; while (1) { switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) { case 1: set .@loop,1; while (.@loop) { switch(select("[ Magic Academy ]:[ Geffen Tower ]:[ Fountain ]:[ Tool Shop ]:[ Buy & Repair Equipment ]:[ Inn ]:[ Tavern ]:[ Christopher's Forge ]:Previous Menu")) { case 1: mes "[Geffen Guide]"; mes "The ^B9062FMagic Academy^000000"; mes "handles all magic-related affairs,"; mes "including job changes."; mes "Let me mark its location"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,61,180,0,0xFF0000; next; break; case 2: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "the ^0000FFGeffen Tower^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,120,114,1,0x0000FF; next; break; case 3: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "the ^FF5400Fountain^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,126,48,2,0xFFB400; next; break; case 4: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "the ^006400Tool Shop^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,44,86,3,0xAAFF00; next; break; case 5: mes "[Geffen Guide]"; mes "If you'd like to ^7F3300Buy or Repair Equipment^000000"; mes "then this is the place you'll want to visit."; mes "Let me mark its location"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,99,140,4,0xD2691E; next; break; case 6: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "the ^800080Inn^00000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,172,174,5,0xDA70D6; next; break; case 7: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "the ^B9062FTavern^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,138,138,6,0xFF0000; next; break; case 8: mes "[Geffen Guide]"; mes "^0000FFChristopher's Forge^000000 is"; mes "where you can purchase"; mes "Refining materials."; mes "It used to be the old Blacksmith Guild."; viewpoint 1,182,59,6,0x0000FF; next; break; case 9: set .@loop,0; break; } } break; case 2: set .@loop,1; while (.@loop) { switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Dimensional Arcanist Guide ]:Previous Menu")) { case 1: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "^B9062FEden Teleport Officers^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,61,180,7,0xFF0000; viewpoint 1,132,66,8,0xFF0000; next; break; case 2: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "^FF5400Kafra Employees^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,203,123,10,0xFFB400; viewpoint 1,120,62,11,0xFFB400; next; break; case 3: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "^006400Pet Groomer^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,193,152,12,0xAAFF00; next; break; case 4: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "^7F3300Chef Assistant^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,196,111,13,0xD2691E; next; break; case 5: mes "[Geffen Guide]"; mes "Let me mark the location of the"; mes "^800080Dimensional Arcanist Guide^000000"; mes "on your mini-map."; mes "Would you like to check any other locations?"; viewpoint 1,140,196,14,0xDA70D6; next; break; case 6: set .@loop,0; break; } } break; case 3: mes "[Geffen Guide]"; mes "Sure, I'll remove all marks from your mini-map."; mes "Is there anything else I can do for you?"; viewpoint 2,1,1,0,0xFFFF00; viewpoint 2,1,1,1,0x000000; viewpoint 2,1,1,2,0xFF0000; viewpoint 2,1,1,3,0xFFFF00; viewpoint 2,1,1,4,0xFFFF00; viewpoint 2,1,1,5,0xFFFF00; viewpoint 2,1,1,6,0xFFFF00; viewpoint 2,1,1,7,0xFFFF00; viewpoint 2,1,1,8,0xFFFF00; viewpoint 2,1,1,9,0xFFFF00; viewpoint 2,1,1,10,0xFFFF00; viewpoint 2,1,1,11,0xFFFF00; viewpoint 2,1,1,12,0xFFFF00; viewpoint 2,1,1,13,0xFFFF00; viewpoint 2,1,1,14,0xFFFF00; next; break; case 4: mes "[Geffen Guide]"; mes "Enjoy your stay."; close2; cutin "gef_soldier",255; end; } } } geffen,118,62,0 duplicate(GuideGeffen) Guide#02geffen 705 geffen,36,123,6 duplicate(GuideGeffen) Guide#03geffen 705 geffen,123,203,4 duplicate(GuideGeffen) Guide#04geffen 705