Results 1 to 3 of 3

Thread: Eldevin DTMs?

  1. #1
    Join Date
    Feb 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question Eldevin DTMs?

    Hey guys, kinda new to Simba

    I'd like to know how to search for DTMs; if any of you could wrap it up for me in 1-2 lines of text I'd be grateful, doesn't need to be a tutorial, more like leading me towards the right way, I found a few tuts online but they're too complicated for me to understand (for now).

    What I'd be looking for is general mats DTMs like coal, copper, amethyst, etc.

    Thanks in advance.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    There's really no short, 1-2 line way to explain DTMs. They're not incredibly complicated, but they're kind of a broad subject. Here's a basic rundown:

    1. Create the DTM (Simba has an extension that provides a DTM editor, highly recommended you use this to create it)
    2. Load the DTM (using the DTMFromString() function)
    3. Perform operations with the DTM (using such functions as findDTM(), findDTMRotated() ...)

    Simba documentation on DTMs: http://docs.villavu.com/simba/scriptref/dtm.html

    Tutorial with a good section on DTMs: http://garrettlongonline.com/tutorial

    Video tutorial about DTMs: https://youtu.be/SlS4q9MiFX4

    Most of the resouces you'll find on them will be related to RuneScape but the concept of a DTM is universal and can apply to any game
    Last edited by KeepBotting; 02-08-2016 at 10:20 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Feb 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •