View Single Post
  #120  
Old 05-23-2010, 09:46 AM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

Quote:
Originally Posted by Trucidation View Post
Thanks for the quick update, Goblin Wizard! That new script you posted did the trick. Dialog triggered as I entered Zebos, and the rest of it went well until the end.

I don't understand the script but it looks like some calls to Answer_Yes_1() should have been StartDialog calls instead? There's also changes to a bunch of those DEST1:GetPosition() calls to xyz_trade.
The Answer_Yes_1() / StartDialog change was rather cosmetic. Real bug was DEST1:GetPosition() function which has been returning nil value. I still don't know why. Everything in the Zebos location files looks good. But "DEST1" has the same position as "xyz_trade" so I've changed these two and now it works.
Reply With Quote