We have detected that cookies are not enabled on your browser. Please enable cookies to ensure the proper experience.

Search:

Type: Posts; User: Yexel; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Server LAG

    by Yexel
    Replies
    9
    Views
    1,594

    Developers and technical personal need to firmly...

    Developers and technical personal need to firmly admit and confirm real issues behind server lag.
    Because your players are pissed off to the point of canceling their subscriptions. and preorder on...
  2. Replies
    99
    Views
    23,534

    Re: [Plugin] LotroLCD

    After multiple reports by my kinmates that they can't get your plugin to work. I've installed your latest and unlike older version it created a lot of problems. To start, installation package removed...
  3. Replies
    20
    Views
    10,234

    Re: LocalPlayer instance and events

    Did any1 test if putting the plugin into its own apartment, solves the problem?

    <Configuration Apartment="YourPlugin" />
  4. Replies
    8
    Views
    1,178

    Re: graphics and item containers

    The only reason that I made my Lua script into executable, cause didn't wish to share the code of that version of it.

    And my point was in fact that if Turbine enables GD or IM Lua (image) library...
  5. Replies
    8
    Views
    1,178

    Re: graphics and item containers

    I worked further on my Lua script version of Spirograph style fractal image generation. It shows potential of allowing us to use image manipulation Lua library.
    The following selfextracting archive...
  6. Replies
    7
    Views
    2,869

    Re: LUA and data.lotro.com Item ID's

    My plugin FilterBag saves bag's items data, so does AltInventory by Garan.
    Though currently you sill do not have an ability to get unique item id automatically.
  7. Replies
    44
    Views
    10,994

    Re: Inventory Plugins Issue

    Reload of plugin from itself isn't possible and even with future fixes not usable. More over currently unload of singular plugin is bugged : /plugins unload {plugin name} - gives an error that the...
  8. Replies
    44
    Views
    10,994

    Re: Inventory Plugins Issue

    The problem is even worse. The first time plugin calls Turbine.Gameplay.LocalPlayer.GetInstance, all of the plugins loaded get that instance's backpack, which never gets proper added item event on...
  9. Replies
    8
    Views
    1,178

    Re: graphics and item containers

    I didn't mean full graphical support. just Lua GD library, that allows for basic image manipulation & import/export into/from image file. Resulting image can be shown with SetBackground(). Example of...
  10. Replies
    20
    Views
    10,234

    Re: LocalPlayer instance and events

    There are definitely bugs in current Player.GetInstance() implementation:
    Most important to me, GetBackpack() : GetItem doesn't get updated properly when items are moved from & to bags inventory,...
  11. Replies
    44
    Views
    10,994

    Re: Inventory Plugins Issue

    There are definitely bugs in current Player.GetInstance() implementation:
    Most importantly GetBackpack() : GetItem doesn't get updated properly when items are moved from & to bags inventory, like...
  12. Replies
    45
    Views
    42,189

    Sticky: Re: Documentation and examples updated!

    There are definitely bugs in current Player.GetInstance() implementation:
    Most importantly GetBackpack() : GetItem doesn't get updated properly when items are moved from & to bags inventory, like...
  13. Thread: [Plugin] Horsey!

    by Yexel
    Replies
    16
    Views
    7,422

    Re: [Plugin] Horsey!

    yes it has a cycle functionality
  14. Thread: [Plugin] Horsey!

    by Yexel
    Replies
    16
    Views
    7,422

    Re: [Plugin] Horsey!

    not discourage use of this plugin, but functionality is already available from TonicBars plugin, under extended bars : predefined : (horses, ponies & etc)
  15. Re: The plugin author's guide to having happy users in November.

    Since LocalPlayer change seem to affect most of plugins, you can use the following to make it work before & after patch:


    if pcall( Turbine.Gameplay.LocalPlayer.GetInstance ) then
    player =...
  16. Replies
    8
    Views
    1,178

    API changes

    Due to the fact that there still isn't enough documentation on Turbine's Lua api,
    I've created the following function to track what changed for a particular class in the upcoming patch:

    -- shows...
  17. Replies
    8
    Views
    1,178

    graphics and item containers

    Hi, I'm not gonna go through already requested list features, just to say I absolutely agree with Garan & Digital_Utopia on the ones they listed.
    In addition I would like to have an ability to get a...
  18. Replies
    8
    Views
    2,293

    Re: [Plugin] FilterBag

    Due to the fact that original author of FilterBag plugin, hasn't fixed 2 critical bugs in the sort feature of the plugin, I've decided to publish my own. Download Latest version
    introduced version...
Results 1 to 18 of 18

This form's session has expired. You need to reload the page.

Reload