Results 1 to 10 of 10

Thread: Problems with script

  1. #1
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Problems with script

    Getting this error.
    HowManyPlayers := 0;
    NumberOfPlayers(HowManyPlayers); 0;
    CurrentPlayer := i dont dd0s;

    with Players[1] do
    begin
    Name := 'omgihaxxxx';
    Pass := 'notforyou';
    Pin := ''; // right now banking for hood not supported, might be in future
    // so you don't need to fill it just yet
    BoxRewards := ['XP', 'Lamp', 'Book', 'mote', 'ostume', 'ssence'];
    LampSkill := SKILL_RUNECRAFTING;
    Member := false;
    Active := True;

    [Error] (42:3): Unknown identifier 'HowManyPlayers' at line 41
    Compiling failed.

    What should i put for howmanyplayers?
    __________________

  2. #2
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by i dont dd0s View Post
    Getting this error.
    HowManyPlayers := 0;
    NumberOfPlayers(HowManyPlayers); 0;
    CurrentPlayer := i dont dd0s;

    with Players[1] do
    begin
    Name := 'omgihaxxxx';
    Pass := 'notforyou';
    Pin := ''; // right now banking for hood not supported, might be in future
    // so you don't need to fill it just yet
    BoxRewards := ['XP', 'Lamp', 'Book', 'mote', 'ostume', 'ssence'];
    LampSkill := SKILL_RUNECRAFTING;
    Member := false;
    Active := True;

    [Error] (42:3): Unknown identifier 'HowManyPlayers' at line 41
    Compiling failed.

    What should i put for howmanyplayers?
    __________________
    it shd be
    Simba Code:
    HowManyPlayers := 1;  
    //u r botting at least 1 player right? it shd never be 0
    NumberOfPlayers(HowManyPlayers);  // what is the 0; for?
    CurrentPlayer := 1;
    {it should be an integer, which correspond to the code below: "with Players[1] do" <<whatever that is inside the []

  3. #3
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could you help me set up simba ?
    I'll pay you RSGP.
    Skype:
    Nick.lortie

  4. #4
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by i dont dd0s View Post
    Could you help me set up simba ?
    I'll pay you RSGP.
    Skype:
    Nick.lortie
    Read through the FAQs (http://villavu.com/forum/showthread....555#post851555), use the search button for any error u encounter, and if u still have problem post it here.
    Most of us will help u for free, like how all srl scripts were free

  5. #5
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've read it all, i cant seem to get this damn crap figured out..
    Could you help me via teamviewer? :/

  6. #6
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by i dont dd0s View Post
    I've read it all, i cant seem to get this damn crap figured out..
    Could you help me via teamviewer? :/
    then you didn't read enough. There is even a step by step idiot-proof vid made by harry some time ago.
    Make sure u read every single line of
    http://villavu.com/forum/showthread.php?t=47714
    for at least 10 times patiently.

  7. #7
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    now this error:

    Exception in Script: Unable to find file 'srl/srl.simba' used from ''

  8. #8
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Most of us will help u for free, like how all srl scripts were free
    Not trying to sound clever, but I'm sure people have been selling scripts which utilise the SRL Include since the beginning of SRL.

    Correct me if I'm wrong.

  9. #9
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by i dont dd0s View Post
    now this error:

    Exception in Script: Unable to find file 'srl/srl.simba' used from ''
    Scroll to the top of the forums.

    Find the drop-down menu called Search.

    Use it.

  10. #10
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    aa well this explains me the level of this community... No1 can answer only says go there and go there find it somewhere there. googled looked tryed thinked nothing helps and when the community dosent support new users it sucks so thanks for nothing

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
  •