Page 1 of 1
Return first waypoint in DoD
Posted: Tue Oct 16, 2012 1:21 am
by wilifox
Good morning, I have a problem when I kill in Dalanis, how do I go back to the first point waypoint to start? I have to make another waypoint files with the path to the instance?. thanks
Re: Return first waypoint in DoD
Posted: Tue Oct 16, 2012 5:04 am
by Ego95
Good morning, I have a problem when I kill in Dalanis, how do I go back to the first point waypoint to start? I have to make another waypoint files with the path to the instance?. thanks
Are you doing fullruns or only the first boss? If you are doing fullruns and use the portal at the last boss you sure need to use the portal outside to get into the sewers again. Then you should use the npc to teleport to the entrance of DoD.
To do this all, rock's gotoportal_userfunction would be useful:
http://www.solarstrike.net/phpBB3/viewt ... =27&t=3828
But like I said I don't know what you are doing exactly.
Re: Return first waypoint in DoD
Posted: Tue Oct 16, 2012 11:26 am
by kuripot
wilifox wrote:Good morning, I have a problem when I kill in Dalanis, how do I go back to the first point waypoint to start? I have to make another waypoint files with the path to the instance?. thanks
what do you mean??? you killed by the boss or you kill the boss??
Re: Return first waypoint in DoD
Posted: Tue Oct 16, 2012 11:35 am
by wilifox
my question is when the boss kill me, thx
pd. Alter is farmer 1ยบ boss only
Re: Return first waypoint in DoD
Posted: Tue Oct 16, 2012 11:41 am
by kuripot
Code: Select all
<waypoint x="1645" z="-4908" y="752" tag="start" type="TRAVEL">
checkdura()
ireset()
sendPartyChat('com"nofollow"')
</waypoint>
<waypoint x="1649" z="-5018" y="761" tag="enter" type="TRAVEL">
</waypoint>
<waypoint x="1637" z="-5094" y="760">
</waypoint>
<waypoint x="1672" z="-5137" y="762" type="TRAVEL">
findzi()
--player:update
local zoneid = RoMScript("GetZoneID()")
if zoneid == 209 then
__WPL:setWaypointIndex(__WPL:findWaypointTag("enter"))
else
__WPL:setWaypointIndex(__WPL:findWaypointTag("instance"))
end
</waypoint>
<waypoint x="1793" z="2880" y="433" tag="instance">
start of waypoint
Code: Select all
<waypoint x="1891" z="2876" y="433" tag="exit" type="TRAVEL"> </waypoint>
<waypoint x="1700" z="2886" y="433" type="TRAVEL">
findzi()
local zoneid = RoMScript("GetZoneID()")
if zoneid == zid then
ireset()
waitForLoadingScreen()
__WPL:setWaypointIndex(__WPL:findWaypointTag("return"))
else
__WPL:setWaypointIndex(__WPL:findWaypointTag("start"))
end
</waypoint>
end of waypoint
Re: Return first waypoint in DoD
Posted: Tue Oct 16, 2012 11:43 am
by kuripot
use tag
Re: Return first waypoint in DoD
Posted: Tue Oct 16, 2012 11:55 am
by wilifox
Ok work now, thxx you!!!!
Re: Return first waypoint in DoD
Posted: Wed Oct 17, 2012 10:34 pm
by kuripot
if you have problem in returning when you die.... i my own profile
that has ondeath section