Search found 10 matches

by charysis
Fri Nov 09, 2012 11:54 pm
Forum: Scripts & Packages
Topic: basic archery for a newb
Replies: 0
Views: 2607

basic archery for a newb

Sharing with total scripting newbs. Aims, shoots on successful aiming.
by charysis
Tue Jul 26, 2011 7:34 am
Forum: Scripts & Packages
Topic: [Achaea] Domination Pact View
Replies: 7
Views: 6328

Re: [Achaea] Domination Pact View

Actually Mosr, you included the pairsByKeys function in the package but you declared it a local function. It is called from script as a global (which was returning nil). I love this pact list though. :)
by charysis
Mon Jul 18, 2011 7:56 pm
Forum: Scripts & Packages
Topic: [Achaea/Svo] Tarot Inscribing Script
Replies: 7
Views: 13543

Re: [Achaea/Svo] Tarot Inscribing Script

Imagine if you hadn't been there..

much appreciated
by charysis
Fri Jul 15, 2011 8:25 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: The Shared Namespace and You
Replies: 34
Views: 97773

Re: The Shared Namespace and You

Why? You mean they are using LuaJIT as well?

Heh, you don't have to sell me on Lua. I have been putting it inside California Highway State Patrol helicopters for years :D
by charysis
Fri Jul 15, 2011 8:12 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: The Shared Namespace and You
Replies: 34
Views: 97773

Re: The Shared Namespace and You

Hehe, yeah - joking! I guess you missed the discussion on (mudlet) lately about luaJit and bytecode...

LuaJIT is amazing.
by charysis
Fri Jul 15, 2011 8:07 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: The Shared Namespace and You
Replies: 34
Views: 97773

Re: The Shared Namespace and You

Holy heck!! *digs through changelog frantically*

Hey, does this mean your dropping LuaJIT2? 5.2 has a library for bitwise operations :D

Edit: oh, I already knew about this.. you said module(), not 'modules' in general. Yeah, so the syntax I gave is deprecated but .. the point more or less stands.. ?
by charysis
Fri Jul 15, 2011 7:45 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: The Shared Namespace and You
Replies: 34
Views: 97773

Re: The Shared Namespace and You

I just saw Widjet's post: Finally, it is fairly easy to hack in a module-like system - you take a local snapshot of the Globals table before and after your module code, and move any changes into a table of your chosen name. That is kind of what I was describing but that seems more expensive than the...
by charysis
Fri Jul 15, 2011 7:37 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: The Shared Namespace and You
Replies: 34
Views: 97773

Re: The Shared Namespace and You

I just wanted to address two things: #1: counter = require("tobiascounting") print(counter:tick() + counter:tick()) -- prints 3 Lua was designed SPECIFICALLY to support this type of 'module adoption'. As the original poster said, this leaves the user free to use whatever naming conventions...
by charysis
Fri Jul 15, 2011 6:53 pm
Forum: Scripts & Packages
Topic: [Achaea/Svo] Tarot Inscribing Script
Replies: 7
Views: 13543

Re: [Achaea/Svo] Tarot Inscribing Script

Heh, I'll make a new version of this script that doesn't - BUG : if you press ASCRIBE PAUSE twice, i.e. consecutively without resuming in between, the function tarotWrite is permanently assigned nil. To get around it, open scripts and click the tarotinscriber script once (which reassigns the proper ...
by charysis
Thu Jul 14, 2011 9:58 pm
Forum: Scripts & Packages
Topic: [Achaea/Svo] Tarot Inscribing Script
Replies: 7
Views: 13543

[Achaea/Svo] Tarot Inscribing Script

Greetings- Mot from Achaea here.. This is a script I worked up with Mosr last night to assist in inscribing tarot cards: it is intended for users of Svo, though it could easily be adapted to work without that system. In fact, if you have any curing system with a 'pause' function (i.e. that is a way ...