The Wiki for Tale 7 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

User:Safa

From ATITD7
Revision as of 18:52, 11 August 2016 by Safa (talk | contribs) (→‎blank.lua)
Jump to navigationJump to search



L1.jpg
L2.jpg

Automato Scripts

  • blank.lua
  • chariot_stop.lua
  • grass.lua
  • gravel.lua
  • markChatsAsRead.lua
  • mod_assist.lua
  • oven_timer.lua
  • resin.lua
  • sculptor.lua
  • zemples_stock.lua
  • zemples_take.lua
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code
    • Preview Code

    Line.jpg

    Art & Thought Tests

    PassedFormal Garden @1531,2274 River Plains
    PassedConstellation @1583,2887 River Plains
    PassedTomb of the Immortal @1581,2887 River Plains
    PassedRaeli Mosaic @1610,2847 River Plains
    PassedRaeli Gliderport @1586,2886 River Plains

    Line.jpg

    ATITD Discord (Voice Chat) Server

    Discord_Logo http://www.discord.me/atitd No download required.

    You can reach me from this link if im not available in-game.

    Line.jpg

    Links & Resources

    http://services.atitd.org/log.php

    http://www.atitd.org/wiki/tale7/Guilds/zFree

    http://www.atitd.org/wiki/tale7/Guilds/zFree/Zfree_Project_list_and_status

    http://www.atitd.org/wiki/tale7/Guilds/Zemples

    http://www.atitd.org/wiki/tale7/Guides/River_Plains_Gem_School

    ATITD Logo SVG Full size egypt map (9MB) In-game colors ATITD OST


    R1.jpg
    R2.jpg


    Automato Scripts

    blank.lua

  • --Blank Macro File
  • dofile("common.inc");
  • --Exit Loop?
  • is_done = false;
  • askText = singleLine([[Hit SHIFT to begin.]] );
  • function doit()
  •    askForWindow(askText);
  •    askForFocus();
  •    Run();
  • end
  • function Run()
  • --Loop
  •   while not is_done do
  •     checkBreak();
  •     lsPrint(0, 0, 2, 1.0, 1.0, 0xFFFFFFFF, "hello.");
  •     if lsKeyDown("q") then
  •       is_done = 1;
  •     end
  •     lsDoFrame();
  •     lsSleep(10);
  •   end
  • end

    chariot_stop.lua

    Notes

    ------------------------------------------------------------------------------------------------------------------------------------------------------
    Google Spreadsheet Embed Example (GoogleDocs Plugin)
    
    Use File > Publish to Web to make your document public. Copy the bit after "https://docs.google.com/spreadsheets/d/" and paste it as ID to below code.
    <googlespreadsheet height="600" width:"100%">ID_Goes_Here</googlespreadsheet>
    
    ------------------------------------------------------------------------------------------------------------------------------------------------------