Jump to content

Recommended Posts

Posted (edited)

Hello community!

 

 

 

We want to tell you about the new World of Warcraft The Burning Crusade server with rates x100 — Moonwell.ws!

You're tired of pure blizzlike and long farming? We made a server where the original content and various simplifications are in perfect harmony. You no longer need to waste your time to long time leveling up your character, travel without mount, leveling professions from zero, opening flight stations, completing class quests, and doing other boring things. 

Get quickly free A1 PvP equipment and PvP trinket to join BG or arena! BOJ and be farmed with increased drop rate and also you get Badges for kills in BG.

The server will be interesting for both PvP players and PvE!

Our project is live since 2011. We are the most popular TBC server in Russia, and now we are ready to accept English-speaking players and provide them with technical support if required. All game data is also translated to English.

Server website: https://moonwell.ws

Information
  • Open date: 26.12.2020 12:00 (GMT+3).

  • Stable server: no wipes guaranteed.

  • Game version: 2.4.3 TBC.

  • Blizzlike content: excluding modifications described on this page.

  • Rates: exp/quests х100, drop х10 (legendary х1), gold х5, honor points х2, BG marks х1, reputation х10, profession х5, badges х3, arena points х1 (flush every 3 days), weapon skills x100.

  • Free A1 and PvP trinket: Arena 1 set and rare PvP trinket is completely free! You can easily get it and join BG or arena!

  • Badges for kills in BG: when you kill players in battlegrounds you receive BOJ, and they drop from bosses with x3 rate.

  • Spell auto training: when getting a new level, spells learning automatically and free. No need to run to the city to the trainer and spend gold.

  • Starting items: when creating a character, you get an unlimited 100% ground mount, as well as 4 bags for 14 slots.

  • Profession skills: upon training raising up to 300/375.

  • More resources: the number of herbs, ore and fish spawns has doubled.

  • Unlimited profession recipes in vendors: according to blizzlike you can buy only 1 recipe every 12 hours, but we do not have this limitation.

  • Progressive: BT, Hyjal and ZA will open 16 Jan. SWP will open 6 Feb. Next - original quest chains to open SWP doors.

  • A4 shoulders: requires 2200 personal rating to buy. Prices for all other parts are original.

  • Horde and Alliance together: players of different factions can form groups, see chat, join guilds and play together in BG.

  • Instance CD reset: twice a week instead of once.

  • Solo 3х3 arena: no need to find teammates to play arena!

  • Donations without P2W: shop items will be added based on server progress. It will not be possible to buy equipment that cannot be obtained in the game (for example, from closed instances).

  • Shattrath reworked: it's now universal zone where allowed dueling and all custom NPCs can be found.

  • Realm type FFA. After reaching level 70, you automatically become hostile to all players (even your faction) outside the city.

  • Flight stations: all opened.

  • Resurrection by Spirit Healer: no penalties until level 70.

  • Portals: in starting locations there is a portal to the capital, and from the capitals you can quickly get to other cities of your faction and Shattrath.

  • No need to do class quests: characters are created immediately with class quest spells and items (stances for warrior, totems for shamans, taming skill for hunters, etc.).

  • Training dummies: which will help you check your DPS, healing and tanking efficiency.

  • Improved graphics: you can install HD models from Warlords of Draenor, or you can not if you want nostalgia.

  • Ingame donate shop: say .shop into the chat, chose the item and immediately buy it. Conveniently!

  • Referral system: inviting friends, you can receive many useful bonuses!

  • Unique mount vendors: for certain achievements you can get very rare legendary mounts. Vendors are located near the center of Shattrath.

  • Arena seasons: every 3 months we determine best players in the 2v2 arena. As a reward, they are given gladiatorial capes and dragons that cannot be obtained in any other way, not even donation.

  • Simplified duels: reset CD and restore HP/mana before each duel.

  • Premium account: allowing you to have access to repair items, mail, auction, reset talents, etc. anywhere.

  • Game map: fully open.

  • Flexible transmogrification: you can change the appearance of equipment you are wearing with any items that you can get! For example, mages can change their armor to plate and wear a two-handed axe instead of staff!

  • Anticheat: blocking all cheats.

  • Arena spectator: you can watch other arena matches.

Follow our site for updates https://moonwell.ws/
Join discord if you have any questions https://discord.gg/2rF59cz
Edited by Moonwell

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Almost 16 years, you never know when a random Korean finds this topic and shares it.
    • Update: Version 3.1.2: * Improved compaction: deleting even a few textures now always reduces the file (previously small deletions could still slightly grow some packages, such as fonts); Version 3.1.1: * Deleting textures now actually shrinks the package: on save it is automatically compacted, reclaiming the space of the deleted textures (format and encryption preserved); Version 3.1.0: * La2Tools now checks for updates on startup and lets you know when a newer version is available on the site; Version 3.0.9: * Fixed textures that appeared blank in some clients (their object carries an embedded shader the reader mis-parsed) — they now decode and display correctly; * ShaderCode is now editable: Texture Properties → Material → ShaderCode shows the texture's real HLSL shader (was a fixed placeholder before); edit it and Apply — works across client formats (Interlude-era through Essence 542); Version 3.0.8: * BMP now imports as a native format, like UnrealEd: 8-bit BMP becomes a P8 (paletted) texture with a real Engine.Palette, 24/32-bit becomes RGBA8, 16-bit becomes G16; * Compress to P8 — adaptive 256-color palette (median-cut quantization); P8 is also selectable as an import "Convert to" target; * Copy / Cut / Paste now works for P8 (paletted) textures; * Non-power-of-two textures are highlighted in red (tiles and table) with a tooltip; new "Fix texture size" menu item pads them to a power of two while keeping the displayed size; * Reads "broken" packages that were tampered to block editors (corrupted size fields) — the client still loads them and now so does La2Tools; * "Repair package" — shown only for a tampered package (its tab is marked red) and restores the corrupted size fields; * Added client license 30 support (reads and imports its textures); * Import dialog now auto-resizes to fit its content; Version 3.0.7: * Import: the file name is now parsed smartly — package.group.name automatically fills the Group and Name fields (the package prefix is ignored); * Import: live name validation with an inline hint and tooltip — OK is blocked until the name is valid (allows - + ' etc., forbids only characters illegal in file names); * Import: textures whose size is not a power of two are now auto-padded for ALL formats (DDS/TGA/BMP too, not only PNG/JPG/GIF) — padded to a power of two with UClamp/VClamp preserving the original display size; * Texture filter now has a clear (×) button; * Light theme: visible Chrome-style tab outlines; Version 3.0.6: * "Save as..." — toolbar button and tab-menu item: save a package under a new name to any folder, choosing the format (Old/New) and Lineage2Ver121 encryption; the tab switches to the saved file; * Tab right-click menu reworked: Save, Save as... and Settings on top; Copy path and Open in Explorer at the bottom; Version 3.0.5: * Animation grouping now follows AnimNext links instead of frame names — chains group correctly with any naming (mixed prefixes, non-sequential or 0-/1-based numbers); * GIF import: animation parameters (frame rate) and TotalFrameNum are now written only to the first frame, the rest keep just the AnimNext link — matches the game's own format; same fix applied to "Create animation"; Version 3.0.4: * Clipboard <-> Explorer: Ctrl+C in the browser then Ctrl+V in Explorer pastes the textures as files; copy files in Explorer then Ctrl+V in the browser imports them; * Rename a package right from Package settings (handles Lineage2Ver121 re-keying); * Hotkeys: F1 (About), F2 (rename), F5 (reload from disk, asks if unsaved), Delete, Enter (Properties), Ctrl+W (close tab); * The application icon now appears in the title bar of every dialog and sub-window; * Fixed flipped preview when importing TGA files;  Download (Installer) |  Download (Portable)
    • Hello! I am creating a new L2 Editor version with most bugs fixed and new features added. PM me for more info!
    • Hello, I would like to ask about Lineage 2 Interlude server solutions. I am interested in purchasing a ready to use server. Do you have any offers available? I am interested in both mid-rate and PvP-style servers. I am looking for a fully prepared project that I could purchase, launch, and start running without needing to make additional changes or configurations. I am also interested in server protection, security systems, anti-cheat solutions, and overall server stability. Please send me more detailed information about your available servers, features, included services, and prices. I am seriously interested in creating and launching a successful Lineage 2 project, so I would appreciate a detailed offer. I look forward to your reply. Best regards. PM ME thanks 😉
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..