View Single Post
  #6  
Unread 12-01-2010, 06:45 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
Quote:
Originally Posted by Hazado
A lot of plugins will work if you change
Code:
import "Turbine.utils";
to
Code:
import "Turbine";
Though Travel is not one of them...couldnt figure out how to get that one working so I will have to wait till the author updates it
My plugin is special.

But seriously, there is an extra problem with mine that I don't think many other plugins will have. Not to worry though. I have already uploaded a working version, just need to let all the admins have their dinners......

Edit: For authors, if you extended the Turbine.UI.Lotro.Shortcut object in your plugins, you will have some serious issues with the new Turbine files. I got around it by including the old class.lua file directly with my plugin. Its not something I wanted to do, but I can't think of any way around it.

Last edited by D.H1cks : 12-01-2010 at 06:49 PM.
Reply With Quote