Chris Miles
Chris Miles
What's the status on this?
http://www.eqemulator.org/forums/showpost.php?p=255320&postcount=8
Are you able to dump the variables before they hit the logging function at line `eqstream.cpp:69` ?
It's possible I revisit this project at some point. Originally, I pushed up something thinking that it was useful to my ISP and that it might be useful to others....
> well Go and docker would be my first choice as well. OTOH I'm not sure if re-designing and recreating from scratch is really worth it... I pumped Glass out...
Looks like there are 3 possible values. ```sql mariadb> select count(*), IsDiscipline from spells_new group by IsDiscipline; 3 rows in set (0.00 sec) | count(*) | IsDiscipline | +----------+--------------+ |...
This sounds like Windows getting in the way or preventing launch
> https://docs.eqemu.io/quest-api/methods/client/ has SendMarqueeMessage but i think it's actually Marquee It has both ```cpp package.add("Marquee", (void(*)(Client*, uint32, std::string))&Perl_Client_SendMarqueeMessage); package.add("Marquee", (void(*)(Client*, uint32, std::string, uint32))&Perl_Client_SendMarqueeMessage); package.add("Marquee", (void(*)(Client*, uint32, uint32, uint32, uint32, uint32,...
> SendPath seems missing on https://docs.eqemu.io/quest-api/methods/client/ .def("SendPath", (void(Lua_Client::*)(Lua_Mob))&Lua_Client::SendPath) That API call was merged last week. Doc gen hasn't been ran. Spire receives webhooks whenever a PR is merged and Spire...
@KayenEQ any thoughts here ?