Page 1 of 1
Go to village bug! how to fix?
Posted: Wed Apr 14, 2010 9:17 pm
by MeisterLampe
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
3872:
L2JDP Revision
6794:
Hello Supporter

I used the SUfu but didnt find some help over here.
I teleport to Primevil -> Lost Nest
Go killed by a mob and want to push "go to Village"
but nothing happens
and cant see any log in the logs.
someone can help me please?
Re: Go to village bug! how to fix?
Posted: Thu Apr 15, 2010 9:39 am
by hope
there is a lvl limit to port to village what lvl was your char
Re: Go to village bug! how to fix?
Posted: Thu Apr 15, 2010 3:39 pm
by MeisterLampe
81
how can i delete the lvl limit?
Re: Go to village bug! how to fix?
Posted: Fri Apr 16, 2010 9:35 pm
by hope
check script
Re: Go to village bug! how to fix?
Posted: Sat Apr 17, 2010 3:29 am
by Grundor
check zones.xml ;D
Re: Go to village bug! how to fix?
Posted: Sat Apr 17, 2010 11:47 am
by hope
Grundor wrote:check zones.xml ;D
lol what a silly answer
Re: Go to village bug! how to fix?
Posted: Sat Apr 17, 2010 12:01 pm
by jurchiks
hope wrote:Grundor wrote:check zones.xml ;D
lol what a silly answer
don't you see he's postcounting? don't disturb him with such small talk
anyway, what's with the "there is a lvl limit to port to village"? Never heard of it...
Re: Go to village bug! how to fix?
Posted: Sat Apr 17, 2010 1:03 pm
by hope
its the teleports that port you from strongholds tback to the village you have to be from lvl 1 to 19 to use think it was moved to java as dont see a quest for it now
Re: Go to village bug! how to fix?
Posted: Sat Apr 17, 2010 1:05 pm
by jurchiks
what strongholds?
he's talking about primeval island...
Re: Go to village bug! how to fix?
Posted: Sat Apr 17, 2010 1:06 pm
by hope
kamael village
Re: Go to village bug! how to fix?
Posted: Sun Apr 18, 2010 6:28 pm
by MeisterLampe
okay where i can find the script ? for lvl 1 - 19?
Re: Go to village bug! how to fix?
Posted: Mon Apr 19, 2010 12:02 am
by hope
MeisterLampe wrote:okay where i can find the script ? for lvl 1 - 19?
gameserver\data\scripts\teleports\1105_StrongholdsTeleports
change this line
- if st.getPlayer().getLevel() < 20 :
to this
+ if st.getPlayer().getLevel() < 86 :
this will allow from 85 down in other words all players can use it
Re: Go to village bug! how to fix?
Posted: Mon Apr 19, 2010 7:15 am
by MeisterLampe
hope wrote:MeisterLampe wrote:okay where i can find the script ? for lvl 1 - 19?
gameserver\data\scripts\teleports\1105_StrongholdsTeleports
change this line
- if st.getPlayer().getLevel() < 20 :
to this
+ if st.getPlayer().getLevel() < 86 :
this will allow from 85 down in other words all players can use it
Thanks 4 your fast answer

Work!