Search found 43 matches

by Drevarr
Fri Jan 03, 2014 7:21 pm
Forum: Help Forum
Topic: [help] console table
Replies: 6
Views: 3818

Re: [help] console table

I found the code for the showColors() function useful for grasping dynamic column output.
by Drevarr
Thu Dec 19, 2013 1:06 am
Forum: Help Forum
Topic: Databasing Conundrum
Replies: 10
Views: 5715

Re: Databasing Conundrum

Windows 7 machine pasting the content into an alias with your code results in:

jsontest
4935
by Drevarr
Sun Dec 15, 2013 12:13 am
Forum: Help Forum
Topic: Negative Numbers to Absolute values
Replies: 2
Views: 2516

Re: Negative Numbers to Absolute values

math.abs(RunExp) should work.
by Drevarr
Sat Dec 14, 2013 9:07 pm
Forum: Help Forum
Topic: dB help
Replies: 3
Views: 2984

dB help

I converted my equipment spreadsheet to a database and managed to get the item stats echoed where i wanted them, but I need to update the data for a new value. I added iLVL to the create and can fetch and add the value but can't UPDATE the dB using the Wiki Example -- Initialize the duris database d...
by Drevarr
Sat Nov 02, 2013 7:10 pm
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 327176

Re: YATCO 2.3

Can I automate the chat tab switch?

disregard I fat fingered demonnic.chat.windows.Equip:show() in the function and thought i was lost.
by Drevarr
Mon Oct 28, 2013 11:43 pm
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 327176

Re: YATCO 2.3

Perfect, thanks! Loving this package more and more each time i fiddle with it.
by Drevarr
Sun Oct 27, 2013 4:51 pm
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 327176

Re: YATCO 2.3

How can I force a chat TAB to clearWindow?

Since this works: demonnic.chat.windows.Equip:flash() I assumed I could clear the tab with demonnic.chat.windows.Equip:clearWindow() however is doesn't work.
by Drevarr
Sat Oct 26, 2013 8:00 pm
Forum: Help Forum
Topic: Editing selectCurrentLine before appending
Replies: 3
Views: 2666

Re: Editing selectCurrentLine before appending

Thanks, seems to be doing the trick.
by Drevarr
Sat Oct 26, 2013 1:57 am
Forum: Help Forum
Topic: Editing selectCurrentLine before appending
Replies: 3
Views: 2666

Editing selectCurrentLine before appending

I am capturing communications to a miniConsole. How do I maintain the color format of the selectCurrentLine but modify the content prior to appendbuffer? I would like to delete channel specific portions of the string before appendbuffer as the text ansi is specific to the channel. current: Player te...
by Drevarr
Fri Oct 04, 2013 2:14 am
Forum: Help Forum
Topic: miniConsole text positioning
Replies: 3
Views: 2568

Re: miniConsole text positioning

Follow up question, I am attempting to capture a overland map within <map> and </map> tags. Example: <map> ^...+... .M^.M+..... ....M.+..^... **.^.^+..^... ++++++@.....^ .****.+...... *....^+....^. .^MM.+.^^.. M^..+.... </map> <map> Substring|Filter clearUserWindow("Box5MC") (.*) Perl rege...