Jump to content

Reborn12

VIP Member
  • Posts

    2,393
  • Credits

  • Joined

  • Last visited

  • Days Won

    19
  • Feedback

    100%

Posts posted by Reborn12

  1. You must create a voicedcommand

    And check if player is in multizone 

    Teleport to xyz 

    If not send msg

    Like

    If(command.startsWith("exit"))

    {

    If(player.isInsideZone(ZoneId.multi

    ))

    {

    Player.teleTolocation(x,y,z,offset);

    }

    else

    player.sendMessage("you can use this command only in multifunction zone!");

    }

     

  2. 3 hours ago, Evie Frye said:

     

    5VrMFKC.gif

    Okay nazi relax now. Nobody spammed. He answered to melron. Unless Melron also spammed. You act as if 2 years ago you were good child in this forum. All of sudden you got rights and u became a second Justice. Relax now. Do a proper share or a tutorial to justify the fact that they gave you moderator rights and let the "spammers" for SweeTs e.t.c

     

    Ps. L2-Heaven declare what type of team you need cause i though of developers. 

    I know my rights im doing what i have to do...show me your love now :D

  3. 24 minutes ago, camenomat0 said:

    Not only,he works on multiple projects,so ofc only U can be GM,only u can manage working on all projects at same time. Top.

     

    //Evie_Frye --> Makes your target  Accsss Level Infinite and creates one low rate,one mid rate,and one high rate server in their system

    I will use my command if you will not stop spamming in every single topic with random things

  4. 4 minutes ago, camenomat0 said:

    server had a good gameplay before,idk if it can have a good online but recommend for sure, best luck !

    Gameplay has been totally changed new events new areas new economy fresh start...i dont want to move fast i want to have all perfect for the G.O

  5. 1 hour ago, SkyLord said:

    We have history 5 years!

    Psycho first server l2j 2012 - 300 online

    Psycho second server l2j 2013 - 1100 online

    Mid server l2off 2014 - 2800 online

    Mid server l2off 2015 - 3900 online (record)

    Mid server l2off 2016 - 2200 online

    Mid server l2off 2017 - 3500 online

     

    tell me if u need screens.

    You always the same thing cause you got maybe this fake online at the start but in 10 days you are going for a new opening..

  6. 5 hours ago, 'Baggos' said:

    You mean that, the damages of 2 sps are powerful enough, to destroy 2 parties with bishops? Also, I'm not saying this clan is corrupt.. I don't know, and I don't really care.. I just saying the facts.. It wasn't even my siege.. Maybe the the other 2 parties  are noobs, who know? Maybe they found some bugs or something.. 

     

    Also, admin try to fix the events, he's available to fix some things, so we will help him.. It's just a game after all.. :)
     

     

    Yes more thank enought i can say and i dont need to check any balance to know that im sure that they do mc more than 2300 dmg to other so if you calculate it..

    Every 5 hits 2 mc with 2 mages we got in total

    Over 10-12k dmg and this can happend in 5 seconds 

  7. 20 minutes ago, 'Baggos' said:

     

    Sorry, I don't want to say something bad, as I said, I like this server, but yes.. This season many players leave because of this clan.. Something is wrong here dude..

    It's not possible 1 pt on siege, with 7 players, 3bp/1tank/1domi and 2 mages, kill 2 full parties..

    The result it's up to you..

     

    Good luck..

     

    Ofc it is..back in la2dream we had killed more parties with a cp of 9 players 

  8. 2 hours ago, Runfoldas said:
    
    public static int getTopZoneVotes()
    	{
    		int votes = -1;
    		try
    		{
    			final URL obj = new URL(Config.VOTES_SITE_TOPZONE_URL);
    			final HttpURLConnection con = (HttpURLConnection) obj.openConnection();
    			con.addRequestProperty("User-Agent", "L2TopZone");
    			con.setConnectTimeout(5000);
    			
    			final int responseCode = con.getResponseCode();
    			if (responseCode == 200)
    			{
    				try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream())))
    				{
    					String inputLine;
    					while ((inputLine = in.readLine()) != null)
    					{
    						votes = Integer.valueOf(inputLine);
    						break;
    					}
    				}
    			}
    		}
    		catch (Exception e)
    		{
    			e.printStackTrace();
    			System.out.println("TOPZONE is offline. We will check reward as it will be online again.");
    		}
    		
    		return votes;
    	}

    Is that from your vote manager npc? In with java file need change it?

    VoteHandler.java all the gettopzonevotes() method to be easier for you..

  9. 8 minutes ago, Lightness said:

    In lovelyaden Server me and my friend Will get full chars, u need more 2-3 days for get It. Not is just for other players.

     

    And when admins dont edit mrpro he say bad things 

    Too much hate for mrpro and thats it bad anyone can do whatever he wants its not up tou you or someone to speak about it..

×
×
  • 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