Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
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!
22
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.
23
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
24
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?
25
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
26
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

27
Misc. Scripts / Re: Chest of Sending For Gold Stacks
« Last post by pingpan on January 03, 2025, 12:15:15 PM »
An oldie but still great to use!

Thank you
28
Got it figured out for the bridle lol add the GHH to the ML Loot code
29
Also I was watching it today as I swapped rune books and a few other things it is skipping the first rune in book 1. This is the elite version also. Ran the 2.0 regular and seems to do the same thing stops at the end of book 1.
30
love your script thanks for sharing. Question I have is can I use more than 1 book of tree locations, and if so  how do I add them.  I tried adding by myself and I can't get it to work out of more than 1 book.    Thanks
                                                                                                                                                  Kandie           


Going to say something changed somewhere I used to run out of 5 books now it gets to the end of the first and stops. Now sure what is going on reloaded the books. Still didn't help. Maybe someone can offer advice on how to fix the problem
Pages: 1 2 [3] 4 5 ... 10