Page 6 of 12 FirstFirst ... 45678 ... LastLast
Results 126 to 150 of 295

Thread: THE Beginner's Simba Tutorial

  1. #126
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey coh3n nice guide
    but where can i find the advanced guide? cuase i cant find it

    thank you

  2. #127
    Join Date
    Nov 2007
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice guide!

    i think im going to read this a couple of times before i start making one my self. There is still alot i dont understand, but i got to translate from english to norwegian at the same time, so things take twice as much time

  3. #128
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    OK, is there a working link to the simba wiki, or a list of commands?

    I have been having a play pulling others scripts apart and keep finding commands that i cannot get documentation for, for instance

    clickmouse2 (note the 2)
    getXP

    etc.

    Now these are in the scripts and working, but are not listed under simba documentation from help tab, nor available from the function list on teh left screen on simba, nor from ctrl+space on blank line.

    Where can i get info on all these commands/functions ?

  4. #129
    Join Date
    Nov 2007
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by imscaredtolosemymain View Post
    OK, is there a working link to the simba wiki, or a list of commands?

    I have been having a play pulling others scripts apart and keep finding commands that i cannot get documentation for, for instance

    clickmouse2 (note the 2)
    getXP

    etc.

    Now these are in the scripts and working, but are not listed under simba documentation from help tab, nor available from the function list on teh left screen on simba, nor from ctrl+space on blank line.

    Where can i get info on all these commands/functions ?
    the commands are from writes who write there own code

    they use what they know, and write somthing better

  5. #130
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Slakan,

    Do you mean those commands (say getXP) link to some code outside simba? as there is no other occurrence of getXP in the script, defining it as something else, so i have to assume it is a normal simba command? or maybe SMART?

    oh and btw, takk for hjelpen! Er du noe i nærheten av Trondheim? Jeg pleide å jobbe der noen ganger

  6. #131
    Join Date
    Nov 2007
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, nei hedmark

    men de lager egne functions og procedures som dem setter inn i scripte sitt

    MSN? face?

    slakan_91@hotmail.com add me

  7. #132
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I knew i would get into trouble posting 'I Norsk'. i can speak any language while connected to google....lol

    "but they create their own functions and procedures as those put into the script's"

    so for instance, i have seen a 'checkagility' function in a script, which reads the exp of agility; This is like a seperate program/mini script somewhere else, which has a load of lines of code, to do one simple function?

    So how are new guys supposed to find out about these? where are they located?

    edit: working out the difference between srl and simba - still cannot find good instructions though
    Last edited by imscaredtolosemymain; 02-01-2012 at 04:50 PM.

  8. #133
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by jouri1333 View Post
    hey coh3n nice guide
    but where can i find the advanced guide? cuase i cant find it

    thank you
    Because it hasn't been written. Sorry, I just haven't had the time.

    Quote Originally Posted by imscaredtolosemymain View Post
    OK, is there a working link to the simba wiki, or a list of commands?

    I have been having a play pulling others scripts apart and keep finding commands that i cannot get documentation for, for instance

    clickmouse2 (note the 2)
    getXP

    etc.

    Now these are in the scripts and working, but are not listed under simba documentation from help tab, nor available from the function list on teh left screen on simba, nor from ctrl+space on blank line.

    Where can i get info on all these commands/functions ?
    Those functions are in SRL, not Simba. SRL's documentation can be found here. Also, you can hold control and click the function in the editor and it will open in another tab (if you wanted to see the source).

  9. #134
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thanks Coh3n, thats exactly what i was looking for.

  10. #135
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Cannot believe i read through that entire beast...

    Excellent tutorial mate. Have given me a fair bit of confidence in my scripting journey with SRL. It follows the same principal as all coding languages I am finding (similar to python).

    Anyway, THANKSS!!!

  11. #136
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default You made it easy

    I printed your guide at work yesterday before i got off and i already finished. you made it soo simple to understand. plan on reading up the next part in other guide. then reading some simple scripts and decipher them. but yeah ..thnx for spending your time in writing this guide. just wondering if u still planed on revising ur guide like u did for this one??

  12. #137
    Join Date
    Feb 2012
    Location
    California
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome guide! One thing I did note though. When you mentioned includes ie: {$i srl/srl.simba}, you would occasionally use the file extension .scar instead. I'm new here, but i'm assuming that's what it used to be haha. Just an FYI if you decide to come back and change anything. Thanks!

  13. #138
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by crazy5150 View Post
    I printed your guide at work yesterday before i got off and i already finished. you made it soo simple to understand. plan on reading up the next part in other guide. then reading some simple scripts and decipher them. but yeah ..thnx for spending your time in writing this guide. just wondering if u still planed on revising ur guide like u did for this one??
    I would like to, but don't wait for it. If I do get the time, it won't be for a while, unfortunately.

    Quote Originally Posted by drfreshtacular View Post
    Awesome guide! One thing I did note though. When you mentioned includes ie: {$i srl/srl.simba}, you would occasionally use the file extension .scar instead. I'm new here, but i'm assuming that's what it used to be haha. Just an FYI if you decide to come back and change anything. Thanks!
    All switched to .simba, thanks for letting me know.

  14. #139
    Join Date
    Feb 2012
    Location
    SRL Jail
    Posts
    1,319
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This helped me a lot! I'll be starting my first script soon.

  15. #140
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Same as ^, will start scripting soon. Though I still need to find out what each of the built in SIMBA functions do. Your link to the Simba wiki, and SRL wiki are out and Not Working.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  16. #141
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good work, nice guide there.
    I hope you make the intermediate guide as soon as possible
    I'm a newb. Blame me!

  17. #142
    Join Date
    Feb 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you i read all

  18. #143
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You said there where some things that won't work in simba from your SCAR tutorial, I was wondering if you could point out a few key things that won't work in simba? It would be greatly appreciated

  19. #144
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by joshj View Post
    You said there where some things that won't work in simba from your SCAR tutorial, I was wondering if you could point out a few key things that won't work in simba? It would be greatly appreciated
    I don't know exactly what they are. The main differences are that some functions are named differently, and their parameters may differ. The majority are the same, though. I couldn't tell you off the top of my head which ones are different, sorry.

  20. #145
    Join Date
    Jul 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was having some trouble getting MSI setup properly, but I fixed it by deleting Simba off my hard drive and completely reinstalling it. It seems like I've been around for a while, but I haven't used Simba extensively or written any notable scripts. Anyway, thanks for writing the guide, I'm really looking forward to getting started!

  21. #146
    Join Date
    Mar 2012
    Location
    Tulsa, Oklahoma
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Excellent read! After reading this guide and other guides about basic scripting, I feel like I'm ready to move on! One thing I noticed is the SRL wiki page link doesn't seem to work, which isn't that big of a deal. Thanks for the guide, very helpful!

  22. #147
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Starting to get it xD Thank you so much for doing this!

  23. #148
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    I don't think the SRL Wiki exists anymore. That may be why the link doesn't work.

  24. #149
    Join Date
    Feb 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Appreciate the guide Coh3n, I see alot of effort has gone into it! I'm new here so I really want to stop leeching and start becoming involved
    Thanks! and hopefully you'll see me with my own scripts in the future!

  25. #150
    Join Date
    Mar 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well guys, I just learned how to loop! I have a few cool scripts in mind that I hope to share with you guys! Wish me luck!

Page 6 of 12 FirstFirst ... 45678 ... LastLast

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
  •