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

Pages: [1] 2 3 ... 7
1
Razor Enhanced / Re: Can someone take a look at this for me?
« on: April 02, 2024, 02:39:27 PM »
Yeah thats what Im wondering as well. Im pretty sure he did a python version..  Ill find it and post so we can compare..
  He did have this seperate. Would this be pasted at a particular spot, or called upon during the script?\

https://github.com/matsamilla/UO-Steam/blob/master/Sailing/Profile%20Macro%20List

2
Razor Enhanced / Re: Dead already?
« on: April 02, 2024, 04:20:09 AM »
  if anyone is still needing the homepage address.

https://razorenhanced.net/

3
Razor Enhanced / Re: Can someone take a look at this for me?
« on: April 02, 2024, 04:17:21 AM »
I was able to get a temporary macro working so im semi up and running. Id still be very interested in something like this if someone can ever help me tackle it lol.  Thanks gang

4
Razor Enhanced / Re: Can someone take a look at this for me?
« on: March 29, 2024, 09:44:48 AM »
Looks like hotkeys are being called for sailing, maybe start by checking macro setup.
Thanks. I have a friend who says its working fine for him. Looking at this, i feel the same as you. Seems something is just missing on my end. Ill check in to where i sourced this and see if i can find any documentation.   

5
New member introductions / Re: Howdy Howdy
« on: March 28, 2024, 07:37:24 AM »
I was torn between outlands and UO Forever. Im glad i chose forever. Its not quite as packed but is well populated. It also keeps the UO feel to it. Welcome to the board!

6
Razor Enhanced / Can someone take a look at this for me?
« on: March 27, 2024, 04:00:40 PM »
Trying to get a fishing script up and running over here on UO Forever. The thing is fishing just fine but once it runs out and the "fish dont seem to be biting", it just sits there and does not move the boat as advertised. Anyway i thought id throw it out there for someone that might be bored lol.  Thanks all.

@clearlist 'mobsound'
@createlist 'mobsound'
@clearlist 'attack'
@createlist 'attack'
@clearlist 'scan'
@createlist 'scan'
@clearlist 'skin'
@createlist 'skin'
@clearlist 'drive'
@createlist 'drive'
//* SETUP **
pushlist 'mobsound' 'yes' // yes for mob sound, no for no sound.
pushlist 'attack' 'yes' // yes to attack, no for no attack
pushlist 'scan' 'yes' // yes to scan the horizons
pushlist 'skin' 'yes' // Will skin & re-open nearby corpses
pushlist 'drive' 'yes' // yes to drive boat
//**
if not timerexists 'Sound Timer'
  createtimer 'Sound Timer'
  settimer 'Sound Timer' 15000
endif
if not timerexists 'Bandage Timer'
  createtimer 'Bandage Timer'
  settimer 'Bandage Timer' 10250
endif
// If we are poisoned or don't have full health
while poisoned 'self'
  autotargetself
  cast 'Cure'
  pause 2000
endwhile
while diffhits > 30 and not dead
  autotargetself
  bigheal
  pause 1500
  if not @findobject 'lefthand'
    equipitem 'bow' 2
  endif
endwhile
if not @listexists 'xaxis'
  @createlist 'xaxis'
  @pushlist 'xaxis' 3
  @pushlist 'xaxis' -3
endif
if not @listexists 'yaxis'
  @createlist 'yaxis'
  @pushlist 'yaxis' 3
  @pushlist 'yaxis' -3
endif
if not listexists 'fish'
  createlist 'fish'
  @pushlist 'fish' '0x9ce'
  @pushlist 'fish'' 0x9cf'
  @pushlist 'fish' '0x9cc'
  @pushlist 'fish' '0x9cd'
endif
if dead
  stop
endif
if not @findobject 'bow'
  promptalias 'bow'
endif
if not @findobject 'pole'
  if @findtype '0xdbf' 'any' 'backpack' 'any' '3'
    setalias 'pole' 'found'
    pause 600
  else
    msg 'No Poles'
    playsound 'error.wav'
    pause 10000
  endif
endif
for 0 to 'xaxis'
  for 0 to 'yaxis'
    while not @injournal 'biting' 'system'
      // If we are poisoned or don't have full health
      while poisoned 'self'
        autotargetself
        cast 'Cure'
        pause 2000
      endwhile
      while diffhits > 30 and not dead
        autotargetself
        bigheal
        pause 1500
        if not @findobject 'lefthand'
          equipitem 'bow' 2
        endif
      endwhile
      // Skin serps
      if @inlist 'skin' 'Yes' or @inlist 'skin' 'yes'
        if @findtype 0x2006 'any' 'ground' 'any' 2
          usetype 0xf52
          waitfortarget 3500
          target! 'found'
          pause 600
          useobject 'found'
          ignoreobject 'found'
          unsetalias 'found'
          pause 600
        endif
      endif
// Scan the Horizons
      if @inlist 'scan' 'Yes' or @inlist 'scan' 'yes'
        msg 'scan the horizons'
      endif
      if not @findobject 'lefthand'
        equipitem 'bow' 2
      endif
      // Reset pole
      if not @findobject 'pole'
        if @findtype '0xdbf' 'any' 'backpack' 'any' '3'
          setalias 'pole' 'found'
          pause 600
        else
          msg 'No Poles'
          playsound 'error.wav'
          pause 10000
        endif
      endif
      @canceltarget
      @useobject 'pole'
      waitfortarget 2000
      targettileoffset! 'xaxis[]' 'yaxis[]' 0
      pause 500
      if not @injournal 'biting' 'system'
        pause 7750
      endif
      //Cheer
      if @injournal 'pull a bottle' 'system'
        clearjournal
        headmsg 'GOT ONE'
        if @inlist 'mobsound' 'Yes' or @inlist 'mobsound' 'yes'
          playsound 'cheer.wav'
        endif
      endif
      if @injournal 'mess' 'system'
        clearjournal
        @usetype! 0xdd6
        pause 1000
        @usetype! 0xdd6
        pause 1000
      endif
      if @injournal 'closer' 'system'
        clearjournal
        resync
      endif
      //fishing cleanup
      if weight >= maxweight
        for 0 to 'fish'
          while @findtype fish[] 'any' 'backpack'
            usetype! 0xf52
            waitfortarget 1000
            target! 'found'
            pause 600
          endwhile
        endfor
// adds to fishsteak pile on floor
        if @findtype 0x97a 'any' 'ground' 'any' 2
          movetype 0x97a 'backpack' 'found'
          pause 600
        else
          //starts fishsteak pile on floor if doesnt exist
          movetypeoffset 0x97a 'backpack'  'ground'
          pause 600
        endif
      endif
      //end fishing cleanup
      if not @findobject 'lefthand'
        equipitem 'bow' 2
      endif
      //attack sea serp
      getenemy 'enemy' 'criminal' 'gray' 'closest'
      while @inrange 'enemy' 10
        if @inlist 'mobsound' 'Yes' or @inlist 'mobsound' 'yes'
          if timer 'Sound Timer' > 10000
            playsound 'bell.wav'
            settimer 'Sound Timer' 0
          endif
        endif
        // Attack!
        if @inlist 'attack' 'Yes' or @inlist 'attack' 'yes'
          attack! 'enemy'
        endif
        while poisoned 'self'
          autotargetself
          cast 'Cure'
          pause 2000
        endwhile
        while diffhits > 30 and not dead
          autotargetself
          bigheal
          pause 1500
          if not @findobject 'lefthand'
            equipitem 'bow' 2
          endif
        endwhile
      endwhile
    endwhile
    clearjournal
  endfor
endfor
if @inlist 'drive' 'Yes' or @inlist 'drive' 'yes'
  msg '[e whistle'
  pause 350
  for 0 to '3'
    msg 'Back One'
    Pause 350
  endfor
  for 0 to '6'
    msg 'Forward One'
    Pause 350
  endfor
  for 0 to '3'
    msg 'Left One'
    Pause 350
  endfor
  for 0 to '6'
    msg 'Right One'
    Pause 350
  endfor
  msg 'Forward'
  pause 4500
  msg 'stop'
  playsound 'pssst.wav'
endif

7
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: March 26, 2024, 07:36:59 PM »
Geez I miss this one. Im playing on UO Forever now and trying to deal with Razor is a pain lol.. I miss the good old days!

8
General UO Chat - Freeshard edition / UO Forever
« on: February 07, 2024, 01:46:05 PM »
 Hey gang. Finally started playing again on UOF. I was wondering if anyone else was here or if any of our tools worked over there. I honestly havent tried. I hope everyone is well. Cheers!!

9
ScriptUO Application / Re: Returning player
« on: October 10, 2023, 07:09:46 AM »
Try this and let me know!


http://www.easyuo.com/cheffe/euo336.zip


and for the mul files try this


https://app.box.com/s/qa9psvwsoosbtrx1yb8un4cci7280g0d


Thanks so much. I was able to get the files!!

10
ScriptUO Application / Re: Returning player
« on: September 03, 2023, 09:13:42 AM »
No luck. The admin@easyuo email isnt working either..  who knows

11
ScriptUO Application / Returning player
« on: July 09, 2023, 10:28:11 AM »
 Hey gang its been a long long time lol. I am going to be playing again so i thought id drop by. The only issue i ran into was I cant recover my EUO account to download the current build. The site also isnt allowing me to make a new account. Its not sending emails out for verification. Is there an alternate location to download the client?  Thanks for any help.

12
Site News / Re: Halloween 2016 - RebirthUO-style!!
« on: October 30, 2016, 05:59:23 AM »
Man right after I get settled into another game again , i got the link in the mail today lol.  Might have to come check out the modifications you guys have made over there.

13
RebirthUO News / Re: 1.16.2 Release
« on: January 30, 2016, 12:05:11 PM »
Well Im back to gaming again. I may log in and check things out.  Had a good time last time i played. Really looking for high seas though!

14
General UO Chat / Re: Mining Tur Mur
« on: April 29, 2015, 07:42:19 AM »
I'm putting one together now.  Also, with upcoming changes to EasyUO, you should be able to dust off the old scripts since tiles may start working again soon!

Interesting

15
New member introductions / Re: Little introduction about myself.
« on: April 26, 2015, 02:47:46 PM »
Welcome to the board!!

Pages: [1] 2 3 ... 7