Jump to content
Doom989

Elements The Game

Recommended Posts

Here are two very basic farming scripts I've created for Elements along with two specific decks which are cheap and easy to build.

I take no credit for the decks used as they were created by other people.

 

Resolution: 1280x1024

Browser: Firefox(Had tabs open, not sure if this effects it much.)

Level two farmer

level2.scar

Deck:

Death Mark

7 Bone pillars

4 Bone Dragons

6 Poison

6 Mummy

7 Death Pendulums

 

Level three farmer

level3.scar

Deck:

Time Mark

17 Stone Pillars

6 Graboids

6 Shreikers

1 Short sword

 

I am very open to suggestions for improvement. I did want to use bitmaps but so far I've been unable to find out how, assistance on this would be hugely appreciated. In the future when I find out how to use bitmaps, I will be making even better farming decks.

 

Also, thanks to LordJashin for his assistance in my first post on this forum.

Have fun :D

Link to comment
Share on other sites

SCAR 3.36 pre release version from the SCAR svn repo has a built in web browser that uses chrome. Called TSCARWebClient. Located at http://svn.scar-divi.com/scar

 

You can get it by using Tortoise svn or just download the file from that folder scar.exe

 

You can try this and it might avoid browser problems...etc

 

Example:

 

[sCAR]

program test;

var

a: TSCARWebClient;

begin

a := TSCARWebClient.Create(500, 500);

a.Navigate('http://www.scar-divi.com');

end.

[/sCAR]

Edited by LordJashin
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...