Jump to content

All Activity

This stream auto-updates

  1. Earlier
  2. .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 14px; transition: background-color 0.3s ease; } .lang-switch:hover { background-color: #219150; color: #fff; /* keeps text white on hover */ } Читать на Русском Rampage.pw — a brand that returns after a break, ready to set new trends in the world of Interlude servers. In honor of the project's 10th anniversary, we are announcing the launch of a brand-new INTERLUDE CRAFT-PVP x15 server, where there is no donation shop and the core mechanics of classic Interlude servers are faithfully preserved, mechanics that have been lost over time. Server Launch: November 15 at 8:00 PM Open Beta Test: November 13 at 8:00 PM Full Server Description | Create Account | Referral System
  3. .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 14px; transition: background-color 0.3s ease; } .lang-switch:hover { background-color: #219150; color: #fff; /* сохраняем белый цвет текста при наведении */ } Read in English Rampage.pw — бренд, который вернулся спустя время и готов задавать новые тенденции среди Interlude серверов. В честь 10-летия проекта мы анонсируем старт нового INTERLUDE CRAFT-PVP x15 сервера, на котором отсутствует донат-магазин и сохранены ключевые механики классических Interlude серверов, которые со временем были утрачены. Открытие сервера: 15 Ноября в 20:00 (МСК/Киев, UTC+3) Открытый бета-тест: 13 Ноября в 20:00 (UTC+3) Полное описание сервера | Регистрация аккаунта | Реферальная система
  4. body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; box-sizing: border-box; } .server-info-wrapper { display: flex; justify-content: center; width: 100%; margin: 20px 0; padding: 0; box-sizing: border-box; } .server-info { background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 60%, #dbeffd 100%); box-shadow: 0 4px 18px 0 rgba(52, 152, 219, 0.10), 0 1.5px 8px 0 rgba(52, 152, 219, 0.06); border-left: none; border-radius: 18px; color: #2a3b4d; width: 100%; max-width: 800px; text-align: center; box-sizing: border-box; padding: 32px 28px 28px 28px; position: relative; overflow: hidden; backdrop-filter: blur(6px); transition: box-shadow 0.3s, transform 0.2s; animation: fadeInCard 1.1s cubic-bezier(.4,1.4,.6,1) 0.1s both; } .server-info:hover { box-shadow: 0 8px 28px 0 rgba(52, 152, 219, 0.13), 0 2px 8px 0 rgba(52, 152, 219, 0.08); transform: scale(1.025); } @keyframes fadeInCard { 0% { opacity: 0; transform: scale(0.92) translateY(40px); } 80% { opacity: 1; transform: scale(1.04) translateY(-6px); } 100% { opacity: 1; transform: scale(1) translateY(0); } } .server-info .block-title { display: flex; align-items: center; justify-content: center; font-size: 2.1rem; font-weight: bold; color: #4a6fa1; margin-bottom: 22px; letter-spacing: 1px; gap: 12px; text-shadow: 0 2px 8px #f4f8fb; border-bottom: 2px solid #c7d7e6; padding-bottom: 12px; background: linear-gradient(90deg, #f4f8fb 60%, #dbeffd 100%); border-radius: 8px 8px 0 0; } .server-info .block-title img { width: 38px; height: 38px; margin-right: 8px; } .server-info p { margin: 18px 0; position: relative; display: block; padding: 0 10px; font-size: 1.08rem; background: rgba(255,255,255,0.85); border-radius: 6px; box-shadow: 0 1px 4px 0 rgba(52, 152, 219, 0.03); } .server-info p:not(:last-child) { border-bottom: 1px dashed #c7d7e6; margin-bottom: 12px; padding-bottom: 12px; } .server-info .highlight { color: #4a6fa1; font-weight: bold; background: rgba(52, 152, 219, 0.06); padding: 2px 5px; border-radius: 3px; } .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 6px 12px; border-radius: 4px; font-weight: normal; font-size: 13px; transition: background-color 0.3s ease; } .lang-switch img { width: 16px; vertical-align: middle; margin-right: 4px; } .lang-switch:hover { background-color: #219150; color: #fff; } .server-info p:first-child { font-size: 24px; color: #2c3e50; margin-bottom: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid #3498db; padding-bottom: 10px; } .server-info p:not(:first-child) { font-size: 15px; color: #34495e; background: rgba(52, 152, 219, 0.05); border-radius: 4px; padding: 8px 15px; margin: 8px auto; max-width: 90%; } .server-info p:not(:first-child) strong { color: #2c3e50; font-weight: 600; } .info-block { padding: 15px; border: 1px solid #ccc; border-radius: 8px; background-color: #f9f9f9; font-size: 15px; line-height: 1.6; margin: 30px 0; /* Увеличенный отступ между блоками */ } .info-block h3 { display: flex; align-items: center; font-size: 18px; margin-top: 0; } .info-block img { width: 24px; margin-right: 8px; } .info-block ul { margin-top: 10px; padding-left: 20px; } .info-block li { margin: 8px 0; /* Отступ между элементами списка */ } .highlight-box { margin-top: 15px; padding: 10px; background-color: #ffffff; border-left: 4px solid #c0392b; } .blue-box { border-left-color: #3498db; } .red-box { border-left-color: #e74c3c; } .fab-lang-switch { position: fixed; right: 32px; z-index: 1000; width: 60px; height: 60px; background: rgba(40, 167, 255, 0.18); color: #fff; border-radius: 50%; box-shadow: 0 4px 24px rgba(40, 167, 255, 0.25), 0 0 0 0 rgba(40,167,255,0.3); display: flex; align-items: center; justify-content: center; font-size: 28px; border: 1.5px solid rgba(40,167,255,0.25); cursor: pointer; transition: box-shadow 0.3s, transform 0.2s, background 0.3s; outline: none; text-decoration: none; overflow: hidden; backdrop-filter: blur(6px); } .fab-lang-switch img { width: 32px; height: 32px; margin: 0; vertical-align: middle; transition: transform 0.2s; } .fab-lang-switch span { display: none; } .fab-lang-switch:hover { box-shadow: 0 8px 32px 4px #28a7ff55, 0 0 0 8px #28a7ff22; background: rgba(40, 167, 255, 0.28); } .fab-lang-switch:hover img { transform: scale(1.12); } /* Анимация появления и пульсации только для английской кнопки (вторая по порядку) */ .fab-lang-switch.en-animated { animation: fadeInPop 0.9s cubic-bezier(.4,1.4,.6,1) 0.2s both; } @keyframes fadeInPop { 0% { opacity: 0; transform: scale(0.7) translateY(40px); } 80% { opacity: 1; transform: scale(1.08) translateY(-6px); } 100% { opacity: 1; transform: scale(1) translateY(0); } } /* Mobile Responsive Styles */ @media screen and (max-width: 768px) { .server-info-wrapper { margin: 15px 0; } .server-info { padding: 18px 6px 16px 6px; } .server-info .block-title { font-size: 1.3rem; padding-bottom: 8px; } .server-info .block-title img { width: 28px; height: 28px; } .server-info p { font-size: 0.98rem; padding: 0 4px; } .info-block { padding: 12px; margin: 20px 0; font-size: 14px; } .info-block h3 { font-size: 16px; } .info-block h3 img { width: 20px; } .info-block ul { padding-left: 15px; } .info-block li { margin: 6px 0; } .highlight-box { margin-top: 12px; padding: 8px; font-size: 13px; } /* Adjust image sizes in lists */ .info-block li img { width: 16px !important; margin-right: 4px !important; } /* Adjust spacing in rate information */ .info-block > div { font-size: 14px !important; margin-top: 4px !important; } .info-block > div img { width: 18px !important; margin-right: 4px !important; } /* Make tables and lists more readable */ .info-block ul li { padding: 4px 0; line-height: 1.4; } /* Adjust spacing in boss information */ .info-block .highlight-box p { font-size: 13px; line-height: 1.4; } /* Make class balance section more readable */ .highlight-box.blue-box { font-size: 13px; line-height: 1.4; } /* Adjust spacing in olympiad and siege sections */ .info-block > div[style*="margin-top"] { margin-top: 8px !important; } /* Make sure all images in content are properly sized */ img[alt*="Icon"], img[alt*="image.png"] { max-width: 20px; height: auto; } /* Adjust language switch buttons for mobile */ .fab-lang-switch { width: 50px !important; height: 50px !important; right: 20px !important; } .fab-lang-switch img { width: 26px !important; height: 26px !important; } /* Position buttons higher on mobile */ .fab-lang-switch[style="bottom: 100px;"] { bottom: 140px !important; } .fab-lang-switch[style="bottom: 32px;"] { bottom: 90px !important; } } /* Additional adjustments for very small screens */ @media screen and (max-width: 480px) { .server-info-wrapper { margin: 10px 0; } .server-info { padding: 10px 2px 10px 2px; } .server-info .block-title { font-size: 1.1rem; } .server-info .block-title img { width: 22px; height: 22px; } .server-info p { font-size: 0.92rem; } .info-block { padding: 10px; font-size: 13px; } .info-block h3 { font-size: 15px; } .highlight-box { font-size: 12px; } /* Further reduce image sizes for very small screens */ .info-block li img, .info-block > div img { width: 14px !important; } /* Further adjust language switch buttons for very small screens */ .fab-lang-switch { width: 45px !important; height: 45px !important; right: 15px !important; } .fab-lang-switch img { width: 24px !important; height: 24px !important; } /* Position buttons even higher on very small screens */ .fab-lang-switch[style="bottom: 100px;"] { bottom: 120px !important; } .fab-lang-switch[style="bottom: 32px;"] { bottom: 70px !important; } } /* Анимация появления блока при скролле */ .fade-in-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s cubic-bezier(.4,1.4,.6,1), transform 0.7s cubic-bezier(.4,1.4,.6,1); } .fade-in-up.visible { opacity: 1; transform: translateY(0); } New Interlude Craft-PvP x15 Server Direction: Classic server with OFF-Like mechanics. No DONATION for in-game items. Server opening: November 15 at 20:00 UTC +3 OBT opening: November 13 at 20:00 UTC +3 Server Rates Information EXP/SP: x15 * Adena: x1 * Drop/Spoil: x5 Seal Stones: x5 Quest: x1 * * All shop prices are reduced by 10 times. * List of changed quests with x2 rates: Exploration of Giants Cave, War with Varka Silenos, War with Ketra Orcs, Legacy of Insolence, Alliance with Ketra Orcs, Alliance With Varka Silenos, Relics of the Old Empire, Gather the Flames, The Zero Hour, In Search of Fragments of Dimension, Supplier of Reagents * The server has dynamic EXP/SP rates: from level 1 to 61 — x15, from 61 to 80 — x10. Basic Server Information Characters start in their race's village with Top-NG weapon/armor and a set of soulshots. * All new characters receive for free Olf's T-shirt, each enchant level gives +1% to p-m.def, p-m.atk, +100 hp-cp. The item cannot be broken, max enchant +15, 50% chance without downgrade. 24+4 available buff slots. Auto skill learning (except +4 buff slots). Ancient Book for extra buff slots is available from Black Marketeer for adena, learned at levels 52/62/73/75. Clan is created at level 5, clan skills do not require clan eggs to learn. * Clan skills work for everyone, regardless of clan rank. Professions: 1st and 2nd — 5k / 10k adena, 3rd — by quest. After each profession you get 3 coupons for D/C weapons. Alt+B buffer: 3rd profession buffs not available, all buffs last 60 min. * Premium buff allows using the buffer outside towns and gives access to extra buffs. 3rd profession buffs: for players/summons — standard duration, song/dance/profession — 10 minutes. Teleport up to level 41 — free, after that paid — prices reduced by 10 times. Shadow weapons removed, replaced with coupon weapons. With Frenzy/Guts/Zealot effect, spear hits 3 targets. Flames of Invincibility — canceled on cast/attack. Weapon exchange at Mammon does not keep enchant. Sub-class: At level 75 just deal damage to Shilen's Messenger Cabrio and wait for its death, the quest will count even if you are dead, as long as you are within 1500 range of the boss. Noblesse: standard quest, Supplier of Reagents x2. Offline trade — command .offline. Enchant/Life Stone skill chance: OFF-like. Manor: disabled. Window limit: 3. NPC, Shops and Available Features PC Bang: C/B enchants and accessories. Luxury Shop (Giran): C/B armor and weapons for crystals. Grocery Store (Giran): D/B soulshots, Mana Potion (350 MP, 5 sec), Blessed Scroll: Olf's T-shirt. Merchant and Blacksmith of Mammon: available from start, next to Priest of Dawn Giran. * Catacombs and Necropolises are always available, registration is always active. * Stone exchange at Priest of Dawn — always available. Trade zone: Giran Castle Town. Epic Boss Information Queen Ant — respawn: 24h ±2h (Drop: 30%) Core — respawn: 36h ±2h (Drop: 30%) Orfen — respawn: 36h ±2h (Drop: 30%) Zaken — respawn: 48h ±2h (Drop: 30%) Baium — respawn: 120h ±2h (Drop: 100%) Antharas — respawn: 192h (Drop: 100%) Valakas — respawn: 264h (Drop: 100%) Frintezza — respawn: 48h ±1h (Drop: 30%) * All epic bosses are alive at server start. * All epic bosses have standard level. * All epic bosses do not have respawn time binding. * All epic bosses have PvP zone without flag and PK. * Minimum number of groups in CC to enter Frintezza: 2. * Minimum number of members in each CC group: 4. Earring of Orfen: P. Def. +5%, M. Atk. +3%, MP consumption -2% Ring of Core: Evasion +2, Critical Rate +10%, Received Damage -2% Changed Bosses Information Shilen's Messenger Cabrio — respawn: 10h ±30m Flame of Splendor Barakiel — respawn: 10h ±30m Ketra's Hero Hekaton — respawn: 10h ±30m Ketra's Commander Tayr — respawn: 10h ±30m Varka's Hero Shadith — respawn: 10h ±30m Varka's Commander Mos — respawn: 10h ±30m * Whoever lands the last hit on Ketra/Varka bosses — chance to level up Soul Crystal 11/12/13: 25%. * Anakazel — chance to pass through Guardian of Border: 20%. * Tyrannosaurus — chance to level up Soul Crystal 11/12 increased to 15%. * Tyrannosaurus — increased drop chance of Top-Grade Life Stone: Lv. 76 to 15% (affected by premium and rune). * 20 minutes before the above bosses appear, there will be an announcement. Olympiad and Events Olympiad is held every day from 20:00 to 00:00 * Hero status is awarded every 7 days, on Mondays. For winning an Olympiad battle you receive Festival Adena — can be spent in a special shop for valuable items. Castle Sieges Castle sieges are held every week. * For capturing Giran and Rune castles, you receive a monetary reward: Giran Castle: 100 Castle Coins Rune Castle: 150 Castle Coins Castle Coins — can be spent in your castle's shop on very valuable items from the world of Lineage 2. * Top Grade Life Stone 76 - 5 Castle Coins * High Grade Life Stone 76 - 3 Castle Coins * Secret Book - 3 Castle Coins Class Balance Classes: Hawkeye, Sagittarius, Gladiator, Duelist, Silver Ranger, Moonlight Sentinel, Plainswalker, Wind Rider, Temple Knight/Eva Templar, Swordsinger, Sword Muse, Phantom Ranger, Ghost Sentinel, Abyss Walker, Ghost Hunter, Shillien Knight, Shillien Templar, Bladedancer, Spectral Dancer, Tyrant, Grand Khavatari, Bounty Hunter, Fortune Seeker, Warsmith, Maestro Change: Added +50% skill/weapon damage to all monsters and raid bosses in PvE. Warlock / Arcana Lord: Added skill Prominence — skill power is 35% of Archmage. (Does not work in Olympiad.) Elemental Summoner / Elemental Master: Added skill Hydro Blast — skill power is 35% of Mystic Muse. (Does not work in Olympiad.) Phantom Summoner / Spectral Master: Added skill Huricane — skill power is 35% of Storm Screamer. (Does not work in Olympiad.) Shillien Elder / Shillien Saint / Bishop / Cardinal / Elven Elder / Eva's Saint: Added skill Might of Heaven — works as a full skill not only in PvE, but also in PvP. (Does not work in Olympiad.)
  5. .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 14px; transition: background-color 0.3s ease; } .lang-switch:hover { background-color: #219150; color: #fff; /* сохраняем белый цвет текста при наведении */ } Читать на Русском Streamer Promotion To participate in the promotion, you need to place your stream on our website via the following link: https://rampage.pw/stream Once submitted, your stream will be automatically displayed on our website after approval. The online stream will be activated automatically. * You can receive the bonus after 60 minutes of active streaming on our server. All streamers will receive the chest: Stream Box [LvL - 20] — to open it, you need to reach level 20. After opening the chest, you will be able to choose one of 5 accessories that can enhance your gameplay. After reaching level 40, you will unlock the second chest: Stream Box [LvL - 40]. Opening this chest will reward you with a unique decoration for 7 days, which will appear as a mystical creature next to your character. After reaching level 61, you will unlock the third chest: Stream Box [LvL - 61]. Opening this chest will give you a unique costume to choose from all available options, which will be available for 7 days.
  6. .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 14px; transition: background-color 0.3s ease; } .lang-switch:hover { background-color: #219150; color: #fff; /* сохраняем белый цвет текста при наведении */ } Read to English Акция для стримеров Для участия в акции Вам необходимо разместить свою трансляцию на нашем сайте по следующей ссылке: https://rampage.pw/stream После размещения, ваша трансляция будет автоматически отображаться на нашем сайте после одобрения заявки. Онлайн трансляция активируется автоматически. * Получить бонус можно спустя 60 минут активной трансляции на нашем сервере. Все стримеры получают сундук: Stream Box [LvL - 20] — для его открытия необходимо достичь 20 уровня. После открытия сундука, вы сможете выбрать один из 5-ти аксессуаров, которые могут улучшить ваш опыт. После достижения 40 уровня, вы откроете второй сундук: Stream Box [LvL - 40]. При его открытии вы получите уникальное украшение на 7 дней, которое будет сопровождать ваш персонаж в виде мистического существа. После достижения 61 уровня, вам откроется третий сундук: Stream Box [LvL - 61]. Открыв его, вы получите уникальный костюм на выбор из представленных вариантов, который будет доступен на 7 дней.
  7. .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 14px; transition: background-color 0.3s ease; } .lang-switch:hover { background-color: #219150; color: #fff; /* сохраняем белый цвет текста при наведении */ } Читать на Русском Referral System You can find your referral link in your account panel under “Referral System”. When a player registers using your referral link, they receive: 1 Referral Box * Can be opened after obtaining the 1st class transfer. x15 Greater Healing Potions x15 Mana Potions After reaching the 3rd class transfer: x1 Coin of Luck You also receive 10% of all donations made by your referrals.
  8. body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; box-sizing: border-box; } .server-info-wrapper { display: flex; justify-content: center; width: 100%; margin: 20px 0; padding: 0; box-sizing: border-box; } .server-info { background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 60%, #dbeffd 100%); box-shadow: 0 4px 18px 0 rgba(52, 152, 219, 0.10), 0 1.5px 8px 0 rgba(52, 152, 219, 0.06); border-left: none; border-radius: 18px; color: #2a3b4d; width: 100%; max-width: 800px; text-align: center; box-sizing: border-box; padding: 32px 28px 28px 28px; position: relative; overflow: hidden; backdrop-filter: blur(6px); transition: box-shadow 0.3s, transform 0.2s; animation: fadeInCard 1.1s cubic-bezier(.4,1.4,.6,1) 0.1s both; } .server-info:hover { box-shadow: 0 8px 28px 0 rgba(52, 152, 219, 0.13), 0 2px 8px 0 rgba(52, 152, 219, 0.08); transform: scale(1.025); } @keyframes fadeInCard { 0% { opacity: 0; transform: scale(0.92) translateY(40px); } 80% { opacity: 1; transform: scale(1.04) translateY(-6px); } 100% { opacity: 1; transform: scale(1) translateY(0); } } .server-info .block-title { display: flex; align-items: center; justify-content: center; font-size: 2.1rem; font-weight: bold; color: #4a6fa1; margin-bottom: 22px; letter-spacing: 1px; gap: 12px; text-shadow: 0 2px 8px #f4f8fb; border-bottom: 2px solid #c7d7e6; padding-bottom: 12px; background: linear-gradient(90deg, #f4f8fb 60%, #dbeffd 100%); border-radius: 8px 8px 0 0; } .server-info .block-title img { width: 38px; height: 38px; margin-right: 8px; } .server-info p { margin: 18px 0; position: relative; display: block; padding: 0 10px; font-size: 1.08rem; background: rgba(255,255,255,0.85); border-radius: 6px; box-shadow: 0 1px 4px 0 rgba(52, 152, 219, 0.03); } .server-info p:not(:last-child) { border-bottom: 1px dashed #c7d7e6; margin-bottom: 12px; padding-bottom: 12px; } .server-info .highlight { color: #4a6fa1; font-weight: bold; background: rgba(52, 152, 219, 0.06); padding: 2px 5px; border-radius: 3px; } .lang-switch { display: inline-block; background-color: #27ae60; color: #fff; text-decoration: none; padding: 6px 12px; border-radius: 4px; font-weight: normal; font-size: 13px; transition: background-color 0.3s ease; } .lang-switch img { width: 16px; vertical-align: middle; margin-right: 4px; } .lang-switch:hover { background-color: #219150; color: #fff; } .server-info p:first-child { font-size: 24px; color: #2c3e50; margin-bottom: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid #3498db; padding-bottom: 10px; } .server-info p:not(:first-child) { font-size: 15px; color: #34495e; background: rgba(52, 152, 219, 0.05); border-radius: 4px; padding: 8px 15px; margin: 8px auto; max-width: 90%; } .server-info p:not(:first-child) strong { color: #2c3e50; font-weight: 600; } .info-block { padding: 15px; border: 1px solid #ccc; border-radius: 8px; background-color: #f9f9f9; font-size: 15px; line-height: 1.6; margin: 30px 0; /* Увеличенный отступ между блоками */ } .info-block h3 { display: flex; align-items: center; font-size: 18px; margin-top: 0; } .info-block img { width: 24px; margin-right: 8px; } .info-block ul { margin-top: 10px; padding-left: 20px; } .info-block li { margin: 8px 0; /* Отступ между элементами списка */ } .highlight-box { margin-top: 15px; padding: 10px; background-color: #ffffff; border-left: 4px solid #c0392b; } .blue-box { border-left-color: #3498db; } .red-box { border-left-color: #e74c3c; } .fab-lang-switch { position: fixed; right: 32px; z-index: 1000; width: 60px; height: 60px; background: rgba(40, 167, 255, 0.18); color: #fff; border-radius: 50%; box-shadow: 0 4px 24px rgba(40, 167, 255, 0.25), 0 0 0 0 rgba(40,167,255,0.3); display: flex; align-items: center; justify-content: center; font-size: 28px; border: 1.5px solid rgba(40,167,255,0.25); cursor: pointer; transition: box-shadow 0.3s, transform 0.2s, background 0.3s; outline: none; text-decoration: none; overflow: hidden; backdrop-filter: blur(6px); } .fab-lang-switch img { width: 32px; height: 32px; margin: 0; vertical-align: middle; transition: transform 0.2s; } .fab-lang-switch span { display: none; } .fab-lang-switch:hover { box-shadow: 0 8px 32px 4px #28a7ff55, 0 0 0 8px #28a7ff22; background: rgba(40, 167, 255, 0.28); } .fab-lang-switch:hover img { transform: scale(1.12); } /* Анимация появления и пульсации только для английской кнопки (вторая по порядку) */ .fab-lang-switch.en-animated { animation: fadeInPop 0.9s cubic-bezier(.4,1.4,.6,1) 0.2s both; } @keyframes fadeInPop { 0% { opacity: 0; transform: scale(0.7) translateY(40px); } 80% { opacity: 1; transform: scale(1.08) translateY(-6px); } 100% { opacity: 1; transform: scale(1) translateY(0); } } /* Mobile Responsive Styles */ @media screen and (max-width: 768px) { .server-info-wrapper { margin: 15px 0; } .server-info { padding: 18px 6px 16px 6px; } .server-info .block-title { font-size: 1.3rem; padding-bottom: 8px; } .server-info .block-title img { width: 28px; height: 28px; } .server-info p { font-size: 0.98rem; padding: 0 4px; } .info-block { padding: 12px; margin: 20px 0; font-size: 14px; } .info-block h3 { font-size: 16px; } .info-block h3 img { width: 20px; } .info-block ul { padding-left: 15px; } .info-block li { margin: 6px 0; } .highlight-box { margin-top: 12px; padding: 8px; font-size: 13px; } /* Adjust image sizes in lists */ .info-block li img { width: 16px !important; margin-right: 4px !important; } /* Adjust spacing in rate information */ .info-block > div { font-size: 14px !important; margin-top: 4px !important; } .info-block > div img { width: 18px !important; margin-right: 4px !important; } /* Make tables and lists more readable */ .info-block ul li { padding: 4px 0; line-height: 1.4; } /* Adjust spacing in boss information */ .info-block .highlight-box p { font-size: 13px; line-height: 1.4; } /* Make class balance section more readable */ .highlight-box.blue-box { font-size: 13px; line-height: 1.4; } /* Adjust spacing in olympiad and siege sections */ .info-block > div[style*="margin-top"] { margin-top: 8px !important; } /* Make sure all images in content are properly sized */ img[alt*="Icon"], img[alt*="image.png"] { max-width: 20px; height: auto; } /* Adjust language switch buttons for mobile */ .fab-lang-switch { width: 50px !important; height: 50px !important; right: 20px !important; } .fab-lang-switch img { width: 26px !important; height: 26px !important; } /* Position buttons higher on mobile */ .fab-lang-switch[style="bottom: 100px;"] { bottom: 140px !important; } .fab-lang-switch[style="bottom: 32px;"] { bottom: 90px !important; } } /* Additional adjustments for very small screens */ @media screen and (max-width: 480px) { .server-info-wrapper { margin: 10px 0; } .server-info { padding: 10px 2px 10px 2px; } .server-info .block-title { font-size: 1.1rem; } .server-info .block-title img { width: 22px; height: 22px; } .server-info p { font-size: 0.92rem; } .info-block { padding: 10px; font-size: 13px; } .info-block h3 { font-size: 15px; } .highlight-box { font-size: 12px; } /* Further reduce image sizes for very small screens */ .info-block li img, .info-block > div img { width: 14px !important; } /* Further adjust language switch buttons for very small screens */ .fab-lang-switch { width: 45px !important; height: 45px !important; right: 15px !important; } .fab-lang-switch img { width: 24px !important; height: 24px !important; } /* Position buttons even higher on very small screens */ .fab-lang-switch[style="bottom: 100px;"] { bottom: 120px !important; } .fab-lang-switch[style="bottom: 32px;"] { bottom: 70px !important; } } /* Анимация появления блока при скролле */ .fade-in-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s cubic-bezier(.4,1.4,.6,1), transform 0.7s cubic-bezier(.4,1.4,.6,1); } .fade-in-up.visible { opacity: 1; transform: translateY(0); } /* Стили для кнопки прокрутки */ .scroll-to-title { position: fixed; right: 32px; bottom: 100px; z-index: 1000; width: 60px; height: 60px; background: rgba(40, 167, 255, 0.18); color: #fff; border-radius: 50%; box-shadow: 0 4px 24px rgba(40, 167, 255, 0.25); display: flex; align-items: center; justify-content: center; font-size: 28px; border: 1.5px solid rgba(40,167,255,0.25); cursor: pointer; transition: box-shadow 0.3s, transform 0.2s, background 0.3s; outline: none; text-decoration: none; overflow: hidden; backdrop-filter: blur(6px); } .scroll-to-title img { width: 32px; height: 32px; margin: 0; vertical-align: middle; transition: transform 0.2s; } .scroll-to-title:hover { box-shadow: 0 8px 32px 4px #28a7ff55, 0 0 0 8px #28a7ff22; background: rgba(40, 167, 255, 0.28); } .scroll-to-title:hover img { transform: scale(1.12); } @media screen and (max-width: 768px) { .scroll-to-title { width: 50px !important; height: 50px !important; right: 20px !important; } .scroll-to-title img { width: 26px !important; height: 26px !important; } } @media screen and (max-width: 480px) { .scroll-to-title { width: 45px !important; height: 45px !important; right: 15px !important; } .scroll-to-title img { width: 24px !important; height: 24px !important; } } /* Исправление наложения кнопок языков на мобильных устройствах */ .scroll-to-title { position: fixed; right: 32px; bottom: 100px; z-index: 1000; } .fab-lang-switch { position: fixed; right: 32px; bottom: 32px; z-index: 1000; } @media screen and (max-width: 768px) { .scroll-to-title { right: 20px !important; bottom: 80px !important; } .fab-lang-switch { right: 20px !important; bottom: 20px !important; } } @media screen and (max-width: 480px) { .scroll-to-title { right: 15px !important; bottom: 70px !important; } .fab-lang-switch { right: 15px !important; bottom: 10px !important; } } .lang-fab-group { position: fixed; right: 32px; bottom: 32px; z-index: 1000; display: flex; flex-direction: column; gap: 8px; } .scroll-to-title, .fab-lang-switch { position: static !important; margin: 0; } @media screen and (max-width: 768px) { .lang-fab-group { right: 15px !important; bottom: 90px !important; gap: 8px !important; } } Read in English Новый сервер Interlude Craft-PvP x15 Направление: Классический сервер с издержками OFF-Like механики. Отсутствие ДОНАТА игровых вещей. Открытие сервера состоится: 15 Ноября в 20:00 UTC +3 Открытие ОБТ состоится: 13 Ноября в 20:00 UTC +3 Информация о рейтах сервера EXP/SP: x15 * Adena: x1 * Drop/Spoil: x5 Seal Stones: x5 Quest: x1 * * Все цены в магазинах урезаны в 10 раз. * Список измененных квестов, которые имеют x2 рейты: Exploration of Giants Cave, War with Varka Silenos, War with Ketra Orcs, Legacy of Insolence, Alliance with Ketra Orcs, Alliance With Varka Silenos, Relics of the Old Empire, Gather the Flames, The Zero Hour, In Search of Fragments of Dimension, Supplier of Reagents * На сервере установлены динамические рейты на EXP/SP: с 1ур. по 61ур. x15, с 61ур. по 80ур. х10. Базовая информация о сервере Персонажи стартуют в деревнях своей расы, с Top-NG оружие/броней, а так же набором сосок. * Всем новым персонажем без исключения бесплатно выдается Olf's T-shirt, каждый уровень заточки прибавляет +1% к p-m.def, p-m.atk, +100 hp-cp. Предмет невозможно сломать, максимальная заточка +15, шанс 50% без понижения. 24+4 доступных слотов под бафф. Автоизучение скиллов (кроме +4 слота баффа). Ancient Book на доп. бафф слоты доступен у Black Marketeer за адену, изучается на 52/62/73/75 уровне. Клан создается 5 уровня, клановые скиллы при изучение не требуют клановый яиц. * Клановые скиллы работают на всех, вне зависимости от ранга в клане. Профессии: 1 и 2 — 5k / 10k аден, 3 - по квесту. После каждой профессии выдается - 3 купона на D/C оружие. Alt+B баффер: баффы 3 профессий недоступны, длительность всех баффов - 60 мин. * Премиум-бафф позволяет использовать баффер вне городов и даёт доступ к дополнительным баффам. Баффы 3 профессий: с игроков/саммонов - стандартное время дейстия, song/dance/профессии - 10 минут. Телепорт до 41 уровня - бесплатный, далее платный - цены урезаны в 10 раз. Убрано Shadow-оружие, вместо него - оружие за купоны. При наличии эффекта от Frenzy/Guts/Zealot копье обхватывает 3 цели. Flames of Invincibility - отменяется при касте/атаке. Обмен оружия у Маммона не сохраняет заточку. Саб-класс: Необходимо на 75 уровне просто нанести урон по боссу Shilen's Messenger Cabrio и дождаться его смерти, прохождение будет засчитано, если Вы находитесь даже мертвым, но не более чем на 1500 дистанции от босса. Noblesse: стандартный квест, Supplier of Reagents x2. Оффлайн торговля — команда .offline. Шанс заточки / Life Stone скиллов: OFF-like. Manor: отключен. Лимит окон: 3. NPC, магазины и доступные функции PC Bang: C/B заточки и аксессуары. Luxury Shop (Giran): C/B броня и оружие за кристаллы. Grocery Store (Giran): D/B соски, Mana Potion (350 MP, 5 сек), Blessed Scroll: Olf's T-shirt. Merchant и Blacksmith of Mammon: доступны со старта, рядом с Priest of Dawn Giran. * Катакомбы и некрополи доступны всегда, регистрация активна постоянно. * Обмен камней у Priest of Dawn - доступен всегда. Торговая зона: Giran Castle Town. Информация о эпических боссах Queen Ant — респаун: 24ч ±2ч (Drop: 30%) Core — респаун: 36ч ±2ч (Drop: 30%) Orfen — респаун: 36ч ±2ч (Drop: 30%) Zaken — респаун: 48ч ±2ч (Drop: 30%) Baium — респаун: 120ч ±2ч (Drop: 100%) Antharas — респаун: 192ч (Drop: 100%) Valakas — респаун: 264ч (Drop: 100%) Frintezza — респаун: 48ч ±1ч (Drop: 30%) * Все эпические боссы живы на старте сервера. * Все эпические боссы имеют стандартный уровень. * Все эпические боссы не имеют привязки ко времени респауна. * На всех эпических боссах установлена PvP-зона без флага и ПК. * Минимальное количество групп в CC для входа в Frintezza: 2. * Минимальное количество участников в каждой группе CC: 4. Earring of Orfen: P. Def. +5%, M. Atk. +3%, MP consumption -2% Ring of Core: Evasion +2, Critical Rate +10%, Received Damage -2% Информация о изменённых боссах Shilen's Messenger Cabrio — респаун: 10ч ±30м Flame of Splendor Barakiel — респаун: 10ч ±30м Ketra's Hero Hekaton — респаун: 10ч ±30м Ketra's Commander Tayr — респаун: 10ч ±30м Varka's Hero Shadith — респаун: 10ч ±30м Varka's Commander Mos — респаун: 10ч ±30м * Кто наносит последний удар по Ketra/Varka боссам — шанс прокачки Soul Crystal 11/12/13 уровень: 25%. * Anakazel — шанс попасть через Guardian of Border: 20%. * Tyrannosaurus — шанс прокачки Soul Crystal 11/12 уровень увеличен до 15%. * Tyrannosaurus — увеличен шанс выпадения Top-Grade Life Stone: Lv. 76 до 15% (влияет премиум и руна). * За 20 минут до появления вышеуказанных боссов будет анонс. Олимпиада и ивенты Олимпиада проходит каждый день с 20:00 до 00:00 * Выдача геройства каждые 7 дней, по понедельникам. За победу в бою на олимпиаде вы получаете Festival Adena — за них доступен отдельный магазин с ценными товарами. Осады замков Осады замков проходят каждую неделю. * За захват замков Giran и Rune полагается денежное довольствие в размере: Giran Castle: 100 Castle Coins Rune Castle: 150 Castle Coins Castle Coins — можно потратить в магазине вашего замка на очень ценные предметы из мира Lineage 2. * Top Grade Life Stone 76 - 5 Castle Coins * High Grade Life Stone 76 - 3 Castle Coins * Secret Book - 3 Castle Coins Баланс классов Классы: Hawkey, Sagittarius, Gladiator, Duelist, SilverRanger, MoonlightSentinel, Plainswalker, WindRider, TempleKnight, EvaTemplar, Swordsinger, SwordMuse, PhantomRanger, GhostSentinel, AbyssWalker, GhostHunter, ShillienKnight, ShillienTemplar, Bladedancer, SpectralDancer, Tyran, GrandKhavatari, BountyHunter, FortuneSeeker, Warsmith, Maestro Изменение: Добавлено +50% урона от скилов / оружия по всем монстрам и РБ в PvE. Warlock / Arcana Lord: Добавлен навык Prominence — сила скилла 35% от Archmage. (На Олимпиаде не работает.) Elemental Summoner / Elemental Master: Добавлен навык Hydro Blast — сила скилла 35% от Mystic Muse. (На Олимпиаде не работает.) Phantom Summoner / Spectral Master: Добавлен навык Huricane — сила скилла 35% от Storm Screamer. (На Олимпиаде не работает.) Shillien Elder / Shillien Saint / Bishop / Cardinal / Elven Elder / Eva's Saint: Добавлен навык Might of Heaven — работает как полноценный скилл не только в PvE, но и в PvP. (На Олимпиаде не работает.) New Interlude Craft-PvP x20 Server Direction: Classic server with OFF-Like mechanics. No DONATION for in-game items, Noblesse status Server opening: June 7 at 20:00 UTC +3 OBT opening: June 5 at 20:00 UTC +3 Server Rates Information EXP/SP: x20 * Adena: x1 * Drop/Spoil: x7.5 Seal Stones: x7.5 Quest: x1 * * All shop prices are reduced by 10 times. * List of changed quests with x2 rates: Exploration of Giants Cave, War with Varka Silenos, War with Ketra Orcs, Legacy of Insolence, Alliance with Ketra Orcs, Alliance With Varka Silenos, Relics of the Old Empire, Gather the Flames, The Zero Hour, In Search of Fragments of Dimension, Supplier of Reagents * The server has dynamic EXP/SP rates: from level 1 to 61 — x20, from 61 to 70 — x15, from 70 to 80 — x10
  1. Load more activity
×
×
  • Create New...