Jump to content

Recommended Posts

Posted

63930048.png

 

rbcwgp.jpg

 

 

 

 

 

[move]Server Is Online!!! Joins Us[/move]

 


  •  

Game Specifications :



  • Server Chronicle: Freya

 

  • Rates: XP: x1000 SP: x1000 Adena: x2000

 

  • Enchant Rates: Max: +16  Safe: +4  Chance: 74% Blessed: 85%  Divine: 100% 

   

 

Event :

 

 

  • Team vs Team:
    Standard Team vs Team fight with 2 teams that will fight for the rewards. The teams are randomly made.

 

  • Last Man Standing:
    It is about surviving. The last player wins the event..

 

  • Capture the Flag:
    Standard Capture the Flag with 2 teams that will fight for the rewards. The teams are randomly made.

 

  • DeatMatch:
    kill your enemies and win the big prise. The best killer takes everything.

 

  • Solo Instance:
    kill minions go to kamael and win the big prises. .

 

 

 

Vote Reward System :

 

We have a special event & vote reward system which is based on Blue Eva & Vote Coins.

 

If you play in server events, and you ( or your team ) win, you will get Blue Eva (the a-beep-t of Blue Eva depends of the event).

 

With every 15 votes on TOPZONE, all online players will be automatically rewarded with 5 GCM's.

 

Don't think that we forgot about dual-box. If you go in the event with dual-box or if you are online with many characters when vote reward is recived, you will get the VC just on one character.

 

 

General Informations:

 


  • Olympiad :

          - Validation Period every 1 week.

          - From 18:00 to 24:00 GMT +2.

          - Hero weapons CAN NOT be enchanted.

 


  • Noblesse :

          - You can earn noblesse by quest.

          - You can earn noblesse from Noblesse NPC.

          - Or buy Cardinals Letter from GM Shop

 


  • Subclass :

          - You DO NOT need quest.

          - Up to 3 subclasses.

 


  • Items :

          -Vote Reward Bracelet wich gives  +10% stats (P.Def/M.Def/CP/HP/MP)

          -Cloak Of Zaken

          -Cloak Of Freya

          -Cloak Of Frintezza

 

 


  • Custom NPCs

                                                                                   

          - Global GK (Simply teleports you everywhere you want)

          - GM Shop (Common shop with *common* weapons, armors, jewels, scrolls etc)

          - Vote Shop Here you can buy usefulls stats with Vote Coins)

          - AIO Buffer (Buffer that uses Auto-Buff feature as well as Scheme-Buff-ing)

          - Noblesse Manager (Here You Can Become Noblesse)

          - Clan Reputation Manager (You Can exchange gold bars for lvling up the clan and get CRP's

          - PvP/PK Ranking (There you can check the PvP/PK Ranking List)

          - Services Manager (Its A multi NPC with usefull services)

          - Donate Info (Its a  NPC which shows Donate List)

          - Grand Boss Spawn Timer (List with all the Grand Bosses and their respawn time)

          - Forgotten Scrolls Manager (There you can buy the Forgotten Scrolls)

          - Olympiad Ranking (Check the oly list which shows Name,Points and Matches

          - PvP Items Shop (Trade your wepon to PvP Weapon)

 


  • Special Addons:
    - Integrated Geodata/Panthcodes (SENSITIVE and GREAT WORKING)
    - Colorized player's name/title depending from a-beep-t of PKs/PvPs.
    - Special Loot Mod - To evenly distribute other items than adena.
    - Announce Castle Lord with colorized text (Advanced one).
    - Announce Hero login with colorized text (Advanced one).
    - Special and Custom EPIC BOSS system.
    - Unique and advanced style of HTML's for custom NPC's.
    - All known exploits fixed.
    - Over 90 skills fixed and good class balance.
    - No unclosed connections, errors or freezes..
    - Anti PK's attacks only PK's and can see trought Silent Move etc.
    - Fake PC's NPCs. Used on Custom NPCs!
     

    Dedicated  Specifications :


    • Server is located in Germany in high-tech datacenter
    • OS : Windows 2008 R2 Server Standard 64bits
    • CPU : Intel? Core? i7-2600  Quadcore HT 8x 3.40 GHz
    • RAM : 16 GB DDR3 
    • HD : 2x 3 TB  SATA6 Gb/s HDD 7200 rpm Software-RAID 1
    • 1 GBit OnBoard connected at 100 MBit
    • Traffic : Unlimited
    • Uptime : 99.9%

Posted

Just another random server

Nothing special or new ,especially that is a FAIL FREYA

 

Good Luck (this was my opinion ,respect it or gtfo)

You cant say this , i always seeing more and more interlude servers opening and closing  . . .

 

Posted


 
Noblesse :
          - You can earn noblesse by quest.
          - Or buy Cardinals Letter from GM Shop
 
What about elven elders and shilien elder?:D:D:D:D xD xD Loled hard :P:D

Guest
This topic is now closed to further replies.



  • Posts

    • sell adena l2rebon signature x1 - 1kk = 1 dollars l2reborn x10 - 500kk = 4 dollars E-Global x Lu4 - 1kk = 2 dollars BOHPTS - x20-x500 TOP PRICE DISCORD - GODDARDSHOP TELEGRAM - MMOPROMO Also on sale are Epic jewelry, Clothes at a very good price
    • Hello Sorry, my Discord is: ave7309
    • “Hello, I’d like to present a short description of the server. Everyone starts equally at max level 80. The server includes a custom buffer, custom class master, custom weapons and armors, custom zones, custom teleporter, custom raid bosses, and much more. I’ll leave a link in the description for those who want to see how everything looks inside. The server is only open on weekends, and you can find more news via the Facebook link.”   https://www.facebook.com/profile.php?id=61578869175323
    • 1. You where subscriber 3 years ago. 2. There is no current L2jMobius 2.8 Seven Signs version. Subcriber or not. 3. You have your answer from multiple forums that more items is more delay.  
    • 1. Optimize Packet Serialization Look in ItemList.java or wherever the inventory packet is constructed. Instead of building the packet with inefficient string concatenation or repeated allocations, use a preallocated buffer and avoid creating new objects for each item. Mobius sources are Java-based, so profiling with something like VisualVM or YourKit can help see where most time is spent. 2. Avoid Sending the Full List Each Time Modify the server to send only changed items (diff packets) when the inventory window opens. Some newer forks implement this as “lazy loading” or paged inventory so the client only loads e.g. 100 items at a time. 3. Limit the Inventory Size Per Page Instead of showing all 500 slots at once, split the inventory into pages/tabs (100 slots each). When the user switches a tab, send only that page’s items. This requires some client-side editing, but it’s the most user-friendly long-term fix. 4. Database & Cache Optimizations Ensure your items table is indexed by owner_id to make the query for player items fast. Cache item templates and static data so they are not reloaded every time the inventory is shown. ⚠️ Things to Keep in Mind Increasing slots from 80 → 500 does not just change a number — it multiplies the workload for packet building and UI rendering. You can’t fully avoid some extra cost with 500 items, but you can keep it under a few milliseconds if you optimize how and when the data is sent.    
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock