L2JMobius

Free Users => Shares/Contributions => Archived User Contributions => Topic started by: gruccia on December 30, 2018, 06:36:40 PM

Title: Fix quest To the ruins of yesasgira
Post by: gruccia on December 30, 2018, 06:36:40 PM
Hi
fixed litle bug when you clic "yes i'm ready" not automaticaly teleport to Ruins of yesagira.

In file ...data/script/quest/Q10330_ToTheRuinsOfYeSagira/32169-04-html

Delete:    ...Quest Q10330_ToTheRuinsOfYeSagira 32169-05.html"

Add:        ...admin_move_to -114670 230192 -1520"

Should be like this:
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h admin_move_to -114670 230192 -1520">"Yes, I'm ready."</Button>


Title: Re: Fix quest To the ruins of yesasgira
Post by: djfolas on December 30, 2018, 09:55:31 PM
But what if player is not admin?
Title: Re: Fix quest To the ruins of yesasgira
Post by: gruccia on December 30, 2018, 10:45:18 PM
Should be work in any...case gatekeeper use same comand
Title: Re: Fix quest To the ruins of yesasgira
Post by: djfolas on December 31, 2018, 12:04:04 AM
Tried with simple user account?
Title: Re: Fix quest To the ruins of yesasgira
Post by: Mobius on December 31, 2018, 03:41:47 AM
Replace in script

case "32169-05.htm":
->
case "32169-05.html":
Title: Re: Fix quest To the ruins of yesasgira
Post by: gruccia on December 31, 2018, 01:41:06 PM
Replace in script

case "32169-05.htm":
->
case "32169-05.html":

 i look this for about 5min to find difference...;D
Title: Re: Fix quest To the ruins of yesasgira
Post by: Mobius on January 03, 2019, 11:21:39 PM
Fixed properly with revision 4645.