Search found 111 matches

by LamahHerder
Mon Apr 13, 2020 9:42 pm
Forum: MQ2::Help
Topic: MQ2 Wiki
Replies: 2
Views: 1150

Re: MQ2 Wiki

Yeah I made this recommendation in IRC as well
I have been trying to properly shove TLO/DATATYPES into their categories as some were missing and usually I prefer to use the categories page
by LamahHerder
Wed Mar 11, 2020 2:11 am
Forum: MQ2::Help
Topic: Wine requirements
Replies: 3
Views: 648

Re: Wine requirements

Can you do us a favor and write up what you had to do to get EQGame + Launcher + MQ2 working in wine/linux
by LamahHerder
Sun Dec 29, 2019 8:34 pm
Forum: MQ2::Development::Feature Discussion
Topic: Improved item handling get/put
Replies: 2
Views: 756

Re: Improved item handling get/put

not that i'm opposed in any way to this idea, but whats the idea behind the last example? I was just putting all the other stuff in there because I was lazy but they are not the same as the previous... will probably need a different implementation to deal with /cursorget environment|merchant|bazaar...
by LamahHerder
Thu Dec 26, 2019 9:06 pm
Forum: MQ2::Development::Feature Discussion
Topic: Improved item handling get/put
Replies: 2
Views: 756

Improved item handling get/put

Putting thread here to continue the Discord discussion There was discussion for better item handling with items in cursor, bank, equipment, inventory, environment, merchant, bazaar, trade, and corpse's. Reference /itemnotify Slot Names FindItem .ItemSlot .ItemSlot2 Functionality request 1 - specify ...
by LamahHerder
Sun Oct 27, 2019 5:53 pm
Forum: MQ2::Help
Topic: Looking for a Resurection! ! !
Replies: 4
Views: 1746

Re: Looking for a Resurection! ! !

I think redguides kissassist bot works on p1999

mq2 discord @ https://discord.gg/RkwVxd
redguides discord @ https://discord.gg/mq2crG
by LamahHerder
Sat Aug 31, 2019 3:21 pm
Forum: MQ2::Help
Topic: Compile error
Replies: 9
Views: 1314

Re: Compile error

telnet not needed
mq2telnet is an extension to allow telnet capability, I am not aware of anyone actually using it today, back in 2005 maybe
by LamahHerder
Thu Aug 08, 2019 2:27 pm
Forum: MQ2::Help
Topic: Compile Test with VS2019 community
Replies: 1
Views: 796

Compile Test with VS2019 community

Messed with this for a while before I got it working 01 - Install vs2019 community (SS of minimum I needed to get it working) https://i.imgur.com/hPf1I0w.png 02 - https://www.macroquest2.com/main.php?p=download download zip, unzip 03 - Run MQ2Auth.exe save 04 - open SLN file in vs2019community 05 - ...
by LamahHerder
Fri Jul 05, 2019 8:04 pm
Forum: MQ2::Help
Topic: MQ2 Macro Language Plugin for Visual Studio Code
Replies: 22
Views: 6347

Re: MQ2 Macro Language Plugin for Visual Studio Code

thank you for this, I messed with it for an hour or two about 3 years ago and had no luck making my own
by LamahHerder
Sun Dec 24, 2017 5:23 pm
Forum: MQ2::Help
Topic: Summary of MQ2 moving forward?
Replies: 3
Views: 934

Re: Summary of MQ2 moving forward?

@dewey yea.... been around too long, actually just noticed my account on forums is older than eqmules lol Guess its time to jump to TEST, I hear there is heat from social justice warriors on FV and other servers lately =( @eqmule, thank you for all your work and dealing with all the BS, very much ap...
by LamahHerder
Sun Dec 24, 2017 1:44 pm
Forum: MQ2::Help
Topic: Summary of MQ2 moving forward?
Replies: 3
Views: 934

Summary of MQ2 moving forward?

Considering coming back (have been learning python and starting to learn c++ and have an itch!) I recall reading some things about the BS that some asshat pulled on Agnarr a few months ago, completely against the wishes of the devs and majority of community (myself included). Decided to wait a while...
by LamahHerder
Tue Jan 31, 2017 1:08 am
Forum: MQ2::Bug Reports
Topic: ${Me.Language[]} enumerating wrong and other oddities
Replies: 0
Views: 633

${Me.Language[]} enumerating wrong and other oddities

This may be because of FV I may be going crazy, not sure why I have been messing with this for so long as it is probably irrelevant and not worth fixing but figured I would pass this along.... 1. It seems that enumeration is off? 2. On FV Common Tongue = Human Tongue. Not a bug just FV BS < /if ${la...
by LamahHerder
Mon Jan 30, 2017 11:42 pm
Forum: MQ2::Bug Reports
Topic: Missing EQBinds for /keypress
Replies: 5
Views: 1901

Re: Missing EQBinds for /keypress

Tricky Tricky

Thank you

=)
by LamahHerder
Sat Jan 28, 2017 2:47 am
Forum: MQ2::Bug Reports
Topic: Missing EQBinds for /keypress
Replies: 5
Views: 1901

Missing EQBinds for /keypress

I noticed a few binds were missing while playing around with an idea for something. Example: TOGGLETARGET is not working with /keypress This command toggles between yourself and last target Pulled the below list via /bind eqlist and cleaned it up for easy formating Hopefully this is an easy copypast...
by LamahHerder
Sun Jan 08, 2017 3:50 pm
Forum: MQ2::Help
Topic: EQBC Server -- massive command lag on Windows 10 (Solved)
Replies: 26
Views: 7959

Re: EQBC Server -- massive command lag on Windows 10 (Solved

I dont think there is a start.exe as such so you do need to do your cmd.exe /c start I tried this shortcut in Win10 and checked task manager Details tab (add column base priority) and it shows my eqgame as Above Normal I dragged eqgame to desktop > create shortcut Then I went to properties to modify...
by LamahHerder
Sat Jan 07, 2017 4:30 pm
Forum: MQ2::Help
Topic: EQBC Server -- massive command lag on Windows 10 (Solved)
Replies: 26
Views: 7959

Re: EQBC Server -- massive command lag on Windows 10 (Solved

did you look at the start command?

start /abovenormal /D "C:\Program Files (x86)\Everquest\" eqgame patchme

I install eq @ c:\eq and mq2 @ c:\mq2 and this works for me

start /abovenormal /D c:\eq\ eqgame.exe patchme


I think your issue was you did not specify working directory....