April 21, 201610 yr I am currently creating a quest profile with Easy Quest Editor. I want to end my current quest at a postion with the "Is complete condition". How do i do it?
April 21, 201610 yr return (ObjectManager.Me.Position.DistanceTo2D(new Vector3(1813.49f, -4418.58f, -18.57f)) < 10)); just change the coords
June 15, 20169 yr <IsCompleteCondition>return (ObjectManager.Me.Position.Distance2D(new Vector3(-574.0182, -531.6815, 891.1976)) < 10));</IsCompleteCondition> DId I miss something here? What does the f behind the vectors means?
June 15, 20169 yr 8 hours ago, knights said: <IsCompleteCondition>return (ObjectManager.Me.Position.Distance2D(new Vector3(-574.0182, -531.6815, 891.1976)) < 10));</IsCompleteCondition> DId I miss something here? What does the f behind the vectors means? I don't exactly know but when you use development tools to get your position returns coords that have f or if you get target coords it return same coords without f so it doesn't really matter :)
Create an account or sign in to comment