-
Hi,
as i still couldnt find out how to get luasql added, i just wanted to ask if you might have spend some thoughts about it and maybe have a solution of how to add luasql to ggmud. i really think having that kind of an interface to a sql-database would be a good thing.
best regards,
Ingo.
2009-04-01 11:43:44 UTC in GGMud
-
Hi Gabriele,
sadly i am not very experienced with c or linux development at all so i cant get lua sql to work with ggmud.
I was wondering if the integration of luasql (www.keplerproject.org/luasql/) would maybe only cause little effort for you and if i could ask you to add it soon?
Having SQL available in ggmuds lua scripting would be a great help, as i could add/get equipment data of...
2009-01-05 12:26:45 UTC in GGMud
-
Anyone know if there is a way to get luasql running ? i tried to download luasql-2.1.1 as tar.gz sources. I thought maybe i can compile it put it in the ggmud directory and just use it, but it seems it is not that easy ...
Any ideas or better even howtos ?.
2008-12-06 21:52:02 UTC in GGMud
-
Hi,
if you have problems with lua-scripting, try to explain what you would like to do as exactly as you can and try to add all possible strings your mu* shows and which you want to turn into whatever...
if i can find a spare minute i will try and make a step-by-step howto to solve your problem
until then ... have fun.
2008-10-26 23:49:52 UTC in GGMud
-
Well there it is ... the typo i was looking for a few hours:
line 14
14 if teller=="You" then tellgrammar = " tell " else tellgrammer = " tells " end
should look like
14 if teller=="You" then tellgrammar = " tell " else tellgrammar = " tells " end
instead ...
the 2nd time tellgrammar accidently ended with er...
2008-10-26 23:46:56 UTC in GGMud
-
Ok, i thought i might just try and put together a little step-by-step procedure on how to collect tells, messages or whatever else you want in ggmud using lua scripting.
(Examples are taken from the only mud i played in 12 years... LegendMUD www.legendmud.org)
1) collect the exact wording of all messages you want to intercept and decide if you want to split them in categories/groups that...
2008-10-21 12:51:57 UTC in GGMud
-
Hi,
realized there is luasql out, which is an sql-lib for lua. so i wondered if it would be possible to add luasql to the already integrated lua in ggmud.
that would help for example to write a mapper which then could be realized completely in lua-script. i also could imagine to create equipment databases so i could check eq-data from ggmud without having to open an sql-client or even...
2008-10-14 10:49:19 UTC in GGMud
-
the idea looks interesting ... ==> check my feature request 'luasql'.
2008-10-14 10:44:50 UTC in GGMud
-
one more idea ... umm a kind of fine-tuning one
when you open review (backscroll) i think one would usually prefer to start from the bottom of the backscroll history instead of from the beginning as one usually would look for latest things that happened ... so what would you think about adding "scroll down to the bottom of mud->review" at the end of the else statement (after...
2008-10-10 08:37:00 UTC in GGMud
-
topic is fixed .. see issue 'scrolling' messages 9 & 10 about it.
2008-10-09 22:24:10 UTC in GGMud