Jump to content

Recommended Posts

Posted

Yo, I'm looking for a H5 instant gear Olympiad server.

 

The server has to have active olympiad matches of more than 10 players.

 

Would preffer l2off, but a good l2j would do the job aswell.

 

There is always a really good russian one, but atm i can't seem to find any.

 

 

So any directions on how to find such servers or direct links to them would be seriously appreciated and rewarded with a virtual cookie!

 

 

Posted (edited)

Yo, I'm looking for a H5 instant gear Olympiad server.

 

The server has to have active olympiad matches of more than 10 players.

 

Would preffer l2off, but a good l2j would do the job aswell.

 

There is always a really good russian one, but atm i can't seem to find any.

 

 

So any directions on how to find such servers or direct links to them would be seriously appreciated and rewarded with a virtual cookie!

its hard son

 

Edited by anhel00
Posted (edited)

Anhel tried sharing his daily material, but pussied out a few mins later =D

 

 

 

Already tried and hated it since you have to literally spend 1hour+ just preparing your char. Also the russian heroes seem to have an advantage with something over everyone else.

Edited by Somik
Posted

Anhel tried sharing his daily material, but pussied out a few mins later =D

 

 

 

Already tried and hated it since you have to literally spend 1hour+ just preparing your char. Also the russian heroes seem to have an advantage with something over everyone else.

i know what the advantage is... SKILLED HANDS

Posted

i know what the advantage is... SKILLED HANDS

Ironic to hear that coming from a guy with a video of a handless db that clicks 90% of his skills with the mouse in his signature =)

 

 

But anyways, no, every russian playing there is absolutely terrible.

Posted

www.l2elite-pvp.com


website dont work?


elitel2.wix.com/l2elite 


grand opening 15 november 18:00 GMT+2


 


just check website nothing more to say   :)


  • 1 month later...
Posted

I love Olympiad, it's why I play L2 usually. I'm considering a side-project OLY server for the EU community. But I'd need to get a good impression of whether such a server would survive or how to structure the donation system. I've never played a strictly OLY server before.

 

It wouldn't be a major project. Something to work on in between our larger projects.

 

Cheers,

Granny

Posted

That would be awesome.

 

I would advise you to do a server like the russian Emerald, on which i used to play with a couple of friends a few months back and loved it, the server is still up but they did something that doesen't let you get english text anymore (if someone got it working hit me up!).

 

Def. don't do a server like oly2 a.k.a. gamefirst.ru since it's unbalanced as fuck and has many flaws + it completely dies out after 2 weeks, so the work u put into it would be wasted.

 

Emerald - Full instant free gear, 6h of oly every day with nominations every 2 weeks, a nice zone to pvp at (added smart pvp bots), currencly from oly wins and pvps for cool looking stuff like god+ weps, armors, cloaks, hats, pvp talis etc.

 

oly2 - you start with lvl 56 and b grade gear, then u lvl up through oly and waste a week of ur time raging at the broken shit till you hit an area with the same opponents that the system doesent allow you to beat and progression slows down by 90% and makes you quit.

Posted

Yea this is what I mean it's difficult to balance.

 

I was thinking the OLY2 sounds better. But you bring up some good points, the first, is that new players will have no chance. The second is that certain classes will dominate way too hard and prevent your progress.

 

Emerald style is probably the best option where everyone starts off with equal footing and u can choose the class u like and gear u like without limitation. I was thinking more like 24 hours Olympiad only Olympiad with no restrictions or match limits. I'd need to think of a viable donation system to make this work, however.

 

Can you explain the emerald server in a bit more detail. Be as specific as possible. For example, currency from oly, what can u buy with this currency? And PVP currency is separate? PVPS allow you to buy talis, accessories, cloaks, etc? Do these cloaks and shit have good stats to give your char a boost? Details please.

 

Cheers,

Granny

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

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • 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    
  • 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