Jump to content

Czar

Global Moderator
  • Posts

    21871
  • Joined

  • Last visited

  • Days Won

    1932
  • Feedback

    100%

Everything posted by Czar

  1. Ahhh that's how. Thanks so much man!
  2. Hello, I've noticed that auto-typing is veryyy slow, which is a problem because it is affecting the productivity of my script. This was never a problem until recently. I have tried the following code: // client.typeString(message); for (int i = 0; i < message.length(); i++) { client.typeKey(message.charAt(i), 0, 0, false); } client.typeKey(' ', 0, 0, true); As you can see I have tried the typical 'typeString' method but it's slow, so I thought the manual key would be faster, which isn't. I don't see any other alternatives. Anybody care to help? Thanks!
  3. Same script different account ftw
  4. Czar

    CzarWarriorGuild

    It should be up on SDN now. so far so good in terms of testing also edit2: shield method of getting defenders = 600~ tokens/hr + 5k defxp/hr, not bad
  5. Czar

    CzarWarriorGuild

    Can I accept RSGP? Because I'm too young to accept cash payment.
  6. Man, when I found out about AoE I played it for hours. Now that you've told me about The Settlers I think I wanna try it out.
  7. Czar

    CzarWarriorGuild

    I completely understand. Who can I show it to?
  8. Czar

    CzarWarriorGuild

    Do I have to release my source code?
  9. Czar

    CzarWarriorGuild

    Thanks. How can I get people to test my script?
  10. Czar

    CzarWarriorGuild

    Which other way would be best? EDIT: Added some failsafes associated with tokens.
  11. Czar

    CzarWarriorGuild

    Do you guys really need buying food from shops? Or is food from your bank just fine, because it is really a hassle with this API.
  12. Czar

    CzarWarriorGuild

    Thanks. Things seem to be going smoothly, just about to add support for buying food nearby.
  13. Czar

    CzarWarriorGuild

    Just about to begin testing in a moment, gotta get the stuff ready :p
  14. CzarWarriorGuild v1.3 Main features: - Banking added - Animator support for all armours - Goes upstairs to kill Cyclops once reaches certain amount of tokens - Systematically upgrades defenders after each one, up to rune. Small features: - Full dialogue support - Bank Item searching support To-do: - Failsafe animated armour attacking (finding out which npc is yours) - Potion support - Buying food/pots from shops - Other methods of getting tokens (is this necessary?) - Bone burying - Anti-ban of some sort This script so far is untested. The entire code is written and its all ready for debugging. I will begin code optimization once the code has been tested. Please post some comments and suggestions below!
×
×
  • Create New...