Results 1 to 5 of 5

Thread: Hill Giants

  1. #1
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Hill Giants

    This is my first script.. if you can call it that. It is supposed to kill hill giants and bury the bones. First of all i don't know how to set camera angle to as high as it goes, pretty sure the looting and burying doesn't do anything right now but i haven't done much work on it. Also i want to know how to make it log in to a certain world. Just wanted some help seeing as i suck at this haha..
    thanks

  2. #2
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    SetAngle(SRL_ANGLE_HIGH) to set the angle to the highest, as for the other things you maybe should have thrown this in the help section instead of first scripts. Also if your script is small, putting it in Simba tags would be easier for people to help you.
    Last edited by Total; 04-22-2012 at 06:33 AM.

  3. #3
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    You may have left your password in the script? I tried to change it for you and pm you the new one but it appears to be invalid (either someone has already changed it or that is a fake one :P).

    TIPS:
    - At the moment, you have an endless loop with very little/no breakout fail safes. If the script were to end up somewhere that there are no hill giants it would just sit there trying to find them.
    - Have you considered adding a walk to default location procedure in the case that it ends up in a corner where it can't see any hills?
    - You should consider adding
    Simba Code:
    if not LoggedIn then Exit;
    FindNormalRandoms;
    at the start of some of you procedures.

    A couple of minor standard slip ups but nothing big, you standards are pretty good for a first script. Nice to see that you are using Colour TPA functions instead of FindObj, although make sure you understand how the functions work, it is no use skipping ahead to the advanced stuff if you just copy and paste from a tut without understanding it (not saying you did this, just a piece of advice ).


    Good Effort
    ~Caotom

  4. #4
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Oh, you left your password in the script :S. Happened to me too one time. Hopefully you will get it back.

    Whatever, nice usage of the Autocolor Functions. Not bad for your first script.

    I will try to answer all Runescape related questions!

  5. #5
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i realized i left it in the script after i uploaded it so i changed it myself haha.. such a noob

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
  •