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

Pages: [1]
1
Freeshard specific scripts / Re: Heartwood Fletcher Quest for Bolts
« on: September 14, 2017, 02:30:21 PM »
Thanks. I'll try that next round. Giving up for a bit. I kinda think my shard has a lower drop rate on runics. 10k bolts 4 runics (1 yew, 3 ash). Gonna make something with what I have.

2
Freeshard specific scripts / Re: Heartwood Fletcher Quest for Bolts
« on: September 14, 2017, 09:37:24 AM »
Not sure if that would work since its the script thats sending the talismans to the trash? Would have to modify the script in a way that it would keep the talismans instead of trashing them.
(this is a pure un-educated guess) lol

3
Freeshard specific scripts / Re: Heartwood Fletcher Quest for Bolts
« on: September 13, 2017, 08:47:40 PM »
First and Foremost thank you for this script. It's working like a charm.

For those asking about Talismans. By all means I am not good at this. But I did manage to get it to save some talismans. The problem is it's only saving the snake headed talismans. I cannot get it to save the cross, the trophy or the circle one. And I only managed this by somewhat understanding the code and adding a few lines. If I can figure out how to save the other talismans I'll post it. Or if someone else would like to chime in that knows more then me (shouldn't be hard lol).


BTW I didn't want to do to much manipulating so this drops talismans (the snake headed ones) into the rare recipe bag and counts it as a blighted longbow. The addition should be obvious as it starts with Talisman.

Code: [Select]
if Heartwood , #spc , Runic in #property
{
exevent drag %findid 1
wait 6
exevent dropc %Runicbox
wait 6
set %Heartwood %Heartwood + 1
return
}
if Talisman in #property
{
exevent drag %findid 1
wait 6
exevent dropc %RareRecipebag
wait 6
set %Blighted %Blighted + 1
return
if  %recipesuccess = true
{
exevent drag %findid 1

4
New member introductions / Re: Hello
« on: September 06, 2017, 08:33:32 PM »
Sounds good. To put it more detail.

I start UO when T2A was still fresh. Not many people would venture to far into dungeons like Ice and Fire. There was no Trammel or Felucca (until the end of my stint). There wasn't much in the way of itemization. Valorite was just a rare color you could be seen in. Still you could always find something to do. My favorite char was a theif happily named "Look I'm Naked". He was the terror of Brit. Using all kinds of cons, trapped boxes and all around sneakyness to kill people or turn them into criminals for guards to kill. And since I was naked except for my handy dandy dagger I never had anything to lose.

I have since quit UO but I find myself playing on freeshards every now and again for nostalgia reasons. Can't help but want to do a treasure map or a champ. Hell I am sitting at this very moment watching an IDOC while I work. This is the reason I said I can't wait for Aria since its looking like a UO clone. I may find myself playing a MMO full time again.

When I quit UO I went to EQ (like most of the population). I played there for years as a guild leader, raid leader and had various other serverwide/gamewide achievements for kills, leveling etc. I was a top 10 monk on my servers for years.

I gave up playing MMO's because they are so time consuming, except my ventures into UO where I can script/macro while I work. I've played a ton of them though. EQ2, Aion, WoW, Rift (for years), Conan, GW2, FFXIV, Planetside, Elder scrolls etc. I love meeting like minded people in these games. Alas as I said they are very time consuming and it takes away from real life. So I moved to console gaming. Currently playing the expansions for Witcher 3, just finished Horizon Zero Dawn (VERY good game) and looking for to its DLC.

I think that about wraps up how much of a nerd I am. As for myself. I live in Florida. I'm an autocad technician so I'm basically drawing things in CAD at home all day. And I'm trying to get prepared for hurricane Irma lol.

If you have any questions feel free to ask.

5
Freeshard specific scripts / Re: Heartwood Fletcher Quest for Bolts
« on: September 03, 2017, 09:30:02 PM »
So how long does it take to get accepted? I'd like to try this script.

6
New member introductions / Hello
« on: September 02, 2017, 08:14:57 PM »
Old school UO player here eagerly awaiting Legends of Aria =P

Pages: [1]