Author Topic: Brute Force Egg Hunter  (Read 13862 times)

0 Members and 1 Guest are viewing this topic.

Offline Kandie

  • Full Member
  • ***
  • Posts: 192
  • Activity:
    0.8%
  • Reputation Power: 3
  • Kandie has no influence.
  • Gender: Female
  • a.k.a "Granny"
  • Referrals: 7
    • View Profile
Re: Brute Force Egg Hunter
« Reply #30 on: June 04, 2022, 10:20:56 PM »

Offline silver111

  • Newbie
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • silver111 has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #31 on: June 04, 2022, 11:13:19 PM »
does it work with runic atlas too or just rune books? script doesnt start for me after i select everything, but im new to orion as well, so maybe my fault.

Offline altiricTopic starter

  • Jr. Member
  • **
  • Posts: 81
  • Activity:
    0%
  • Reputation Power: 2
  • altiric has no influence.
  • Referrals: 1
    • View Profile
Re: Brute Force Egg Hunter
« Reply #32 on: June 05, 2022, 05:43:24 AM »
does it work with runic atlas too or just rune books? script doesnt start for me after i select everything, but im new to orion as well, so maybe my fault.

It was only setup to use rune books. Atlas' requires a very different setup to use. If you're making it through the settings, the script will start in pause mode by default. There is a button on the bottom right (a circle). Clicking that should have you up and running, clicking it again will re-pause.

Offline mio

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mio has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #33 on: June 05, 2022, 11:57:51 AM »
需要將遊戲切換成英文模式
能在官方伺服器工作嘛?
我以自動啟動方式啟動後他不會工作

Offline altiricTopic starter

  • Jr. Member
  • **
  • Posts: 81
  • Activity:
    0%
  • Reputation Power: 2
  • altiric has no influence.
  • Referrals: 1
    • View Profile
Re: Brute Force Egg Hunter
« Reply #34 on: June 05, 2022, 12:03:18 PM »
需要將遊戲切換成英文模式
能在官方伺服器工作嘛?
我以自動啟動方式啟動後他不會工作

從未嘗試過用另一種語言運行。它只使用遊戲 ID 而不是文本,所以我不知道如何修復它。我現在正在編寫可以使用任何語言的伐木工人腳本

Offline mio

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mio has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #35 on: June 05, 2022, 12:25:24 PM »
Does Orion need a special main program?
Or just use orion's launcher to start the official main program.
I can't find the option to switch to English interface in the game
Forgive my bad English, I can only use google translate

Offline altiricTopic starter

  • Jr. Member
  • **
  • Posts: 81
  • Activity:
    0%
  • Reputation Power: 2
  • altiric has no influence.
  • Referrals: 1
    • View Profile
Re: Brute Force Egg Hunter
« Reply #36 on: June 05, 2022, 12:28:02 PM »
Does Orion need a special main program?
Or just use orion's launcher to start the official main program.
I can't find the option to switch to English interface in the game
Forgive my bad English, I can only use google translate

I am not 100% sure on the language settings for Orion but i do know the Original client uses the operating systems default language, I would assume Orion works the same way.

Offline mio

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mio has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #37 on: June 05, 2022, 12:36:18 PM »
I have changed the original client to English
Direct start is sure to be in English
But after using Orion to start, it magically changes back to Chinese

Offline altiricTopic starter

  • Jr. Member
  • **
  • Posts: 81
  • Activity:
    0%
  • Reputation Power: 2
  • altiric has no influence.
  • Referrals: 1
    • View Profile
Re: Brute Force Egg Hunter
« Reply #38 on: June 05, 2022, 12:42:10 PM »
I have changed the original client to English
Direct start is sure to be in English
But after using Orion to start, it magically changes back to Chinese

Change the language from the main screen of the Orion Launcher. Near the top, right under UO Files path and Orion path. Looks like it only has english and russian to choose from though.

Offline mio

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mio has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #39 on: June 05, 2022, 05:43:46 PM »
Does Orion need a special main program?
Or just use orion's launcher to start the official main program.
I can't find the option to switch to English interface in the game
Forgive my bad English, I can only use google translate

I am not 100% sure on the language settings for Orion but i do know the Original client uses the operating systems default language, I would assume Orion works the same way.
Version 2.2 seems to be unable to find the book I have named egg book
After I manually set the book with version 2.0, the script can work, but after picking up the egg, the insurance egg that is caught in the loop is cancelled.
2.0 How to cancel insurance

Offline altiricTopic starter

  • Jr. Member
  • **
  • Posts: 81
  • Activity:
    0%
  • Reputation Power: 2
  • altiric has no influence.
  • Referrals: 1
    • View Profile
Re: Brute Force Egg Hunter
« Reply #40 on: June 05, 2022, 05:46:38 PM »
line 20: const insureEggs = true;        // Insure eggs on pickup

change true to false

line 20: const insureEggs = false;        // Insure eggs on pickup

Offline mio

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mio has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #41 on: June 05, 2022, 06:13:20 PM »
line 20: const insureEggs = true;        // Insure eggs on pickup

change true to false

line 20: const insureEggs = false;        // Insure eggs on pickup
I figured out why backpacks to When Max Backpack Items won't swap
It's really a language problem. I switch the system to English and it will be exchanged.
But there is another problem, if the egg is exactly 10 at the end of the exchange
Will execute the swap but won't switch it to any item, it will get stuck and repeat the swap

Post Merge: June 07, 2022, 04:46:52 AM
What can I do so that he doesn't Turn in Ingots after executing the egg swap
Then execute the script I set and execute it again
« Last Edit: June 07, 2022, 04:46:52 AM by mio »

Offline altiricTopic starter

  • Jr. Member
  • **
  • Posts: 81
  • Activity:
    0%
  • Reputation Power: 2
  • altiric has no influence.
  • Referrals: 1
    • View Profile
Re: Brute Force Egg Hunter
« Reply #42 on: June 07, 2022, 03:30:53 PM »
Glad you seem to have gotten most of itbworjed out.
Simple setting ingotTurnin to false will skip that step and continue collecting eggs.
line 20: const insureEggs = true;        // Insure eggs on pickup

change true to false

line 20: const insureEggs = false;        // Insure eggs on pickup
I figured out why backpacks to When Max Backpack Items won't swap
It's really a language problem. I switch the system to English and it will be exchanged.
But there is another problem, if the egg is exactly 10 at the end of the exchange
Will execute the swap but won't switch it to any item, it will get stuck and repeat the swap

Post Merge: June 07, 2022, 04:46:52 AM
What can I do so that he doesn't Turn in Ingots after executing the egg swap
Then execute the script I set and execute it again

Offline mio

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • mio has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #43 on: June 08, 2022, 09:24:23 PM »
What can I do to execute a script of my own after the egg swap and continue the original work
Glad you seem to have gotten most of itbworjed out.
Simple setting ingotTurnin to false will skip that step and continue collecting eggs.
line 20: const insureEggs = true;        // Insure eggs on pickup

change true to false

line 20: const insureEggs = false;        // Insure eggs on pickup
I figured out why backpacks to When Max Backpack Items won't swap
It's really a language problem. I switch the system to English and it will be exchanged.
But there is another problem, if the egg is exactly 10 at the end of the exchange
Will execute the swap but won't switch it to any item, it will get stuck and repeat the swap

Post Merge: June 07, 2022, 04:46:52 AM
What can I do so that he doesn't Turn in Ingots after executing the egg swap
Then execute the script I set and execute it again

Offline BoomerGrow

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • BoomerGrow has no influence.
  • Referrals: 0
    • View Profile
Re: Brute Force Egg Hunter
« Reply #44 on: June 09, 2022, 10:38:56 PM »
I just reached 100,000 eggs.  Thanks to you and keep up the good work

Tags: