• 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

Problem - MQ2DanNet Error

Chibz

Well-known member
Joined
Nov 22, 2018
RedCents
953¢
Any idea why I get this error?
1657653645136.png


This is using VV Emu on Project Lazarus. I only get this error on my tank when I use DanNetOn=1 in the KA.ini. Five other toons in the group on the same computer all connect just fine...
 
Solution
its an error in the version of the kiss that ships with mq2 emu
Code:
        } else {
            /varset IniIDList ${DanNet.Peers[${dgtell}]}
            /varset IniIDCount ${IniIDList.Count[|]}
        }

if you open the kissassist.mac and find that line with dgtell in it there, and change that ${dgtell} to all, and save and restart kissassist.mac then it should work fine.
its an error in the version of the kiss that ships with mq2 emu
Code:
        } else {
            /varset IniIDList ${DanNet.Peers[${dgtell}]}
            /varset IniIDCount ${IniIDList.Count[|]}
        }

if you open the kissassist.mac and find that line with dgtell in it there, and change that ${dgtell} to all, and save and restart kissassist.mac then it should work fine.
 
Solution
post the error you get when you replace ${dgtell} with all

Code:
        } else {
            /varset IniIDList ${DanNet.Peers[all]}
            /varset IniIDCount ${IniIDList.Count[|]}
        }
 
Thank you very much! I copied exactly what you had that and it is working now! I believe I left in some extra brackets initially.
 
Problem - MQ2DanNet Error

Users who are viewing this thread

Back
Top
Cart