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.


Topics - OMGBurgers

Pages: [1] 2 3
1
Scripting Chat / Client crashing testing
« on: May 16, 2021, 01:53:10 PM »
Ok, so I've been complaining about client crashing since I started playing again, as you can see from the thread below haha.

Eventually I found an issue with lines in the script not being executed, which led me to figure out my crashing problems for the most part.

I'm unsure if it's something on EasyUO's end, or with the client itself.  But this is an issue I haven't encountered when I played previously.  I sold all my account back in 2012-2013.  I have not started experiencing these problems until we got the auto updating EUO.

So in the first video, you can see I use a script that just opens the corpse, loots the gold.  When opening the corpse it will output the ID above the character.  I added that because I was unsure what was going on with it not doing the "event macro 17", but then found it would skip the event exmsg even.
Video:


After finding that, I clamped the rate of the "event macro 27 0" usage on my combat script.  This fixed an issue with quite a few things I did, but I was still crashing on other scripts.  The one I would crash on often was the Shadowguard helper which helps with Orchard room.  So I have no "Event macro 27 0" command going here.  I originally thought it was from more than one script sending an event macro, or exevent command to the client at the same time.  But I was crashing with a single script.  So that would mean I was crashing because of a combination of events being sent, or the speed in which they've been sent.  I can force a crash using many combinations of events, so I'm not sure it's a specific one.  I have noticed that event exmsg displays weird at times though, and when it does I can prepare for a crash.  But even without event exmsg, I will still crash.

Here's a video showing the crashing with multiple event commands, and with a few different methods of running euo/client.
Video:


I know everyone has their own way they swear on to load everything, but believe me, I have tried for weeks to resolve this and I cannot find a better way which works.  Starting a client with uoxl cli new button in easyuo is not an option, as I use either steam/razor/razor-enhanced and they have to start the client.  But it also doesn't help if I do.  So this isn't about that.

2
Submit your Script / OMG Durability Scanner
« on: April 17, 2021, 07:43:43 PM »
This is a quick script I put together that scans all items on the paperdoll, and some weapons inside the main #backpackid (Just double axes and bladed staffs).  This helps with having to check between 4 clients of 4 sampires and dealing with the annoying issue of having to remove robe or certain boots just to check some of your armor.

You can add/remove more types for %weapons and also adjust %menux & %menuy for menu opening position.

Maybe it will be of use to some others, I may improve it to use the repair bench also in the future since i'm lazy.

3
Scripting Chat / Weird crashing problems?
« on: January 21, 2021, 02:42:04 PM »
I haven't played UO in a few years, but have started recently.  My friend had trouble getting a few of my scripts working and when I team viewed in, he was crashing oddly and just blamed it on his computer.

Last night I experienced a crash similar to his, but I was locked out actually logging onto any character on the shard and just stuck at "entering britainna...".  After about 45 minutes it cleared and let me back on.  I was able to log on all other shards, just not the one I originally crashed on.

The scripts I was running was just a cross healer, and a combat assister, two scripts.  Each script does all actions on a client, swaps to the next, and repeats.  Obviously the healing one just uses a bandage and targets.  The combat one is only arming special moves.

I've never experienced something like this before, and have ran these scripts along with others at the same time for like 5+ years easily lol.

Has there been any changes to anything in UO or easyuo that could be causing a problem?  My scripts currently do client swapping at intervals of about 20-50ms on average and gather info and act when needed, so not sure if thats a problem now, but never has been.

4
Scripting Chat / Multiple scripts running high LPC...
« on: January 11, 2012, 01:46:29 PM »
I've noticed some of my scripts running kinda slow lately and I think it's because I have too much going on at once.  For example I typically run a looter, pvm script, and pvp script.  The looter is running just 100lpc, but the pvm/pvp ones are running often around 1000lpc, but switch back and forth from low to high, journal scanning, pixel scanning etc.

Before on OSI shard I did run a looter, but never a pvp script, and things ran fine.  Typically scan times were low from 25-100ms complete cycles on everything.  Since I wrote the pvp one I noticed the cycle times have been getting extremely high, around 500-1000ms which isn't acceptable haha.

I rethought some of the coding for some pixel scanning, and came up with some options to simplify things, which will hopefully speed things up.  But I'm wondering if i'll be still encountering problems because of all the journal scanning.

Also each script does have hotkeys associated with them, which make toggling them a pain when things kinda run slow!

I'm wondering if I should remove a lot of the journal/pixel scanning out of the individual scripts, and incorporate them into like a master control type script?  One that handles all the journal crap, pixel stuff, and hotkey things and kinda queues them up for the other scripts to use?  I just already have enough tabs open and don't want more, especially if it wont solve anything!

Another thing is I'd like to run 5 clients at once, and I'm having problems with the two... lol...  Any ideas?

5
Scripting Chat / what script would you like to see?
« on: June 30, 2011, 12:52:12 PM »
I'm bored.  Looking for something to do!  If anyone has a request for something they would like to see let me know.  As long as it's nothing too complicated!  I'm all out of ideas really.

6
General UO Chat / Video card for screen capture
« on: April 14, 2011, 02:42:17 PM »
Anyone know what a good video card would be to get for recording screen while playing?  I don't have a video card at all now, and it lags me up too bad when I play, but see others doing it.  Thanks!

7
Scripting Chat / Best way to determine if a spell was cast?
« on: April 06, 2011, 06:57:19 PM »
The first thing that comes to mind, is mana.  But on a wammy/sampire that could be fightning dozens of casters a mana vamp, feeblemind, mana leech from weapon could screw that up.

Right now I'm dealing with curse weapon.

I have a timer for curse weapon, when systime > timer, it casts (If mana > required).  From there my journal subs will find the curse weapon and set the casting active as true & sets a casting timer by systime.  If systime gets greater than the timer, and the following journal entries were not found, it deems the curse weapon as successful and resets the curse weapon timer.  Journal entries that deem curse weapon as a fail would be, Insufficent mana (Mana vamped, or somehow lost it before script casted...), Spell Fizzles (you were mana vamped while casting, paralyzed, or just failed/fizzled).

I thought that I could check for karma loss to tell it that curse weapon was also successful, but if you're killing something like pixies, it could mess with the script...

Anyone else have any other ideas to make it reliable?

8
Scripting Chat / How do you feel about sharing your scripts publicly?
« on: March 27, 2011, 01:02:41 PM »
I'm sure there's a TON of pretty powerful scripts out there, whether they're insane money makers, give an unfair advantage in certain aspects of the game, or just all out cruise control mode useful.  I'm also pretty sure there's a lot of just generally helpful scripts, but don't really fall into the above statement, that aren't shared because people just don't see why they should bother sharing with the general public.

I've been wanting to share my work again, but it either falls into the first statement, or the second.  It's not that I don't like sharing my work with others, but there's people who kind of ruin it for others I suppose, and maybe it's wrong of me to not share with anyone, because of some.  On my shard, there's a lot of people who have a dislike for myself, and direct friends.  Now those players also manage to convince the majority that are aligned with them, to share the same dislike, and in many cases turn it into hatred.  Hand fulls of them use my scripts without knowing, and a decent amount use them knowingly.  There's ones who use my scripts, have thanked me on boards in the past, but also find it necessary to call me a cheater in game (that's wording it lightly.... lol) knowing who I am, but very little about what I do (But still love to make accusations.).

So I'm at the point where "why should I share anything, that they could get their hands on?". 

That's where I stand with my scripts, and the distribution of them.  I'm wondering if there's a pretty decent amount of others who feel the same.  I've been contemplating sharing my current project, but the only reason I can find to do so, is the help I've received here, but I'm not sure it out weighs the fact that I'd be sharing it potentially with the people who are just plain douche bags.

9
Scripting Chat / why dont this work?
« on: March 21, 2011, 07:14:25 PM »
set %h . #charid , gg fart

the above sets %hXXXXXXgg as fart.  (XXXXXX being current charid)

why won't the following set %3 to the value of %hXXXXXXgg??

set %3 %h . #charid , gg

can easyuo not do it like that? or am i doing it completely wrong lol.

10
Hardware Design / Why does my display randomly go CRAZY
« on: February 07, 2011, 03:48:11 PM »
It has not happened in a few days, but sometimes the computer freezes up and then it kicks into a 600x800 16color mode.  I have no idea what to do. All the drivers are correct, and the latest.  I put the computer together, so maybe there's something weird that I did?  Just wondering if anyone seen this.

11
Scripting Chat / Plant script
« on: January 16, 2011, 10:31:44 AM »
I'm working on a plant script, tending, collecting, all the good stuff.  Debating on how far to really go with it, or where to draw the line.  Go all the way, or half way.

A simple one to run every so often when I run out of renewal seeds would be nice, but gosh the setup can be a pain.

Obviously the easy parts that i'll include:
Filling all bowls with dirt
Locking all plants down
Moving plants to the chopable container
Watering the bowls of dirt
Seeding the bows
Tending plants
Collecting resources

I honestly don't wana buy the bowls and go around from NPC to NPC so I'm most likely going to pull the subs out from my shopper, and make it automatically buy/fill the bowls and dropping them off at home after I get the other crap working.

I've got the tending part half way done, just trying to make a few things happen to my plants to write the remaining checks/subs.  All the other subs are simple loops, so I'll do them when I'm ready to test in bulk & need them to prepare.

Anyone have any ideas on what else would be useful?  I think that's about it for the most part.  I'm still reading up information on plants themselves, and any tactics players may have in the whole tending thing to consider into the script.

I know some players already have this, but I'm writing it for some friends that are tired of doing all the bowl collecting, filling, seed planting, watering, locking down, making/buying pots, getting an account to do it on so that someone they know who has a script, can press play for them to tend their plants, and then take the majority of their seeds for their 'services'.  The most annoying part is knowing that some obtained what they shouldn't have, and being the way they are to their 'friends/guild'.  Yes this script will be posted, and freely sent out.  Hopefully once it's done I won't need to maintain it & the public can maintain it, since I lose interest as most know lol...  I'll post my progress once I get the tending part finished, and update from there.

If anyone would like to share ideas feel free.  If anyone actually tends plants and knows some good ways to tend them feel free to enlighten me.  Right now it seems pretty basic.  Find the -/+, apply the correct amount of potions.  Strength potions I don't see where they come in.  I'm thinking apply them only when a plant didn't grow at it's growth cycle?  Maybe a bad fungi/infestation combination?  If anyone has any good links to cover that too, that would be great.

So far I'm grabbing information from:
http://vboards.stratics.com/uo-botany-nutrition/95422-gardening-faq-last-updated-8-15-2008-a.html
http://www.uoguide.com/Gardening


12
Scripting Chat / Large amounts of ignore items.
« on: January 14, 2011, 12:41:18 PM »
Does anyone know off hand if ignoring a ton of items eventually causes speed issues within EasyUO?

I'm working on a script that will be running as much as possible, all day, every day and it crossed my mind.

Thanks.

13
Games & Game Systems / My Darkfall experience
« on: February 09, 2010, 06:31:19 PM »
Okay i'll be writing this randomly as I play tonight!

I started playing it around 6-7PM yesterday.

Just from their webpage & download/installation I knew the game was going to be a bit "cloudy".  There isn't a lot of documentation or information AT ALL on their website.  First I installed the client download because my torrent was getting about 28kbps & would have taken FOREVER.  I installed that to come up to a 9GB patch at about the SAME download speed (28kpbs) as the torrent.  I'm on wireless and when someone plays Xbox or uses their laptops for work/school it knocks my download speed to slow speeds.  I got frusturated and downloaded torrent software rather than letting Opera browser handle it & I was peaking 500kbps download speeds when I found a good movie for everyone to watch (HAHA scammed!!!).

After removing Darkfall & installing the new torrent I STILL had the 9GB patch.  I did it about 3 times before I looked through the files in windows explorer & saw some similarity of file names.  I copied everything from the torrent into the installation and it cut the patch down to about 200MB or something.

As soon as I logged in I unsheathed my sword and attacked the FIRST person I saw!  I couldn't resist I just had to do it!  I already knew the basic controls for that so I did it, went rouge.  The guy turned around and hit me ONCE and I fell over!  Haha.

The battle system I LIKE.  I like how you swing, shoot, cast.  I think that it's great you have to aim arrows/spells.  I do like the fact there isn't a CHARACTER level system.  There seems to be skill levels kinda like uo (I think the cap is 100) and you can gain stats.

PVM is pretty fun because you actually have to do things.  They're smarter than most games in that they'll run away, run you into more monsters, chase you down, hide behind trees to rid your line of sight for bows/casting.  It gets annoying at times when you just want a ton of fast/easy kills though haha.

Skills seem like they will be slow, but seem faster than UO and seem like they for the most part can raise from normal gameplay (At least in combat ones!)

So far my archery is at 24.32 & greatswords is 15.6 which I probably should start raising more of instead of archery since I miss 80% of my shots!!! lol

14
Computer Rigs / Need help getting a new motherboard!
« on: January 04, 2010, 04:59:17 AM »
I'm looking to replace the motherboard so I can use my other computer again.  I found this in my last post as far as what processor I have in it:

AMD Phenom 9500 Quad-core (2.21ghz)

current motherboard:
MCP6P M2+ VER6.1

I checked on a site and there's a few kinds of quad cores and i'm not sure which is which let alone picking the right motherboard!!  All these crazy socket things and all lol.  I'd like to upgrade to one better or so & I dont want the same one considering this one is brand new (from july) and is already dead

i also have kingston memory in it, all it says on label is KVR800D2K2/4GR (2 sticks of that) incase that matters.


15
I wrote a lumberjack script & been running it a lot lately.  It works flawless on my main computer.  As soon as I run it on my other computer it don't work at all. 

The main problem is the tile commands arn't working for some reason.  tile cnt don't return any data at all.

The only thing i can think of is that the other computer is on the LATEST client & easyuo.  The one I'm currently running is on an older client/easyuo.

Does anyone else have problems with tile commands w/ the latest client/easyuo?

Pages: [1] 2 3