Results 1 to 9 of 9

Thread: GuildWars A/Me ShadowForm Script-Help Req.

  1. #1
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default GuildWars A/Me ShadowForm Script-Help Req.

    Hiya Folks. I've been trying to get a perma shadow form script up and running for Guild wars strictly for Amusement in HoH or Ra. I seem to be overlooking an issue with timing or key presses.
    I ran the script in notepad to see how it clicked and here was the results:
    12321123
    Here's The Template Code for the Skill Set
    [Perma Shadow Form Skills;OwVj0pf8IOLBekOrM7/OYCwhPA]
    16 Shadow (Sup Rune)
    13 Dagger (Sup Rune)
    8 Critical (No Minor Rune)
    Fill In Armor with Runes of Atunement and Radiant Insignias.
    Zealous Daggers of Enchanting with "I Have the Power" Inscription (+5 Energy)
    Hopefully some of you more vetern type's might be able to assist where i've failed a bit.
    Best Wishes!
    -Sollek

    Code:
    Program PermaShadowForm;
    begin
    ActivateClient;
    Wait(100);
    Repeat
    If(IsKeyDown('x'))Then
    TerminateScript;       //---Emergency Exit---\\
    KeyDown(GetKeyCode('1')); //Cast Arcane Echo
    KeyUp(GetKeyCode('1'));
    Wait(1900);
    If(IsKeyDown('x'))Then
    TerminateScript;       //---Emergency Exit---\\
    KeyDown(GetKeyCode('2'));  //Begin Casting Deadly Paradox
    KeyUp(GetKeyCode('2'));  //End Casting Dp
    Wait(100);               //End Casting AE
    KeyDown(GetKeyCode('3')); //Begin ShadowForm
    KeyUp(GetKeyCode('3'));  //End ShadowForm Cast
    Wait(19000);
    KeyDown(GetKeyCode('2'));//Begin Casting Deadly Paradox
    KeyUp(GetKeyCode('2')); //End Casting Dp
    KeyDown(GetKeyCode('1')); //Begin Echo'd ShadowForm
    KeyUp(GetKeyCode('1'));  //End Echo'd ShadowForm Cast
    Wait(22000) //or 2100
    If(IsKeyDown('x'))Then
    TerminateScript;       //---Emergency Exit---\\
    Until(False);
    end.

  2. #2
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I think, if I see what your problem is, is that Guild Wars has protection which doesn't allow automated key presses or mouse movements. Most client mmorpg's do.


  3. #3
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn, my hopes were up that there was going to be a Guild Wars script. But the post above me is correct. There is a client protection that will disallow programs to be used on Guild Wars.

    Worth a shot though.

  4. #4
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No no lol thats not at all the case i use scar ALL the time i'm using 3.12 and i run window'd mode but its basically fullscreen with my start bar showing xD
    your welcome to try it out. Mr Barker would you be able to show me where it may be mucking up?
    i can be contacted in game as Will Run For Food or via Http://www.mlm-guild.com ANYONE there can contact me near any time of day just ask for Will

  5. #5
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    You should try SendKeys perhaps? I have no idea why KeyDown would not be working but who knows.


  6. #6
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bobarkinator View Post
    You should try SendKeys perhaps? I have no idea why KeyDown would not be working but who knows.
    KeyDown is working lovely, i'm sorry was half asleep when i first wrote. The key presses fine once in game it's merely a timing problem i cannot seem to straighten out i go through to shadow form sequence then loop and it seems to forget to cast Arcane Echo the second time around and jump straight to casting Deadly Paradox then Shadow form (un echo'd version obviously)

    the first sequence of 1 (Arcane Echo) 2( Deadly Paradox) 3(ShadowForm) waits properly Then casts Echo'd Shadow form. After this point it then will click Deadly paradox instead of casting Arcane then deadly.
    If anyone has Guild wars give the script a go its rather cumbersome trying to explain but to view would make perfect sense
    As they say a picture is worth a thousand words.
    -Brandon

  7. #7
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sounds awesome.

    Is there any gold farming scripts for GW at all? That would be something else

  8. #8
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Infidel00 View Post
    Sounds awesome.

    Is there any gold farming scripts for GW at all? That would be something else
    Mine is not completely automated by any means its just to get shadow form up with perfect timing ^^ i know of a site that claims to have gw "macros" but i do not trust it there for would be rather uncomfortable giving it to another person : /

    If anyone's able to give this script a run in game and let me know where to add modifications would be greatly appreciated but i'm stuck atm >_<

  9. #9
    Join Date
    Mar 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Script for GuildWars Timing Problem?
    By sollek in forum OSR Help
    Replies: 8
    Last Post: 10-25-2007, 01:57 AM
  2. guildwars Character
    By thanatos920 in forum News and General
    Replies: 4
    Last Post: 01-16-2007, 02:05 PM

Posting Permissions

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