PDA

View Full Version : Rogue Guild Gambits



Umpyr
04-01-2004, 12:23 AM
I am lazy. Not only do I not want to learn to write my own scripts, I don't wanna search through posts looking for a link to guildscripts. Does anyone know where I can find a script that does the gambits for you? Oh ya, I'm lazy about reps, too. Thanks in advance.

AnticorRifling
04-01-2004, 07:41 AM
I wrote some that work well. I'm not sharing.

Umpyr
04-01-2004, 07:36 PM
Why even reply then? Keep that to yourself.

Mint
04-01-2004, 07:40 PM
Originally posted by Umpyr
Why even reply then? Keep that to yourself.

Maybe he was trying to help you out by bumping your thread up?

edited to add: yes, I always see the glass as being half full.







[Edited on 4-2-2004 by Mint]

Artha
04-01-2004, 08:44 PM
Speed reps and audience reps are easy.

Example of speed rep:

start:
put tumble
pause
goto start

Example of audience rep:

start:
put tumble
pause 45
goto start

The other tasks shouldn't be much harder than that.

Umpyr
04-01-2004, 10:07 PM
Originally posted by Mint

Originally posted by Umpyr
Why even reply then? Keep that to yourself.

Maybe he was trying to help you out by bumping your thread up?

edited to add: yes, I always see the glass as being half full.



Bump it up 7 hours after it was created?

Tsa`ah
04-01-2004, 10:12 PM
Originally posted by Umpyr
Bump it up 7 hours after it was created?

Mint's our overly optimistic poster. She could step in a steaming pile of dog poo and find something positive about it.

Just don't screw with the fare box. She'll fuck you up.

Celexei
04-01-2004, 10:38 PM
LOL, what about the other guild reps, are there scripts for them as there random and all?

Artha
04-01-2004, 10:39 PM
There's one called Guildx that does just about everything that doesn't require a partner.

Celexei
04-01-2004, 10:43 PM
thats always nice, anyone have that one, that wouldn't mind sharing?

Mint
04-01-2004, 10:44 PM
Originally posted by Tsa`ah
[quote]
Mint's our overly optimistic poster. She could step in a steaming pile of dog poo and find something positive about it.
It's a curse, I know. I had a bird poop on my head once. Even I had a hard time finding the positive in that experience.


Originally posted by Tsa`ah
Just don't screw with the fare box. She'll fuck you up.
Step AWAY from the fare box.





[Edited on 4-2-2004 by Mint]

Tsa`ah
04-01-2004, 10:48 PM
Originally posted by Celexei
thats always nice, anyone have that one, that wouldn't mind sharing?

http://www.geocities.com/bladenight95/scripts.html

Celexei
04-02-2004, 07:08 PM
thanx bunches!

AnticorRifling
04-03-2004, 07:45 AM
Just letting you know that yes scripts for gambits exist. I won't share them because of your overt laziness and the fact that you have no desire to learn from them just gain reps. Artha posted a real basic example, good luck with that.

Celexei
04-03-2004, 02:45 PM
I'm not even in guild yet, i'll prolly do as i did with fletching, first character i did every single bit manually, and it took me months, but my others i have set for scripting, i figure i earned it with that...so i'll do guild reps more than likely the same

Umpyr
04-03-2004, 02:47 PM
I was fully aware that scripts for gambits existed. That was not my question.

Artha
04-03-2004, 03:01 PM
There's a link to the guildx script a few posts above this one.

Latrinsorm
04-03-2004, 03:05 PM
but these people see every minute change as a game-destroying mistake that the developers put in because they are either inept or want to make players' lives a living hell. (Artha's Sig)

Not that this is relevant to the topic at hand, but could that be anymore apt as a description of certain warriors and rogues recently?

Artha
04-03-2004, 03:15 PM
That (and the people who can't quit griping about the pricing change) prompted me to change my sig.

Dwarven Empath
07-09-2005, 07:51 AM
Does anyone have a list of all the gambits?

Gan
07-09-2005, 11:35 AM
Usage:
RGAMBIT {skill} {style}
TUMBLE [left | right | forward | backward | multiple]
CARTWHEEL [left | right | forward | backward | multiple]
FLIP [left | right | forward | backward | multiple]
DAGGER [balance | toss | game]
DISPLAY [hands | ear | pocket | person] {item}
GET [hands | mouth | air | silent] {item} FROM {container}
VANISH [hands | mouth | air | silent] {item} [IN|ON|UNDER|BEHIND] {container}
STEALTH [sit | kneel | stand]
[get {item} [FROM {container}]]
[put {item} [IN|ON|UNDER|BEHIND] {container}]
TEACH [LIST | person {skill} | HELP]
AUTOMATIC Attempt to use STEALTH GET automatically when hidden

<-- Master of Gambits

Dwarven Empath
07-09-2005, 12:55 PM
Thank you

Fengus
07-17-2005, 04:46 PM
This has served me well with some guild stuff:

Loop:
pause
put %1
if_2 pause
if_2 put %2
goto Loop


The second parameter is for standing if falling is a risk, for tumbles and such.