Jump to content

Recommended Posts

Posted

i get error At gameserver  when i start it and i get a second error if i remove newbie zone all is fine

 

20918612.png

 

i add this one .. and i delete the original

</zone>

<zone id='13007' type='Newbie' shape='NPoly' minZ='-3200' maxZ='-2200' /> <!-- Cedric's Training Hall -->

<stat name='name' val='NewbieZone'/>

</zone>

 

Posted

 

 

<zone id='13007' type='Newbie' shape='NPoly' minZ='-3200' maxZ='-2200' /> <!-- Cedric's Training Hall -->

    <stat name='name' val='NewbieZone'/>

  </zone>    <----- i remove this and work fine  :) 

 

I wanna change to Grade but i cant do it vampir say to me just change {RequestEchant} to {RequestGrade} but as my friend see need more work right??

Posted

At Newbie zone you dont flag you can kill some1 without flag is like Giran Arena and  How Can i fix Orc Vilage As Newbie PvP zone? And Cave Of Trials doesnt exist at Zones*

 

 

  <zone id='11024' type='Newbie' shape="NPoly" minZ="-400" maxZ="-200"  />

<stat name='name' val='NewbieZone'/>

 

i have add this  is Orc vilage  and i hit a char and i dont flag when i die to to giran but that isnt so big problem

 

 

 

Posted

At Newbie zone you dont flag you can kill some1 without flag is like Giran Arena and  How Can i fix Orc Vilage As Newbie PvP zone? And Cave Of Trials doesnt exist at Zones*

 

 

  <zone id='11024' type='Newbie' shape="NPoly" minZ="-400" maxZ="-200"  />

<stat name='name' val='NewbieZone'/>

 

i have add this  is Orc vilage  and i hit a char and i dont flag when i die to to giran but that isnt so big problem

 

 

 

You want to make newbie zone as peaceful zone?

Posted

You want to make newbie zone as peaceful zone?

 

No i want it as  Compat Zones  and i cant find  Cave Of Trials  zone where is that?? some1 know?

Posted

You meant combat one? Cave of trials is near Orc Village

 

I want at Orc Vilage Can Play PvP becuse now you can hit some1 but you dont flag and at Cave of trials the same.

 

If some1 kill you now he dont flag/pk  is like *Giran Arena*

 

	}
		character.setInsideZone(L2Character.ZONE_PVP, true); <-- I change this lines to pvp but nothing				
	}
}

@Override
protected void onExit(L2Character character)
{
	if(character instanceof L2PcInstance)
	{
		character.setInsideZone(L2Character.ZONE_PVP, false);   <-- I change this lines to pvp but nothing
	}

 

some1 know  how i find Cave of Trials to make it newbie zone?

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...