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

Pages: [1] 2
1
General UO Chat / What resists make a suit Corpse Proof?
« on: December 28, 2009, 10:24:07 AM »
I am looking for the minimums of each resist to make a corpse proof suit. I just asked 2 different people and got 2 different answers. So who knows for sure?

2
Off Topic / I had a WTF moment today.
« on: July 17, 2009, 06:58:54 PM »
I was at work today and a customer wearing a pink outfit was standing just out of my peripheral view. Before I knew what was going on the following thought went threw my head.

"Pink gate!!! I have to jump that before it drops and hope they don't hear me stealth threw with them before they get into a house"

Ohh I PK way to damn much these days.

 ;)

3
Gold Farming / AFK Silver Farmer
« on: June 17, 2009, 09:23:38 PM »
This is a simple script for farming silver with a hidden naked tamer. It will sit there while your Cu kills silver serpents in blighted. It will recognize if you are taking damage and send back silver and log out. It will log out if any of the named monsters are lured to your hunting grounds. It will check your weight and send silver when you get close to max weight. If you are out of powder it will refill your bag if you have more on you. It will even log you out before server down so you do not lose your pet for lack of loyalty.

4
Script Debug / Need some help making this work properly.... [SOLVED]
« on: June 16, 2009, 11:47:12 AM »
This should be a very simple script and I think I am close but boy not so much on the working part so take a look and please make some suggestions and fixes.
The concept is a very simple one. Have a hidden tamer at the blighted grove serps farming silver. It should check silver vs weight and send silver when you hit the weight limit. It should log you out under the following conditions. If it sees a named monster ,if you take any damage while hidden (earth quake or conflag), if your plain ole dead, and right before server down so you pet doesn't go wild. Under most circumstances yeah your gonna log in dead but the silver should have been sent back to bank before death.

So with out any further ado let me know what I managed to screw up with this one.

Code: [Select]
;======================================================
; Script Name: AFK Silver Farmer w/tamer
; Auther: Deadissue
; Version: 1.0
; Shard: OSI
; Date 3/1/2009
; Purpose: Farm Silver AFK
; Globals: None
;======================================================
; Special Instructions: You will need a hidden tamer
; and a Cu. Set up the silver serps at Blighted and sit
; sit back and collect silver.
;
;======================================================
Set %monster UF_BN_QGB_FB
Set %silver RY_
Set %BOS CKF
Loop:
Gosub Serverdown
If #hits < #maxhits
   {
   Gosub Send_Silver
   Gosub Logout
   }
If #weight >= #Maxweight -50
   {
   Gosub Send_silver
   }
If #charghost = Yes
   {
   Gosub Logout
   }
FindItem %monster G_4
If #findkind <> -1
   {
   Gosub Logout
   }

;=======================================================
;                Gosub ServerDown
;=======================================================
Sub Serverdown
 if #time > 055500 && #time < 060000
    {
       gosub logout
       halt
    }
 Return
 
;=======================================================
;                 Gosub Logout
;=======================================================

Sub Logout
    event macro 8 1
    wait 2s
    contpos 820 0
    wait 5
    click 1030 110
    wait 2s
    contpos 0 0
    wait 5
    click 125 85
    wait 10s
    Halt
    
;=======================================================
;                   Gosub Send_Silver
;=======================================================
Sub Send_Silver
    Finditem %silver c_ , #backpackid
    if #findkind <> -1
       {
        set #lobjectid %BOS
        event macro 17
        target
        if #targcurs <> 1
        set #ltargetid #findid
        set #ltargetkind 1
        event macro 22
       }
return
[code]
[/code]

5
Scripting Chat / Question about loging out??
« on: June 16, 2009, 09:58:24 AM »
Could someone explain to me the different ways to log out of the game in a script.

I will be running multi clients and I do not want to shut down all of them , or shut down EZUO, or shut down all of UO. I just want it to recognize a set of parameters and log that char out of the game when they are reached. So what is the best way to do this.

Thanks

6
General UO Chat / Best Miasma farming technique??
« on: May 28, 2009, 08:23:06 AM »
I am looking to hear from the community about the best method to farm Miasmas. I would love to hear best template advise and if there are scripts that make this AFKable that is great info as well. I would like to start AFK farming them to get ML drops.

7
Scripting Chat / Creating a Pile?
« on: May 13, 2009, 06:18:22 AM »
I am writing a script to farm leathers atm. I have the thing almost in the bag when I hit a wall. So I am asking for the community to help out with this one little part. Mind the fact that this is for Siege and we can not recall or gate from where I am planning on doing this.

What I need it to do is pull the leather out of the already open corpse and place it on the ground next to you. then to continue to place more leather into this pile until the pile is equal to say 59000 leather.

From there I will have it pick up the pile and use the cut leather BOS trick. But my problem is the actual pile aspect. Is this even possible? And if so can someone explain/show me how to do it.

Thanks

8
Scripting Chat / Visual skill timer??
« on: April 24, 2009, 06:14:16 AM »
This many be silly or useless altogether but I will ask anyway.

I was goofing around on a PvP thief the other day (NON PRODO) and was stealing the mages regs while they were going at me. Man was it funny until I messed up my timing and could not seem to get my steals in on a timely manner and promptly died. I was wondering is there anything out there that checks for a skill use like stealing and starts a VISUAL count down timer so when you get to zero you know you can steal based on the skill timer? Maybe used in conjunction with the pen trick as an all in one??

9
Scripting Chat / Detect mount/unmount?
« on: April 14, 2009, 07:45:34 PM »
I know you can write a script that will tell if your poisoned by status but is there a way to check the status of your char as far as if it is mounted or not??

If you can I would want to write a short script for when dismounted hit the ground and it will automatically say all kill. Possibly with a journal scan as to who dismounted you and all kill them.

10
Scripting Chat / And a corpse says what???
« on: March 29, 2009, 01:18:49 PM »
Do all corpses share the same ID??

11
Siege Perilous related / RoT Parry Gainer for Siege
« on: March 22, 2009, 05:26:18 AM »
Just another little something for all those siege players. I want to thank TM and all the other great scripters on this shard for all the help and advise to make this work correctly. It has been updated for all RoT times. If there are any issues let me know.


12
Scripting Chat / sCnt timer questions...
« on: March 20, 2009, 11:12:18 AM »
Okay before I ask my question I will say that I play UO on Siege. We do not use the GGS gain system we use RoT. So gains are as follows:


# Skill points for skills less than 70 points will gain as normal shards.
# Skill points for skills between 70 and 79.9 points will gain a maximum of 5 points per day with a minimum of 5 minutes between points gained. (250 minutes min to gain 5.0 skill)
# Skill points for skills between 80 and 89.9 will gain at a maximum of 4.0 points per day with a minimum of 8 minutes between points gained. (320 minutes min to gain 4.0 skill)
# Skill points for skills between 90 and 99.9 will gain at a maximum of 3.0 points per day with a minimum of 12 minutes between points gained. (360 minutes min to gain 3.0 skill points)
# Skill points for skills between 100 and 109.9 will gain at a maximum of 3.0 skill points per day with a minimum of 15 minutes between points gained. (450 minutes min to gain 3.0 skill points)
# Skill points for skills between 110 and 120 will gain at a maximum of 2.0 skill points per day with a minimum of 15 minutes between points gained. (300 minutes min to gain 2.0 skill points)
# Players will be allowed to gain 15 stat points a day.

So the question is.... I can set up a sCnt timer so that I gain every 5 minutes like this:


  set %timer_delay 60 * 5
  DO EVERYTHING I WANT DONE
  Set %timer #sCnt + %timer_delay
  repeat
  until #sCnt > %timer


but how can I set it up to automatically check your skill level and adjust the proper amount of minutes based on your skill level.

13
General UO Chat / Official Camping Rules?
« on: March 19, 2009, 12:21:25 PM »
Yeah Yeah I know it the most useless skill in the game right or is it?

What are the official rules behind camping? I know you have to use the kindling and wait till you get the your campsite is secure msg$ but really what are the rules behind it. How long does that take and does it get faster with GM skill? Can you log while being attacked?? Seems a great way to avoid death when found afk farming doesn't it? I mean your pet will move as soon as someone comes to close no matter if its a ghost, person, or a stealther so thats the early warning its about to happen. If this is true could you not simply search tile = no pet found goto kindle wait a few seconds then log right out or am I missing something??

Lets hear all the input out there folks.

14
Scripting Chat / What's the deal with trees?
« on: March 15, 2009, 05:27:50 AM »
Almost every scripter that I know of is terrified of trees.

When I say that you must understand that I have been trying for ages to write or get someone to help me with making a gating lumberjack script similiar to the gating mining script. I figure, man how easy can you get, most of the script is done just have to change the mine subs to jackin sub. So I guess I am wrong. Someone tried to tell me that finding the ID's of trees is very hard not to mention getting it to find and hit each of them. Is this true or false??

Basically what i'm looking for here guys is some one to explain in detail the process of walking up to a tree and using an axe on it to get logs. I swear this sounds simple enough but not one scripter that I know is able to do this.

15
Siege Perilous related / RoT Weapon Gainer for Siege
« on: March 03, 2009, 06:54:43 PM »
Again I am just a beginner so please be kind. I have put this together to work any of the combat skills as long as you have the ability to summon a deamon. If there are any flaws by all means toss me a bone and help a brother out. It may not be elegant but it gets the job done.

Code: [Select]
;======================================================
; Script Name: RoT Weapon Gainer on Siege w/Magery
; Auther: Deadissue
; Version: 1.0
; Shard: OSI Siege
; Date 3/1/2009
; Purpose: Gain Weapon Skills when in RoT
; Globals: None
;======================================================
; Special Instructions: Make sure your magery is high
;  enough to summon and wear a LRC suit. Make sure to
;  change the #skill to your max possible skill after
;  all of your Rot gains for the day. If you use this
;  in a house it will attempt to hide you after gaining.
;  And lastly when you advance from 5 to 8 to 12 to 15
;  minutes simply change the wait 300s in the last line
;  to 480s,720s,900s respectively.
;
;======================================================
loop:
event macro 15 60
wait 5s
msg all follow me $
wait 1s
msg all follow me $
wait 1s
finditem ID
set #ltargetid #findid
msg all stop $
wait 1s
msg all stop $
wait 1s
msg all stay $
wait 1s
msg all stay $
wait 1s
event macro 27
wait 5s
exevent popup #findid
wait 1s
click 39 163
wait 5s
chooseskill swords ; or any combat skill you are working
if #skill = 750 ; change this based on what your max ROT of day will be
   Halt
event macro 13 21
wait 300s ; change this based on your RoT timer.
goto loop

Pages: [1] 2