• MagickaBBS Scripts

    From Black Panther@21:1/186.2 to apam on Tue Dec 11 21:46:17 2018
    Hi Andrew,

    I know this has been asked before, but where can I find the scripts and utilities you wrote for Magicka? I'm specifically looking for the
    InterBBS Last Callers, and the OneLiners.

    Magicka is running flawlessly on the RPi! :)



    ---
    Black Panther(RCS)
    aka Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again...


    --- MagickaBBS v0.12alpha (Linux/armv7l)
    * Origin: Castle Rock Magicka Pi (21:1/186.2)
  • From apam@21:1/125 to Black Panther on Wed Dec 12 14:58:14 2018
    Hi Andrew,

    I know this has been asked before, but where can I find the scripts
    and utilities you wrote for Magicka? I'm specifically looking for the InterBBS Last Callers, and the OneLiners.

    git clone git://git.magickabbs.com/MagickaScripts

    That will clone the 3rd-Party script repository. (I know they're all by
    me at this stage, but I set it up for others to contribute to as well :)
    )

    Magicka is running flawlessly on the RPi! :)

    Great!

    Andrew

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)
  • From Vk3jed@21:1/109 to apam on Wed Dec 12 18:07:00 2018
    On 12-12-18 14:58, apam wrote to Black Panther <=-

    git clone git://git.magickabbs.com/MagickaScripts

    That will clone the 3rd-Party script repository. (I know they're all by
    me at this stage, but I set it up for others to contribute to as well
    :) )

    Cool, are there any installation instructions for any of the scripts? Just cloned the script repository into my Magicka installation.


    ... I didn't climb to the top of the food chain just to eat vegetables.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From apam@21:1/125 to Vk3jed on Wed Dec 12 17:41:39 2018
    On 12-12-18 14:58, apam wrote to Black Panther <=-

    git clone git://git.magickabbs.com/MagickaScripts

    That will clone the 3rd-Party script repository. (I know they're
    me at this stage, but I set it up for others to contribute to as
    :) )

    Cool, are there any installation instructions for any of the scripts?
    Just cloned the script repository into my Magicka installation.

    Possibly not.

    for interbbs oneliner, place the ibol.lua into your scripts folder, and
    edit the values at the top to reflect the fsx_dat msgconf/msgarea.

    for interbbs last callers, place ilc-send.lua and ilc.lua into the
    scripts folder and edit both with the fsx_dat msgconf/msgarea.


    ilc-send should be run once in your login stanza before the option for a
    quick login. something like:

    dofile("/path/to/MagickaBBS/scripts/ilc-send.lua");

    should do it.

    The other scripts can be displayed in the login stanza the same way, or
    via menus using the DOSCRIPT command (data is the script name without extension)

    example:
    HOTKEY 3
    COMMAND DOSCRIPT
    DATA ibol

    Will run the interbbs oneliner script with hotkey 3

    Andrew


    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)