• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release Tradeskill Construction Set NeXt (1 Viewer) 4.1991b

seems issue when cleaning bag? // moved bag to another slot after a regualr bag to grab inventoried items also have it after a tradeskill container now as to not have anything auto inventory into ts bag still has issue on failed combines with cleaning bag



1700494879222.png
 
seems issue when cleaning bag? // moved bag to another slot after a regualr bag to grab inventoried items also have it after a tradeskill container now as to not have anything auto inventory into ts bag still has issue on failed combines with cleaning bag



View attachment 53349
I don't speak the King's English, but I will give it a shot, you moved the bag to not the bottom left or right and it fills up? it is designed to use the bottom left or right slot, only.
 
No perks bottom right. Is bag when it goes to clean bag on a failure of recipe this happens, it's doing it on all of them
do you have any plugins that do autoloot or any of that cursor stuff?

I am running it on another toon right now..
 
Um did you download the latest version...

this is me doing it:

1700520776627.png

I saw you had an old version already tcg.Lua hasn't been a part of that for probably about a year..
 
fresh download still doing it
View attachment 53374
ok what server

if you have the 10 slots and are running on rizlona I can see an issue..

or if you have 6 or 8 slots I can see an issue on another TLP

Code:
    -- Rizlona Crutching
    if mq.TLO.MacroQuest.Server() == "rizlona" then
        Container_Size = mq.TLO.Me.Inventory(30).Container()
    end
 
I am not on mischief

-- Rizlona Crutching
if mq.TLO.MacroQuest.Server() == "rizlona" then
Container_Size = mq.TLO.Me.Inventory(30).Container()
end

if you don't mind going into tcn_craft and changing rizlona mischief?

If it works I can modify it perm
 
I crashed twice today when getting to this recipe while doing Artisan -> research
1700604116408.png

I manually combined the items in the research table in pok, and it all combined no problem.
 
Any word?

I got around to doing a total clean reinstall of Windows today with the downtime. Have nothing but EQ, MQ2 installed. Now it runs perfectly smoothly. No idea what was causing the problem, but it's better now.
 
Warning: Lua 5.1 interpreter not found at C:\Users\Bill\Desktop\Next

Modules may not install with the correct configurations. You may want to configure the path prefix to your build of Lua 5.1 using

luarocks config --local lua_dir <your-Lua-prefix>

Usage: luarocks [-h] [--version] [--dev] [--server <server>]
[--only-server <server>] [--only-sources <url>]
[--namespace <namespace>] [--Lua-dir <prefix>]
[--Lua-version <ver>] [--tree <tree>] [--local] [--global]
[--no-project] [--verbose] [--timeout <seconds>] [<command>]
...

Error: unknown option '-e'
Did you mean '-h'?

used many times with no problems, now getting this message and unable to open. Lsqlite3.dll is in my Lua folder but I have no Lua 5.1 interpreter anywhere on the computer.
 
Warning: Lua 5.1 interpreter not found at C:\Users\Bill\Desktop\Next

Modules may not install with the correct configurations. You may want to configure the path prefix to your build of Lua 5.1 using

luarocks config --local lua_dir <your-lua-prefix>

Usage: luarocks [-h] [--version] [--dev] [--server <server>]
[--only-server <server>] [--only-sources <url>]
[--namespace <namespace>] [--lua-dir <prefix>]
[--lua-version <ver>] [--tree <tree>] [--local] [--global]
[--no-project] [--verbose] [--timeout <seconds>] [<command>]
...

Error: unknown option '-e'
Did you mean '-h'?

used many times with no problems, now getting this message and unable to open. Lsqlite3.dll is in my Lua folder but I have no Lua 5.1 interpreter anywhere on the computer.
Please start with deleting the .dll out of the Lua directory and re-run..
 
still has issue i did put mischief in where ya asked
View attachment 53517
I need to start a character on mischief, I know no other way to TS this without doing it on the server myself..

That code has been there.. for.. a bit.. so has mischief been up to any mischief lately..

I was also wondering do you have toons on another server that you can run this on to determine if it is localized to mischief..

I narrowed it down to:

Regular code:

Code:
local Container_Size = mq.TLO.Me.Inventory(32).Container()

the code works from the derived information:

Code:
 Container_Size = mq.TLO.Me.Inventory(30).Container()

Code:
    local pack = mq.TLO.FindItem('=' .. p_container_name).ItemSlot() - 22
    print(msg, "\ay[Cleaning:] ", p_container_name)
    for slot_iter = 1, Container_Size do
        mq.cmd('/shift /itemnotify in pack"' .. pack .. '" "' .. slot_iter ..
                   '" leftmouseup')
        mq.delay(500)
        lib.ClearCursor()
    end
    print(msg, "\ag[Cleansed:]  ", p_container_name)
 
Last edited:
I have deleted TCN and re-installed it and still get the error where Packageman is trying to install it and luarocks.exe stops working
 
Release Tradeskill Construction Set NeXt

Users who are viewing this thread

Back
Top
Cart