Jump to content

Recommended Posts

Posted

Welcome to Lineage ][ Guild Wars!

Before you read you MUST accept topic rules!

1: Don't reply with flame!

2: Don't Adversing another server!

3: If you don't like server do not reply!

4: WE do not accept any suggestions!

If you accept rules then welcome to my post! :)

 

Server borned just some weeks ago! Our plan is to be one BIG server with Big Community!!

We aren't here to say " we are the best " Forget it that!

If you are bored to see any player with flame and no1 do something for that then you have one more reason to come to us! Bcuz! WE HATE people that who don't respect other players in game, for example as all people know's when one greek 'kid' die in pvp he start ' beeb - beeb - beeb ' well i got a Really good team to avoid any problem of that and not only tha but to avoid bugs - feed and ofc to help players via petitions! You can check our team right now!

 

Admin/Owner/Developer/Web designer : Crest43.bmpAdministrator

icon_question.gifQuestion : Admin... Owner... Develeper... Web designer... why should have so much rank's?

icon-correct-10.pngAnswer : Bcuz you had joined in Real lineage 2 Server! not a corrupted server! The most serius jobs should be took By Admin's Place!

 

Game Master : Crest43.bmpChester

icon_question.gifQuestion : Hmmm ok is GM and how can help server ?

icon-correct-10.pngAnswer : GM is my right hand! i can let him do many things on server of course server good!

 

Game Master : Crest43.bmpAphrodite

icon_question.gifQuestion : Hmmm ok is GM and how can help server ?

icon-correct-10.pngAnswer : GM is my right hand! i can let him do many things on server of course server good!

 

Event Game Master : Crest43.bmp[EGM] We looking for someone for that place!

icon_question.gifQuestion : Hmmm ok is EGM and how can help server ?

icon-correct-10.pngAnswer : He can offer you some hours of fun :)

 

Police Game Master : Crest43.bmpGameMastePolice

icon_question.gifQuestion : Hmmm ok is GMP and how can help server ?

icon-correct-10.pngAnswer : Well we diceded to make that GameMasterPolice to avoid bugs and other exploit's!

 

Support Game Master : Crest43.bmp[GM]Support

icon_question.gifQuestion : Hmmm ok is GMS and how can help server ?

icon-correct-10.pngAnswer : Well we diceded to make that [GM]Support to help you on your questions BUT! only on petitions!

 

Game Master Olympiad : Crest43.bmp[GMO]CothicCeltic

icon_question.gifQuestion : Hmmm ok is GMO and how can help server ?

icon-correct-10.pngAnswer : Well we diceded to make that [GMO]CothicCeltic to avoid feed in oly!

 

corner-filligri.png

If you are looking one server with

check.png x500 Exp

check.png x500 Sp

check.png x1 Drop

check.png x1 Adena

check.png x1 Spoil

check.png Safe +4

check.png Max +18

check.png Normal Scroll Enchant is 66,6%

check.png Blessed Enchant Rate is 90%

check.png Crystal Enchant Rate is 100%

check.png L2 Guild Wars Coin, Gold Bar, Raid Skull (Queen ant / Zaken / Core / Orfen they drop Only 1, Valakas / Baium / Antharas they drop 3 - 5)

check.png GoD {PvP Guild Wars} Armor 3 set`s are available (Heavy/Light/Tunic) -GoD Weapons

 

corner-filligri.png

PvP/Pk System! For example

100 pvp = Administrator

200 pvp = Administrator

300 pvp = Administrator

400 pvp = Administrator

500 pvp = Administrator

600 pvp = Administrator

700 pvp = Administrator

800 pvp = Administrator

900 pvp = Administrator

1000 pvp = Administrator

corner-filligri.png

100 pk = Administrator

200 pk = Administrator

300 pk = Administrator

400 pk = Administrator

500 pk = Administrator

600 pk = Administrator

700 pk = Administrator

800 pk = Administrator

900 pk = Administrator

1000 pk = Administrator

corner-filligri.png

 

 

If you have any problem you can use our forum!

Our forum can support topics like!

Anncouments

Server Info

Server Updates / modifications

How to connect

Problem with connect? Or problem in game?

Server Community

Server Event's!

Romanian Channel

Indonesian Channel

German Channel

Italian Channel

English channel

Greek Channel

Media

Want To Buy!

Want To Sell!

Want To Trade!

Love Of Spammers

Locked Topics

 

Our Vote area is :

hopzones.png

topzone.png

maxvote.png

top100.png

 

Our Website is http://lineage2guildwars website!

 

NOTE!

 

Server is from home! But that doesn't mean we gonna close server for ever or we stay till normal computer will die! we currently looking for a good company and for website

38799826y.jpg

You can download from website :)

 

Updates!Blessed scroll now have 90% chance !!!!!

 

Posted

with 30+ online to much laggy for me. still freezes and lags... but server was created nice and lookk ok. nice npc, good farms... but like i said. with this online to much laggy.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
    • very helpful comment when you say to some random person that is asking for help this: "I hope that the imbeciles that you defend better answer you" indicates you have serious psychological issues, you are a problem for the community at this point  read the rules and stop spreading the toxicity virus you are infected with, seek professional help.     on topic, l2off servers have the issue of real time name changing through website and CacheD server, in some of them even successfully return no errors but its still not working, the player has to restart the game afterwards so in best case you log them out, thats all i can tell you from the website side development. i suggest this to be inside try/catch dont use advext the guy gives errors in the documentation of the website connections and calls other developers idiots who cant make it i have rewrote this function fully (this function contains the errors)  https://wiki.depmax64.com/index.php/Список_php-функций_для_работы_с_пакетами_IL and still i made everything work except the rename, this can be done with other methods and SQL side using function queries
    • Buying & Selling Torn City Cash
    • Buying & Selling FFXIV FFXI Horizon Eden and other server
  • 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