Results 1 to 2 of 2

Thread: Need help fixing Hoodz Fighter

  1. #1
    Join Date
    Sep 2016
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default Need help fixing Hoodz Fighter

    There is a problem with hoodz fighter where it waits very long inbetween kills. Ive looked through the whole script, but I just cant figure out why. Asked Hoodz about it yesterday, but he doesnt use simba anymore. Script waits 30-40seconds Im trying to reduce it to like 5 seconds.

    http://pastebin.com/raw/5Rj1kTEj


    people told me it probably cant find the colors, sorry for this post if thats the case, going to redo the colors

  2. #2
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    I don't have simba installed anymore either; But! from memory the heal function is slow;

    to test this; comment out the function. If that doesn't work try comment out the anti-ban also and see if that could be the reason.

    Code:
    procedure executeState(State: Integer);
    begin
      case (State) of
        0: attackNPC();
        //1: heal();
        2: antiban();
        3: loginPlayer(false);
      end;

    <------------------>



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
  •