Results 1 to 3 of 3

Thread: running from fight

  1. #1
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default running from fight

    im making my own power wc now
    but i used to run a script that doesnt run back when it ran from a fight

    if (FindFight) then
    begin
    RunAwayDirection('N');
    Wait(4000 + Random(2000));
    runback;
    end;

    it just ran north and continued the script loking for trees with out running back

    so i changed to script like this

    if (FindFight) then
    begin
    RunAwayDirection('N');
    Wait(4000 + Random(2000));
    RunAwayDirection('S');
    end; ..... and it worked but thats not it

    it suppose to run back normal with this

    if (FindFight) then
    begin
    RunAwayDirection('N');
    Wait(4000 + Random(2000));
    runback;
    end; ....right ? so didnt it runback?



    confused new scripter

  2. #2
    Join Date
    Jan 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this has helped me a lot thanks man !h):

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Yea to my knowledge the runback procedure is kinda buggy.
    What you did with the run north and then south will work just fine.
    Also, please you scar tags if your going to post scripts =)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to find a fight?
    By Clippi in forum OSR Help
    Replies: 1
    Last Post: 10-22-2008, 07:23 PM
  2. Fight Procedure help
    By drizzt in forum OSR Help
    Replies: 2
    Last Post: 02-17-2008, 03:42 PM
  3. hlp wit fight
    By Lt Mays in forum OSR Help
    Replies: 4
    Last Post: 01-27-2008, 02:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •