help please

Discussion in 'Scar/Simba Help' started by djben, Jun 18, 2007.

help please
  1. Unread #1 - Jun 18, 2007 at 1:09 AM
  2. djben
    Joined:
    Jun 10, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    djben Member

    help please

    this is part of an autp fighter script i get stuck on the second ,line here what do i type?

    HowManyPlayers :=1; // Set Number of Players here.
    NumberOfPlayers(HowManyPlayers); // Sets the Players Array Length;
    CurrentPlayer:=1;

    i get the error saying
    Line 72: [Error] (72:1): Unknown identifier 'HowManyPlayers' in script
    Failed when compiling
     
  3. Unread #2 - Jun 18, 2007 at 9:11 AM
  4. SmAcKmE
    Joined:
    May 18, 2007
    Posts:
    105
    Referrals:
    0
    Sythe Gold:
    0

    SmAcKmE Active Member

    help please

    maybye try updateing SRL do you have SRL 3.6 or 3.5 because if you have 3.5 then you need to upgrade to SRL 3.6.
     
  5. Unread #3 - Jun 18, 2007 at 5:37 PM
  6. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    help please

    Post the script.
     
  7. Unread #4 - Jun 18, 2007 at 9:04 PM
  8. djben
    Joined:
    Jun 10, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    djben Member

    help please

    Code:
    Const
    
      MSpeed      = 3;       //MouseSpeed ? 1 Uber Fast 3 tha best 15 u slowpoke :)
      HowManyAtt  = 100;     //Homany Attempts To Attack Total?
      SpecAttack  = False;   // True , Or False (Random Depends On W2CHP)
      IntGerServ  = 'ake';   // ehm german server, ake international server.
    
    //****************************************************************************//
    
    Const
    
      Pickarrows  = True;   // True pickup False powerange, false for melee also
      Equiparrow  = False;    // Equip arrows or you got ava accumulator?
      ArrowName   = 'rrow';  // First letter off the metal  example, Bronze= ronze NOTE if rrow it picks ALL arrows :)
      Arrowcolor  = 857195;  //Red color arrow floor, advised to change every world
    
    //****************************************************************************//
    
    Const
    
      MFM  =  'NoDefenseExp';   //DefenseExp or NoDefenseExp
      S2C  =  '4';             //Spell To Choose AutoSpell
    // '1' = Wind Strike, '2' = Water Strike, '3' = Earth Strike, '4' = Fire Strike,
    // '5' = Wind Bolt,   '6' = Water Bolt,   '7' = Earth Bolt,   '8' = Fire Bolt,
    // '9' = Wind Blast,  '10'= Water Blast,  '11'= Earth Blast,  '12'= Fire Blast,
    // '13'= Wind Wave,   '14'= Water Wave,   '15'= Earth Wave,   '16'= Fire Wave.
    
    //****************************************************************************//
    
    Const
    
      Itempickup  = False;     //Want To pickup items?
      Itemcolor   = 11908798;        //Collor of the item
      ItemName    = 'une';    //Item Name i prefer all runes :)
      RightClick  = True;     //Right Click Or Not?
      Server      = 'ttack'; // Angreifen or Attack (-A) For Right Click
    
    //****************************************************************************//
    
    Const
         //   You want too be sure? Lets eat then! //
      UseFood = True;  //True or false
      W2CHP   = 10;    //10 or higher, 10 does anti ban after every npc
      HTSE    = 20;    //Hp To Start Eating?
      HTRF    = 47;    //Hp To Resume Fighting?
      FC      = 7501713;     //Color food 2 dif colors
      FC2     = 6909316;     //Is Possible To Use 2 Different Food
      H2L     = 10;          //Hp To Logout
      NPT     = True;        //Next player after H2L ?
     
    //****************************************************************************//
    
    Const
         //   COLOR OF YOURE DESIRED NPC AND NAME  //
      ColTolNpc  = 50;       // Color Tolerance Npc
      NPCTimeOut = 7000;    // milliseconds
      Color5     = 0; //??||????||?//??\\?||??\\||||//??\\||||//??\\||||//       before clicking on next NPC.
      NpcName    = 'vel'; //Name of npc whitout capital first letter
      Color1     = 1720679; //???/\??/\??\\??//?||??//||||\\??//||||\\??//||||\\
      Color2     = 4536119;  //??//\\//\\??\\//??||??||????||??||????||??||????||
      Color3     = 3557457; //??||?\/?||???\/???||??||????||??||????||??||????||
      Color4     = 1118484; //??||????||??//\\??||??||????||??||????||??||????||
      Color6     = 0; //
    
    //****************************************************************************//
    
    Procedure DeclarePlayers;
    
    begin
    
      HowManyPlayers    :=   1;          // Set Number of Players here.
      NumberOfPlayers(HowManyPlayers);   // Sets the Players Array Length; (this is the part i dont know what to put in sets players array length????)
      CurrentPlayer:=0;
    
      Players[0].Name   :='';
      Players[0].Pass   :='';
      Players[0].Nick   :='ree';
      Players[0].Skill  :='Strength'       // Valid: 'Accurate', 'Rapid' , 'Longrange' , 'Attack' , 'Strength' , Defence, 'Magic'
      Players[0].Active :=True;
     
  9. Unread #5 - Jun 18, 2007 at 10:26 PM
  10. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    help please

    That's not a script. I believe that's the setup that I posted in the Autofighter thread. I was just pointing out that is the part of the script you fill out. You need to download the whole script and find that portion inside the whole script, then fill it out.
     
< this wont work | Srl >

Users viewing this thread
1 guest


 
 
Adblock breaks this site