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 - Alex Mars

Pages: [1]
1
Script Debug / Re: Problem with looting script
« on: May 01, 2012, 12:46:42 PM »
Ahh, thank you all for your clear explanations! I'm always a bit hmm.. reluctant? using other scripts. More fun trying it for myself, even if i reinvent the wheel. Looking at "claw" and that sub 12timesover wrote, those are nifty! Much to learn here, just from stepping through, thanks again.

Alex

2
New member introductions / Re: Heya all!
« on: May 01, 2012, 12:18:09 PM »
As 12x^ has already stated there are a lot of us that are over 40, but welcome to the site. Where are you from if english is not your first language?

Austria, Masscre. Alps, to be exact.

Post Merge: May 01, 2012, 12:24:45 PM
Thank you all for the warm welcome! Good to see that many people have kept their passion for that old gem uo over the years!

Alex

3
New member introductions / Heya all!
« on: April 30, 2012, 08:46:00 AM »
As 12TimesOver pointed already out, one can post here without introduction, but that thread gets locked.  ;D Well, I'm a technician irl and as you all know, we never read any instructions, operating manuals, user's guide and such things. We just do it. Sooo... I'm sorry if I made a mistake here and will try to introduce myself now.

Playing UO since the very beginning, not beta, but joined as soon as atl opened. I still remember my phone bills from that time, uhoh, really over the hill. After AoS I left the original for a freeshard. I still maintain one OSI acccount, but I rarely log into my old shards. The old friends are long gone anyway. :(

Over the years interests change, for me it was pvm, pvp, and is now rp (on freeshard). Strange enough, the few hours on OSI shards I dont really play, I test several scripts, snippets and such. More fun for me.

Currently dabbling with LUA, new thing for me. OEUO looks promising so far, we'll see.

I'm well over 40 (sshhh!) and work as maintenance technician for ndustrial robots.

And as you may have already noticed: English isn't my first language, not even the second. So if you find any spelling errors, you may keep them :P

So, thats enough boring stuff from me, back to UO. Public holiday tomorrow here, and hopefully enough time to test some things out.

Bye for now,
Alex

4
General UO Chat / Re: Heartwood Results Thread
« on: April 30, 2012, 03:28:23 AM »
Today used 12k lumber recieved

2 Yew
2 Oak
5 Ash

Over 22 talismans of either slayers or over 25 intensity for craftsmen - was very impressed with that!

Lucky guy! Yesterday 10k boards, footstool quest, 1(one!) ash saw, else only crap.

5
Script Debug / Problem with looting script
« on: April 30, 2012, 03:24:10 AM »
Hello guys,

I could use some help here. Basically I want pickup everything from a corpse from a monster I kill. I run my lil script, it opens corpse... and nothing. If I wait 2..3 mins, so the corpse goes public it loots the corpse clean as intended. What did I wrong?

Code: [Select]
start:
finditem YFM G_2
if #findid <> x
   {
   ignoreitem #findid
   gosub body
   }
goto start:
 
sub body
;set %body #findid
set #lobjectid #findid
nextcpos 15 15
event macro 17
wait 15
finditem * C_ , %body
for %i 1 #findcnt
{
finditem * %i C_ , %body
event drag #findid
if #findstack > 1
   msg $
wait 10
click 155 770 p
ignoreitem #findid
wait 15
}
return

Thanks in Advanche!

Pages: [1]