lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 09-21-2016, 11:11 AM  
JoeLOTRO
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
Re: German translation on groundhog day

Quote:
Is there a chance that we can combine efforts and produce a version that works?
Hi CDC,

what would we have to do to make it work? Have you solved the locale bug in your version?

Regards,
Joe
JoeLOTRO is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-21-2016, 09:33 AM  
CDC
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
German translation on groundhog day

Hello,

I've just noticed that we've got two german translation by now, one by JOElotro and one that I submitted to Vinny in 2015. My translation never got accepted and JOElotro´s translation does not work on my computer because of the locale bug when writing settings from a lua script.

Is there a chance that we can combine efforts and produce a version that works?

-- CDC
CDC is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-02-2016, 11:28 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 981
Uploads: 20
Re: Personal House storage

Quote:
Originally Posted by NotACat
Would it be possible to include items stored in a Chest in a Personal House, similar to how Vaults and Shared Storage can be used?
Unfortunately, Housing storage is not exposed to Lua so this is not possible.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-02-2016, 04:38 PM  
NotACat
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Personal House storage

Would it be possible to include items stored in a Chest in a Personal House, similar to how Vaults and Shared Storage can be used?
NotACat is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-24-2016, 10:50 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
Uploads: 11
Exclamation Version 4.0.5

This is just a minor update that revises some task reputations that have changed.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-24-2016, 10:35 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
Uploads: 11
Re: Meluinen

Quote:
All tasks turned in at Meluinen now give Elves of Rivendell (ER) faction, not Rangers of Esteldin (RE)
Thanks for the notice. I've updated the rep for the next version.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-24-2016, 10:23 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
Uploads: 11
Re: Incorrect Levels for Suri-Kyla Tasks

Quote:
You have the task levels in Suri-Kyla, Forochel listed in the 30s, when they are actually in the 40s.
I don't list tasks with the level displayed in the description, but the level at which they can actually first be turned in.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-20-2016, 08:40 AM  
Yu_Yu_Hakusho
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Incorrect Levels for Suri-Kyla Tasks

You have the task levels in Suri-Kyla, Forochel listed in the 30s, when they are actually in the 40s.
Yu_Yu_Hakusho is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-17-2016, 03:28 PM  
Taedru
The Wary
 
Taedru's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Meluinen

All tasks turned in at Meluinen now give Elves of Rivendell (ER) faction, not Rangers of Esteldin (RE)

Last edited by Taedru : 06-17-2016 at 03:29 PM.
Taedru is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-12-2016, 01:31 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
Uploads: 11
Task rep.

Quote:
I think your plugin mistakenly shows no faction for "Ridged Finger Bone" @Thorenhad, it should count for Elves of Rivendell.
You're right. They changed the board so that all the tasks now give rep. I'll change it in the next version and also do spot checks on other boards.

Thanks for the notification.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-11-2016, 04:52 AM  
Ratatoeskr
The Wary

Forum posts: 0
File comments: 10
Uploads: 0
I think your plugin mistakenly shows no faction for "Ridged Finger Bone" @Thorenhad, it should count for Elves of Rivendell.
Ratatoeskr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-22-2016, 01:11 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
Uploads: 11
Re: Homestead mode

Quote:
I asked if you could add a "/dt ho" command to toggle Homestead mode. I decided to see if I could figure it out and it turns out to be pretty simple.
I'm sorry that I missed your earlier request. I didn't intentionally ignore you. Your post got lost in the middle of the translation discussion that was going on at the time. I'll add the command to the next version.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2016, 09:07 AM  
bsmorgan
The Undefeated

Forum posts: 7
File comments: 69
Uploads: 0
I asked if you could add a "/dt ho" command to toggle Homestead mode. I decided to see if I could figure it out and it turns out to be pretty simple. Below is a patch to add it:

Code:
--- D:/LotROOld/Vinny/DailyTasks/DT_Main.lua	Tue Apr 26 16:46:32 2016
+++ D:/The Lord of the Rings Online/Plugins/Vinny/DailyTasks/DT_Main.lua	Wed May 11 12:53:02 2016
@@ -349,6 +349,11 @@
     	print((gr and "Enabled" or "Disabled").." Great River location consolidation.")
     	return
     end
+	if args=="ho" then
+		Homestead = not Homestead
+		print((Homestead and "Enabled " or "Disabled ").."Homestead.")
+		return
+	end
 	local str = all and "" or dtu and " that can be used" or " that can be turned in"
 	if cmd=="dtj" then str = " that are junk"; dtx = 2
 	elseif dtx then str = " that can't be used" end
bsmorgan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-03-2016, 09:25 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
Uploads: 11
Re: French client error

Quote:
With french client when I push an item to /dtw :
I'm not sure what you mean by that. Did you enter a chat window command (if so, what was it) or did you drop an item in the DT window icon box?

Btw, I haven't received a French translation update for the current version.

Last edited by Vinny : 05-03-2016 at 09:27 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-01-2016, 03:05 AM  
LotroUser
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
With french client when I push an item to /dtw :
Quote:
The Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:105: attempt to index field 'lmap' (a nil value)

Last edited by LotroUser : 05-01-2016 at 03:06 AM.
LotroUser is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 08:10 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui