Search found 55 matches

by lex
Sun Jun 27, 2010 9:36 am
Forum: Scripts & Packages
Topic: MAG - Mudlet Aardwolf GUI
Replies: 28
Views: 41250

Re: MAG - Mudlet Aardwolf GUI

Thanks for great feedback. To be honest I am not sure if it's possible to use anti alias in miniconsoles (non main window) at the moment. You also cannot use different font there, so it's better if you can stick with default font. This something that's needs to be implemented within Mudlet, but ther...
by lex
Sat Jun 26, 2010 9:24 am
Forum: Mudlet Development
Topic: LuaGlobal Improvements - help needed
Replies: 47
Views: 28978

Re: LuaGlobal Improvements - help needed

I did few changes and push it into mudlet-lua repository LuaGlobal is now correctly loading Geyser (e.g. all required files in right order) deleted doc folder, because it just contains outdated documentation updated luadoc (mudlet-lua-doc folder) Download links: Babelfish's mudlet-lua repo ZIP file
by lex
Sat Jun 26, 2010 9:21 am
Forum: Mudlet Development
Topic: [available] Latest code
Replies: 4
Views: 3998

Re: Latest code

@Heiko

sorry for delay, I did send you email long time ago, but it obviously get lost somewhere. Content is probably not relevant anymore, cause you already did amend Lua code loader.

I'll contact you differently.
by lex
Sat Jun 26, 2010 9:17 am
Forum: Scripts & Packages
Topic: MAG - Mudlet Aardwolf GUI
Replies: 28
Views: 41250

Re: MAG - Mudlet Aardwolf GUI

Send following command to mud (this will stay only for current session)
tag says off


Permanent change
Open script editor and navigate to
Scripts > MAG > Mudlet Aardwolf GUI > MAG channel 102

Change line 19 to (replace \1 with \2)
"\9\2", -- Say tags
by lex
Mon Jun 21, 2010 5:43 pm
Forum: Help Forum
Topic: GAG next
Replies: 4
Views: 3632

Re: GAG next

Thanks for another idea, but... well main issue was with passing real ID (or something) to trigger callback string. I did solve it with another function (_gagNextBuildString) that just creates and returns string. Working script is bellow! -------------------------------------------------------------...
by lex
Mon Jun 21, 2010 4:42 pm
Forum: Help Forum
Topic: GAG next
Replies: 4
Views: 3632

Re: GAG next

Thanks for quick reply, but this will not help me. I still need to disable original trigger somehow. Let me rephrase what I would like to archive: - function that will look gag line base on param - it will only gag first line fulfilling pattern and then it will disable itself - you should be able to...
by lex
Mon Jun 21, 2010 4:01 pm
Forum: Help Forum
Topic: GAG next
Replies: 4
Views: 3632

GAG next

Hi, I would like to create function, which will gag next line based on pattern and than disable itself. So far I have following function gagNext(regexPattern) local ID = tempRegexTrigger( regexPattern, [[deleteLine() killTrigger(ID)]] ) end This is not working, because ID variable is not global. (An...
by lex
Sat Jun 19, 2010 2:13 pm
Forum: Mudlet Development
Topic: [available] Latest code
Replies: 4
Views: 3998

[available] Latest code

Hi,

is it possible to get latest mudlet code somewhere (e.g. code with all mapper changes).
Repository seems to only contain Mudlet 1.1.1 code.
(git://mudlet.git.sourceforge.net/gitroot/mudlet/mudlet)

Thanks,
Lex

PS: I would like to test all luaLglobal changes for next release
by lex
Sat Jun 19, 2010 2:11 pm
Forum: Scripts & Packages
Topic: bfind - scroll buffer find
Replies: 2
Views: 4549

Re: bfind - scroll buffer find

Hello, first update to bfind alias. You can now specify how many line before/after match should be visible. (all is enclosed) Few examples bellow; bfind rat fill print only matching lines bfind[2] rat will print 2 line before and 2 line after match bfind[10] rat will print 10 line before and 10 line...
by lex
Fri Jun 18, 2010 11:22 am
Forum: Mudlet Development
Topic: LuaGlobal Improvements - help needed
Replies: 47
Views: 28978

Re: LuaGlobal Improvements - help needed

Thanks for all responses. Yes we are making very good progress but there are still few things to solve. Main changes: - defined css for examples - added Geyser code to repo (used version from forum, because I am not sure if there is some master copy) - update some docs All is enclosed and ready for ...