Jump to content

auto collecting loot


Up4
 Share

Recommended Posts

Hi there,

I'm new to writing scripts myself, only modified until now, so excuse me when what I ask is not very high.

So I'm playing on ECSRO and thought there was a script to collect the items you added in a txt, but I can't find it any where, was about a year ago that I used it. Now I'm wondering does any one know about that script, or can help me write one doing the same thing, what commands do I've to use, and what are the codes for the items? I know it's possible because it's almost the same as auto select monster.

Greetings

Up4

Edited by Up4
Link to comment
Share on other sites

  • Developers

I know it's possible because it's almost the same as auto select monster.

Must be cool to be able to autoselect a Monster.

Some day I make a script that will Auto-Write the standard answer to posts like these but not today. ;)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Must be cool to be able to autoselect a Monster.

Some day I make a script that will Auto-Write the standard answer to posts like these but not today. ;)

well as I said I did some modifying so I know the basics for scripting, and in the bot script I'm using there is an auto select for monsters, and also as I said I'm playing on ECSRO so I've no GameGuard preventing direct commands from script
Link to comment
Share on other sites

  • Developers

well as I said I did some modifying so I know the basics for scripting, and in the bot script I'm using there is an auto select for monsters, and also as I said I'm playing on ECSRO so I've no GameGuard preventing direct commands from script

Great... and your point is what?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I feel a ***Click*** coming ;)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Great... and your point is what?

That as monster and items are selected the same way, it must be possible to make an auto collect script, I only want to know the structure I should use and what codes are used for the items instead of the one for monsters
Link to comment
Share on other sites

His point is that he is playing game on illegal server and he thinks that its legal if you play on private server to break terms for the original game.

Not so strong point ;)

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

  • Developers

That as monster and items are selected the same way, it must be possible to make an auto collect script, I only want to know the structure I should use and what codes are used for the items instead of the one for monsters

:evil: mmmm... what structure and codes used for items instead of the one for monsters ... yea that is a tough one.

;)

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

#Include <SecretCodes.au3>

HotKeySet("{ESC}", "GO")

While 1
   If Not $enoughloot = True Then
      $secretcode1 = "AutoCollectLoot"
   EndIf
Wend

Never use:

If Not $enoughloot = True Then

That should be:

If Not ($enoughloot = True) Then

Or even better:

If Not $enoughloot Then

;)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...