Go to village bug! how to fix?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
MeisterLampe
Posts: 14
Joined: Wed Dec 12, 2007 9:40 pm

Go to village bug! how to fix?

Post 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?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Go to village bug! how to fix?

Post by hope »

there is a lvl limit to port to village what lvl was your char
MeisterLampe
Posts: 14
Joined: Wed Dec 12, 2007 9:40 pm

Re: Go to village bug! how to fix?

Post by MeisterLampe »

81
how can i delete the lvl limit?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Go to village bug! how to fix?

Post by hope »

check script
Grundor
Posts: 9
Joined: Tue Aug 26, 2008 3:35 pm

Re: Go to village bug! how to fix?

Post by Grundor »

check zones.xml ;D
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Go to village bug! how to fix?

Post by hope »

Grundor wrote:check zones.xml ;D
lol what a silly answer
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Go to village bug! how to fix?

Post 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 :D

anyway, what's with the "there is a lvl limit to port to village"? Never heard of it...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Go to village bug! how to fix?

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Go to village bug! how to fix?

Post by jurchiks »

what strongholds?
he's talking about primeval island...
Last edited by jurchiks on Sat Apr 17, 2010 1:08 pm, edited 1 time in total.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Go to village bug! how to fix?

Post by hope »

kamael village
MeisterLampe
Posts: 14
Joined: Wed Dec 12, 2007 9:40 pm

Re: Go to village bug! how to fix?

Post by MeisterLampe »

okay where i can find the script ? for lvl 1 - 19?
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Go to village bug! how to fix?

Post 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
MeisterLampe
Posts: 14
Joined: Wed Dec 12, 2007 9:40 pm

Re: Go to village bug! how to fix?

Post 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!
Post Reply