Recent Posts

Pages: 1 [2] 3 4 ... 10
12
Character skill advancement / Re: Animal Lore Trainer
« Last post by Piller on February 02, 2025, 06:36:33 PM »
working perfectly
TY
13
Resource Farming / Re: Cotton Picker
« Last post by Korky on January 26, 2025, 11:10:38 AM »
Ok thx for the info
14
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.
15
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!
16
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.
17
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
18
Scripting Chat / The Plant script what is ocr something along that line?
« Last post by Insideout on January 12, 2025, 04:54:42 AM »
As I can't code I have to chop and hack and create what I can. I'm looking to put something to gether that can find the cross polinated plants that will produce the black and white seeds. No sense in tending 1000's of plants that I don't need. Where would I even start?
19
Character skill advancement / Re: Gaderian's Remove Trap trainer
« Last post by nonsha on January 05, 2025, 08:07:57 AM »
This is really great, thank you for making the remove trap script
20
Scripting Chat / Re: few questions
« Last post by pingpan on January 03, 2025, 12:19:11 PM »
Do you have a line with something like this -

  set %tinkerTools jtl_gtl_ktl

Pages: 1 [2] 3 4 ... 10