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

Pages: [1]
1
Questing / Re: Gen's Library Donations
« on: September 10, 2011, 09:45:29 AM »
Ok there were 2 instances where it needed to be changed,
1st

if #FINDREP <> 255
{
   ignoreitem #findid 3
   goto findvendor
}
set %vendorid #findid
event Property #findID
if %vendorname notin #property || quest in #property || banker in #property || minter in #property
{
   ignoreitem #findid 3
   goto findvendor
}

and 2nd

if #findrep <> 255
{
   ignoreitem #findid player
   goto donate
}
event property #findid
if #property = $
   goto donate
if %donate notin #property

Working great now...thanks for the information!

2
Questing / Re: Gen's Library Donations
« on: September 10, 2011, 09:27:18 AM »
Khameleon I think that was the wrong link to the other post if your referring to C2's where I was having similiar issues. I still need to test...

Homario from what I'm being told they changed the findrep from 7 to 255. You nee to go through the script and find all instances of findrep 7 and replace it with 255.

Try that and see if it works!

If not come back here and maybe one of our Jedi Master's can narrow it down. :)

Thanks I will give it a shot.

3
Questing / Re: Gen's Library Donations
« on: September 10, 2011, 09:09:17 AM »
Anyone having an issue with this script after the last round of patches?  Mine can not seem to find the vendor.  I have checked the vendor type and it seems ok.  Any thoughts?

check out this Post

I guess I should have been clearer...The script was working great before the patches, now I can no longer find/locate the vendors who sell the axes, nor can I locate the turn in vendor.  My character will recall to the correct location but is unable to find the vendors.  I have the vendor type set at IS_HS but am unable to find them. 

I have always been unable to find/locate gargoyle vendors, now I can not locate any vendor.

I do have the turn in vendor's name correct.

4
Questing / Re: Gen's Library Donations
« on: September 10, 2011, 06:19:52 AM »
Anyone having an issue with this script after the last round of patches?  Mine can not seem to find the vendor.  I have checked the vendor type and it seems ok.  Any thoughts?

5
New member introductions / Re: New to Script UO
« on: August 02, 2011, 06:17:26 AM »
Thanks for the welcome...I'll be trolling around.

6
New member introductions / New to Script UO
« on: August 02, 2011, 05:02:10 AM »
Hi All,

Was just given the site information and it looks great!

I've been playing for 12 years now and script only to work skills because it is so tedious and time consuming.  I am a casual player and don't have the time nor the patience to work skills anymore.  With the new changes the last patch it's time for me to rebuild characters and suits.  I do not want to waste my play time skill grinding again.

I play multiple shards in the United States and that's why I'm always working skills.  I play only for PvP.

I have been a member of easy UO for years and am looking to build my script library and repair old scripts that no longer work.

I have heard great things about the site and am looking forward to becoming a member.

Thanks

Pages: [1]