Jump to content

Recommended Posts

Posted

donations are fine, i dont mind them at all. but giving scrubs items for free, just to make them join a server, is just sad. also opening every 3 weeks a new server, just becouse donations are low, is just sad.

at every server gm runing with full equiped chars, just u dont know it  so dont cry pleache))))))))))))))))))))))

Posted (edited)

rly? how come i never runned for 6 years on my servers with full eq? how come i never sold anythink wich wasnt in the donation list? how come i had a server for 4 years without closing it/wiping it, and having 500 unique ip everyday?

 

answer urself.

Edited by pto
Posted

rly? how come i never runned for 6 years on my servers with full eq? how come i never sold anythink wich wasnt in the donation list? how come i had a server for 4 years without closing it/wiping it, and having 500 unique ip everyday?

 

answer urself.

Y next story pleache

 

//

 ez 
Posted

why so low bro, 10k online and only 150 ppl at antharas? thats very sad.

 

how about instance zone max limit inside antharas?

 

mr. 4 years stable online h5 with 500+ onlineQ

Posted

since when is antharas an instance?, and since when does antharas nest has a cap of 150 ppl? its 500 ppl max INSIDE and no matter how many fighting outside, so please gtfo scrub.

Posted (edited)

since when is antharas an instance?, and since when does antharas nest has a cap of 150 ppl? its 500 ppl max INSIDE and no matter how many fighting outside, so please gtfo scrub.

http://screenshot.cz/CO1EN/ 

 

y strunkki adminos from brlandos 

Edited by AchYlek
Posted

you are not on official server doggy, ur on stalonski off, 

 

 
(A maximum of 200 people can challenge Antharas.)


[npc_%objectId%_enter_lair|Move to Antharas' Nest]

script side

// Teleport allow only for Command Channel
		if(player.getParty() == null || !player.getParty().isInCommandChannel())
		{
			player.sendPacket(Msg.YOU_CANNOT_ENTER_BECAUSE_YOU_ARE_NOT_IN_A_CURRENT_COMMAND_CHANNEL);
			return;
		}

		CommandChannel cc = player.getParty().getCommandChannel();
		if(cc.getMemberCount() > 500)
		{
			player.sendMessage("The maximum of 500 players can invade the Antharas Nest");
			return;
		}
		if(getPlayersInside().size() > 500)
		{
			player.sendMessage("The maximum of 500 players can invade the Antharas Nest");
			return;

now shake it dog

 

Posted (edited)

you are not on official server doggy, ur on stalonski off, 

 

 
(A maximum of 200 people can challenge Antharas.)


[npc_%objectId%_enter_lair|Move to Antharas' Nest]

script side

// Teleport allow only for Command Channel
		if(player.getParty() == null || !player.getParty().isInCommandChannel())
		{
			player.sendPacket(Msg.YOU_CANNOT_ENTER_BECAUSE_YOU_ARE_NOT_IN_A_CURRENT_COMMAND_CHANNEL);
			return;
		}

		CommandChannel cc = player.getParty().getCommandChannel();
		if(cc.getMemberCount() > 500)
		{
			player.sendMessage("The maximum of 500 players can invade the Antharas Nest");
			return;
		}
		if(getPlayersInside().size() > 500)
		{
			player.sendMessage("The maximum of 500 players can invade the Antharas Nest");
			return;

 

noone care about your code from brazil serbidor 

 

easy rewrite 200 to 500 

 

ez adminos from brazilos?

 

http://forum.averia.ws/threads/about-epics-antharas-valakas-number-excessive.79280/

Edited by AchYlek

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.




×
×
  • Create New...