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 - m3lgar

Pages: [1]
1
New member introductions / Hi everyone!
« on: December 11, 2021, 06:46:11 AM »
Hi there guys,

Just wanted to say HI!. I found this community by coincidence. I am 33 years old and I ve been playing UO for around the last 20 Years (Not year by year) I like scripting and playing with UO scripts a lot.

I wanted to download an attachment and then little by little started discovering how this community works (yes, I am a bit lazy - apologies for that)
I dont like playing much videogames, I consider nowadays all videogames are pay-to-win or easy for a person to just complete it and buy the next one. Thats exactly what I love about Ultima Online, you can go as far as you want, and there is pretty much no limit.


I am from Spain although I live in Malta at the moment and live in GMT hours - Will be sharing some scripts with the community, hopefully they are worth it!

If you ever need anything from me, you can also reach out to my e-mail, although I dont think I will be the most skillful guy around.


Thanks everyone!
Melgar


2
UOSteam scripts / UOS Script for CARPENTRY, BOWCRAFTING, CAMPING TRAINER
« on: December 11, 2021, 06:40:01 AM »
if not @findalias 'Saw'
  promptalias 'Saw'
endif
if not @findalias 'Dagger'
  promptalias 'Dagger'
endif
if not @findalias 'Food'
  promptalias 'Food'
endif
if not timerexists 'finishMacro'
  createtimer 'finishMacro'
endif
settimer 'finishMacro' 0
clearjournal
if counttype! 0x1bdd 'any' 'backpack' < 1
  organizer 'RestockContainer'
  pause 1000
endif
useobject 'Saw'
pause 870
msg '[menuresponse 1'
msg '[menuresponse 1'
while not @injournal 'You create the item' and not @injournal 'You fail'
  headmsg 'Waiting for Board!'
  if timer 'finishMacro' >= 30000
    replay
  endif
  pause 500
endwhile
pause 500
clearjournal
if not @findtype 0x1bd7 'any' 'backpack'
  replay
else
  useobject 'Dagger'
  waitfortarget 1500
  targettype '0x1bd7'
  pause 1000
  msg '[menuresponse 1'
endif
while not @injournal 'You create the item' and not @injournal 'You fail'
  headmsg 'Waiting for Kindling!'
  if timer 'finishMacro' > 30000
    replay
  endif
  pause 500
endwhile
pause 500
clearjournal
while @findtype 0xde1 'any' 'backpack'
  usetype! '0xde1'
  headmsg 'Kindling found'
  pause 1000
endwhile
useobject 'Food'
waitfortarget 1000

Post Merge: December 11, 2021, 06:42:26 AM
let me know any question :)

3
Submit your Script / Re: Minerador - AFK mining script that uses recall
« on: December 11, 2021, 06:38:43 AM »
Nice +Rep.
  I cant see the attachment :(

Pages: [1]