asiegman
05-27-2002, 08:21 PM
So I was staring at the code today, because I wanted to see if I could make some minor changes.
It bothers the heck out of me not being able to hit "/" and then whatever command. I'm just used to typing every command for EQ that way, so I was thinking of adding the support for /search, and /summonitem. From the code, I should just be able to add another or statement it seems with it being "|| strcmp(blah, "//search")" or whatever the variables are....
Just curious why you are using "#" instead of "/". Is it for consistency, keeping all EQ commands in "/" and all custom commands in "#" ?? I don't think you could make "#" open up a chatline, as that'd probably require an upgrade to the client (eqgame.exe). But then again, I only took about 10 minutes of looking at the code I may be wrong.
Maybe you wouldn't be adverse to adding "/search" as a synonym for "#search", and the same with #summonitem in the actual releases (I really don't want to have to recompile it every time). I'm gonna try to make the change and compile it tomorrow, getting too late to think atm =)
It bothers the heck out of me not being able to hit "/" and then whatever command. I'm just used to typing every command for EQ that way, so I was thinking of adding the support for /search, and /summonitem. From the code, I should just be able to add another or statement it seems with it being "|| strcmp(blah, "//search")" or whatever the variables are....
Just curious why you are using "#" instead of "/". Is it for consistency, keeping all EQ commands in "/" and all custom commands in "#" ?? I don't think you could make "#" open up a chatline, as that'd probably require an upgrade to the client (eqgame.exe). But then again, I only took about 10 minutes of looking at the code I may be wrong.
Maybe you wouldn't be adverse to adding "/search" as a synonym for "#search", and the same with #summonitem in the actual releases (I really don't want to have to recompile it every time). I'm gonna try to make the change and compile it tomorrow, getting too late to think atm =)