Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Script Debug / Re: First time with a script, need insight please
« Last post by Crisis on February 26, 2025, 03:01:09 AM »
  I am not as good with Orion scripting but one thing you can try is recording a macro doing what you are and you can make it a script and compare what it did to what you are doing. That is one thing that helped me more with the basics.
12
Script Debug / First time with a script, need insight please
« Last post by luckyhittman on February 25, 2025, 06:55:42 AM »
Hello all.
So, I tried writing my first script after first doing a macro and deconstructing it.

Shard:     Excelsior
Purpose:     Trying to get an automation where tinkering of fancy windchimes are attempted. If successful, item is placed in a backpack within my main backpack, loop. If unsuccessful, try again loop.

Error received:   Evaluate script error
                        Line: 2
                        SyntaxError: Parse error

Any insight as to why my script will not parse?
13
Character skill advancement / Re: Trailmyx's Stats Builder (for STR, DEX, INT)
« Last post by REEFHAWK on February 07, 2025, 08:09:10 AM »
I just tried this Script for the first time.  I needed to raise my Dex of 24 to 113.  I used a soulstone and Item Id was 0. Script would train Item Id to 25, transfer skill to a Soulstone, then delete skill from soulstone and start training again.  About forty minutes later I was done.  Still an amazing script.  Thanks so much for letting us use your script. 
15
Character skill advancement / Re: Animal Lore Trainer
« Last post by Piller on February 02, 2025, 06:36:33 PM »
working perfectly
TY
16
Resource Farming / Re: Cotton Picker
« Last post by Korky on January 26, 2025, 11:10:38 AM »
Ok thx for the info
17
Scripting Chat / Re: Let's get ready to rumble!!!
« Last post by Crisis on January 23, 2025, 02:53:09 AM »
ScriptUO client is mainly for writing script and is NOT functional for running scripts. The EasyUO client tends to crash a lot and cause the official classic client to crash as well. Razor is decent but still uses the official classic client.

You are better off going with the freeware ClassicUO client or OrionUO for stability and smoothness. ClassicUO is more or less like UOAssist but a lot more functional and has more features such as being able to use razor or steam with it. OrionUO is nice as well and has its own scripting built into it. I suggest using one of these two.
18
Scripting Chat / Let's get ready to rumble!!!
« Last post by Nerfz on January 22, 2025, 05:43:23 AM »
Hey Guys!

Hope everyone is doing well. I have a few questions.
So I have been trying to read everything but I am getting lost in a few areas. I mainly in the past used EasyUO.
First question is there client that is better for OSI? ScriptUO VS EasyUO VS Razor?
Second. I am learning some of the scripting. Are they all the same language? PHP or whatever? Newer to coding so want to make sure I am learning the right stuff.
Sorry if my questions are a little noobish lol. Just want to make sure I am on the right track so I can help the community in the future.

If I missed a write up regarding some of this please let me know and I will check it out.

Thanks in advance everyone!
19
Scripting Chat / Re: How to speed up my script?
« Last post by TrailMyx on January 13, 2025, 07:10:40 PM »
Looks like it can benefit by setting the #LPC up a bit.  If you don't set it to anything, it's set to 20.  Try bumping it up to 100.  Set this:

Code: easyuo
  1.   set #LPC 100
  2.  

right before the repeat at line 55.

Also the "wait 2s" after your exevent dropc are probably a bit too long.  You can probably drop this to "wait 20" which is 1 second.
20
Scripting Chat / How to speed up my script?
« Last post by Insideout on January 13, 2025, 12:18:32 AM »
Okay script works as it should but. Its a bit slow. How can I improve speed?

https://www.scriptuo.com/index.php?topic=11710.0
Pages: 1 [2] 3 4 ... 10