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 - The Ghost

Pages: 1 ... 102 103 [104] 105 106 ... 117
1546
Scripting Chat / Re: System Variable
« on: June 28, 2013, 05:54:34 AM »
#BACKPACKID is a system variable setup from EasyUO, but %BACKPACKID is a user variable that YOU must initialize.  Why are you using #BACKPACKID?

Every time I  have to search my backpack  I use it. 
i.e. finditem HTD_UDF  C_ , #backpackid  ; Look for SOS   


1547
Scripting Chat / System Variable
« on: June 27, 2013, 08:25:32 PM »
I have run into little problem because I uses the wrong variable sometime.   I'm trying to understand why.  I have read the tutorial and start cleaning and rebuild my old script.


1) finditem %itemA C_ , #BACKPACKID    ( this work every time)

2) finditem %itemA C_ , %BACKPACKID   ( this one to so good)

This work great for casting spell
Code: [Select]
checkHP:
if #hits < 120
{
    wait 20
    event macro 15 28 ; greather heal
    target 3s
    event macro 23 0
    goto checkPH
   }

this doesn't work
Code: [Select]
sub recallhome
    set %runebookID %book     ; book to recall home
    finditem %runebookID C_ , %backpackid
    set #ltargetID %runebookID
    set #ltargetkind 1
    wait 2s
    event macro 15 31  ; Recall Spell
    target 1s
    event macro 22 0  ; Last target
    wait 5s
Return


But if I do this, it work perfectly to recall of a book.   
Code: [Select]
sub recallhome
    set %runebookID %book     ; book to recall home
    finditem %runebookID C_ , %backpackid
    set #ltargetID %runebookID
    set #ltargetkind 1
    wait 2s
    event macro 15 31  ; Recall Spell
    wait 1s
    target
    event macro 22 0  ; Last target
    wait 5s
Return


So what the difference between those target wait.


and is this proper coding
Code: [Select]
sub unloadmainpack
repeat
finditem %leather C_ , #backpackid
    IF #findkind <> -1
       {
        exevent drag #findid #findstack
       exevent dropc %secure
        wait %lwait   ; 1s  wait
        }
     until #findkind = -1
Return

Thx

1548
Scripting Chat / Re: Need Script of Mining!
« on: June 27, 2013, 07:25:49 PM »
Hello, I need a script will see mining, i use the Spweyrunebook, it seems rather slow and minerals not register well ... I was wondering if someone could help me or make me some simple script several runebooks or updated for the latest version of the UO. : S
The script version I use is for the client 5.0.1c
PS: I have no knowledge of language to try to make or modify the script: S and what serves me and found  :'(
Please Help me!!  :-[

I has been using this for several years and still love it.  Can you tell me what wrong with it and did you read the forum, It will be easier to get help from it original post.  First of all, this version have a few modification.

1) line  342 /343/363 and all other
 Gosub waitForSysVar contSize <> 530_497 30             ;;;;;;  Modified form 530_507


1549
C_2,    If I recall right you have a dungeon fishing, I  haven't seen the crab one.  Must be a elite version.

1550
The one I love to use was from EasyUO,  OpenUO    No often to you guy. Both of them give me lot of crab. 

1) Cerberus's crab/lobster fishing   This one required a Tokono Boat and row boat. This one can run over night or until cargo hole is full
https://www.easyuo.com/forum/viewtopic.php?f=38&t=45031&sid=f5df73fcb795b6b00bdf4f55385a0a86
or

2) Zarobs Crabl      This one required row boat and pack horse.   This one run until packhorse full.
https://www.easyuo.com/forum/viewtopic.php?f=38&t=45152

Hope that help you TM. 

1551
Welcome to the community.  Join the rest of the junky :)

1552
Scripting Chat / Troubling question
« on: June 25, 2013, 05:22:36 PM »
I have a few questions that I can't seen to find answer for. 

1) Why is the Crafting menu change location even if I'm not touching the mouse while running script.  It happen with s7BodFiller for example and some of mine.

2) sometime tool are still appear on screen ( in backpack) but if I refresh my backpack, the are gone. still cause script to assume that I still have tools.   I notice with this one, XIIxOveR's Cartography Trainer 3.0   Do ai required to DC the pack at regular interval. 

3) thx answer.

1553
General UO Chat / Re: Housing Transfers
« on: June 25, 2013, 04:39:30 PM »
I believe you need an empty account, because u can't hold two house at the same time. If you do accept, that will condemn your house.

1554
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: June 24, 2013, 04:49:32 PM »
I think I've got all my little tweaks done to make the script more High Seas aware.  Probably post sometime this week.

Next will be automating the fish mongers questing...

I have try to get sub for sailing around the recall location. But I got in lot of trouble, getting it to go 100% of the time.  I think I even ask for help we years back for that.   Good luck, sure you have the potential to make something.

1555
D.   

Your suit can be as simple as,  Mace & Shield, and 5 pieces of studded armors for extra LMC.  Now this is where the thinking cap come on.  Should I use 1)  Barded Leather or 2) Normal Leather and enhance after. I'm thinking of going with #2.  Lot of possibility armor suit now. 

1556
WoW.  I'm on my way to the pool with little one, but I will try that for sure, because I'm in  need of Claw.   The other way I got mine was to do the Abyss champ in Fel. 

We were trying to get those Stealth Cloak, but that slow.  As for your mini-champ, wear a Flame talie, that will take care of the elemental and only need to use a Cold Radiant and Double axe Deamon.   

 Here the kicker now, with the new weapons and armors change, if you have the right suit, HSL is not required on weapon,   I not longer  imbue HSL on my new weapon and never lost STAM/DEX.   

1557
Feedback / Re: ScriptUO is Great
« on: June 19, 2013, 04:38:17 PM »
I know this site and you guy are the bomb, but my brain can't understand the next step of scripting.  I try to build sub with %1  %2   with he mini sub of TM. I got lose and don't work.  But I'm still trying.  I have 2 little scripts that I use often for me and hope to clean them better.    I love and like how the help go around. 

1558
New member introductions / Re: Hello from Lake Austin
« on: June 18, 2013, 04:41:41 PM »
I started build  some Characters on LA.  Started with nothing again.  Never knows maybe the shard will pick up again.   The hardest is to found PS and shop for stuff.  Search UO doesn't seen to work for this shard.  Welcome to SUO.   

1559
Scripting Chat / Re: Need help
« on: June 15, 2013, 07:32:28 AM »
How got the magic ball so we can help him. 
Have you switched to Windows 7? If so you will need to run EUO as administrator for it to work.

1) start UO ( will start by default as admin)
2) right click on EUO, run as admin
3) try to run a simple script

NOte: run any other program the same way ( right click, run admin)

1560
New member introductions / Re: Introduction: littlefinger
« on: June 15, 2013, 07:25:34 AM »
Nice Intro Welcome to SUO, 

I can relate with the kid, I have  27 Months son, that required all my attention,  This group have allow me to spend time with him, while playing the game.  Enjoy and browse the site.when you have a chance.   

Pages: 1 ... 102 103 [104] 105 106 ... 117