Results 1 to 4 of 4

Thread: Gnomeball

  1. #1
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default Gnomeball

    I was running my script for a while, and when I checke don it again, I was in lumbridge with a gnomeball, apparently someone threw me one, but how would a gnomeball mess up a script? and how I don't know how i died, maybe it wasn't the gnomeball maybe I just died I don't know, but if gnomeballs can mess up the script, how? does it have something to do with colors? or what. and how would you prevent the gnomeball from messing up your script... if that is how mine got messed up, and is findfight working? because I noticed my guy hasn't been finding fights lately, maybe it's just me I don't know.

    So how do you protect a script from gnomeballs if they can mess it up and does findfight still work?

  2. #2
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    it's not the gnomeball
    if FindFight then RunAway('N', true);

    maybe you don't check for randoms in every loop often enough, which might be why it doesn't find the randoms.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  3. #3
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woah... wth...??

    Ive never had this problem with any scripts...
    I have a few ideas on how you may have died though...

    Was the script you were running:
    a) A banker?
    b) A seller?
    c) Anything to do with items in your inventory?

    If it was any of these, i may know the answer
    Project: Welcome To Rainbow

  4. #4
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    @Rasta

    ok thanks Rasta, and the reason I thought it may have been the gnomeball was because an hour or two before I found myself dead, I read a post on the thread how ot crash a bot and someone posted about the gnomeball, and at Lumbridge I had one in my hand, but I figured it was a fight. But it does work for the randoms, I get the kebab and beer, I'll try adding in the ,true after 'N', maybe that's why.


    @ benjaa

    And it's a bone burier and gold collector, was bored so added in gold, but it doesn't have to do with buying and selling, it just picks up bones in varrock hill giant spot, then buries them, so yea, it does do something with the inventory. What do you think it might be?


    EDIT:
    @ Rasta

    wait no I already had the true, just didn't remember I guess because the way you had it in there and the way I did, but what I have is in my antirandom procedure is

    Code:
    begin
      If (FindFight) Then
      Begin
        RunAway('N',True,1,15000 + random (2500));
      end;
    is anything wrong with it? (also have other stuff in my antirandom procedure, but I just put up the findfight part)

    EDIT2: lol wow, I made the most noobish mistake ever, I never called my antirandoms procedure, but I don't know how it solved talking randoms then...???

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
  •