Results 1 to 6 of 6

Thread: Since making these seems kind of popular!

  1. #1
    Join Date
    May 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Since making these seems kind of popular!

    Hai, uhm....

    Well, I'm not great at these, I guess that I should point out that Simba really looks quite nice and powerful! I've used some of the more popular scripts, and they seem work great (I did tinker with them a bit, hehe.).

    I myself am a Python (I seriously <3 this language.) and C(++) developer, the latter more out of necessity.

    If anyone's interested, I'm into that special Python sauce like Pypy (Python implemented in Python, a Python VM) and Cython (Compile Python into C(++)), which is also part of the reason why I think Python is so cool, interesting and useful.

    I've tried getting into Lape, but it's quite painful for me (imports are a mess, begin statement(?), etc...)
    But I read it was developed here, which is quite an achievement nonetheless!

    I saw a project to implement Python in some way into Simba on the repo, but it seems like that really didn't go far, which makes me a sad panda!

  2. #2
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    G'day, and welcome to the forum! Glad to see another experienced programmer join in on the fun.

    I have no idea what happened to the Python for Simba idea, it was around before I joined. Maybe @slacky will know, he loves Python.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  3. #3
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Welcome.

    Quote Originally Posted by Doldol View Post
    I saw a project to implement Python in some way into Simba on the repo, but it seems like that really didn't go far, which makes me a sad panda!
    It was "discontinued" indeed.. However Lape achieves the task Simba was designed for (and a lot more).
    Tho.. there isn't really any issue with wrapping up the CPython dll and use it from FPC (and add it to simba), it just was never completed, AFAIK.

    Quote Originally Posted by Doldol View Post
    I've tried getting into Lape, but it's quite painful for me (imports are a mess, begin statement(?), etc...)
    Yeah, Lape lacks a proper module system (units). This is just something we have to hope to get in the future.
    The way the $include-directive works is simply by including the code in the given file at the position it's included. This is good for some stuff, but it can truly be a mess when you are writing modules/libraries.

    - I would not call begin a statement.
    Last edited by slacky; 10-24-2014 at 03:34 AM.
    !No priv. messages please

  4. #4
    Join Date
    May 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for the welcome!

    Quote Originally Posted by slacky View Post
    It was "discontinued" indeed.. However Lape achieves the task Simba was designed for (and a lot more).
    Tho.. there isn't really any issue with wrapping up the CPython dll and use it from FPC (and add it to simba), it just was never completed, AFAIK.
    It obviously does, but (when programming) sub-optimally in my mind. However I realise this to be somewhat my bias.

    Anyhow if that ever got on track I'd really be happy to use it. I think it would also bring more actively coding people to this project, since a lot of programmers seem to be familiar with Python these days.


    Quote Originally Posted by slacky View Post
    Yeah, Lape lacks a proper module system (units). This is just something we have to hope to get in the future.
    The way the $include-directive works is simply by including the code in the given file at the position it's included. This is good for some stuff, but it can truly be a mess when you are writing modules/libraries.
    Right, it's much like (old) PHP in that regard. =]

  5. #5
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Welcome to the party!

    Have you been more interested in the rs3 or osr botting scene?

    Also once you get the hang of scripting with lape it's really not very difficult... just maybe not what you would ideally like hehe

  6. #6
    Join Date
    May 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Welcome to the party!

    Have you been more interested in the rs3 or osr botting scene?

    Also once you get the hang of scripting with lape it's really not very difficult... just maybe not what you would ideally like hehe
    Thanks!

    I play and bot rs3 exclusively, mainly out of impulse from me liking RuneScape's quests, but really disliking all the grindy levelling. (I'm actually more of a FPS person, but I always like a good story.) I also grew up playing the game so that probably helps.

    I'm still using the account from then, which has never been banned for botting, which is pretty nice. Maybe even in part due to me questing!

    Yesh that's the thing, I really don't like it, I've had to use Pascal, but never liked it and never really got far into it. Hehe.

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
  •