Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mio

Pages: [1]
1
Orion UO Scripts / Re: Brute Force Egg Hunter
« 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

2
Orion UO Scripts / Re: Brute Force Egg Hunter
« 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

3
Orion UO Scripts / Re: Brute Force Egg Hunter
« 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

4
Orion UO Scripts / Re: Brute Force Egg Hunter
« 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

5
Orion UO Scripts / Re: Brute Force Egg Hunter
« 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

6
Orion UO Scripts / Re: Brute Force Egg Hunter
« on: June 05, 2022, 11:57:51 AM »
需要將遊戲切換成英文模式
能在官方伺服器工作嘛?
我以自動啟動方式啟動後他不會工作

7
New member introductions / Re: Hi Y'all!
« on: June 05, 2022, 03:41:55 AM »
Hi! My name is mio
I'm from Taiwan on the Formosa server
I played UO probably between 1997-2000
play other games later
After playing the game for so many years, I still feel that UO has a high degree of freedom
Freely matched by many skills
I like to play some light professions
Play without too much concentration and relaxation
I just got back from playing for about two weeks
Still learning about the current game content
It was a private server game
At that time, most of the time in the game was improving skills
At that time, I had to go to school and work, and I didn't have much time to play.
Hope to find more fun in the game this time

8
New member introductions / Hi Y'all!
« on: June 03, 2022, 08:35:19 PM »
Hi! My name is mio
I'm from Taiwan on the Formosa server
I played UO probably between 1997-2000
play other games later
After playing the game for so many years, I still feel that UO has a high degree of freedom
Freely matched by many skills
I like to play some light professions
Play without too much concentration and relaxation
I just got back from playing for about two weeks
Still learning about the current game content
Hope to find more fun in the game this time

9
Orion UO Scripts / Re: Brute Force Egg Hunter
« on: June 03, 2022, 08:22:58 PM »
哇,真是個驚喜。感謝分享這個版本。

Pages: [1]