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

Pages: [1]
1
how  to config this script , and take quest item ?

2
UOMaddogs' Script Library / Re: Maddog's Jhelom Farm Taming Trainer
« on: January 17, 2015, 01:06:37 PM »
Gimlet is correct - OSI does have a confirmation gump to confirm pet release.
Use exevent popup to bring up the gump, then use the click-offset to select... Here's part of one of my tamer's scripts that deals with that:
Code: [Select]
finditem GZ G_1 ; GZ will of course be whatever the item type is for your pet...
set #lobjectID #findID
set %pet2 #findID
exevent Popup %pet2 10 10
wait %waitA
set %xoffset #CONTPOSX + 43
set %yoffset #CONTPOSY + 182
click %xoffset %yoffset
wait %waitA
set %xoffset #CONTPOSX + 35
set %yoffset #CONTPOSY + 90
click %xoffset %yoffset
wait %waitA

* yes when i said name  release got a popu ,

so i use the part of your script  in this one , that wrok perfectly :) thanks so much

3
UOMaddogs' Script Library / Re: Maddog's Jhelom Farm Taming Trainer
« on: January 15, 2015, 01:13:29 AM »
does someone can update it ? i am learning new about scipting myself .. so that some hard modify with the information :)


yes it's an osi needed a confirmation to release

4
UOMaddogs' Script Library / Re: Maddog's Jhelom Farm Taming Trainer
« on: January 09, 2015, 02:33:23 AM »
hello , i wanna do this script , but , when he want release the pet , i got a screan asking me if i am sur to release . the script don't said ok  and try to cast spell but the pet isnt release

5
New member introductions / hello scripting
« on: January 08, 2015, 06:36:56 AM »
hello  every one , i am 31  from belgium .

i started uo at begining , stop and restart again .  doing a lot of different game this one is and will be the best one i ever play .

i have  already used scriptuo  . I come back on  a free shard "excelsior" only pvm  no skill cap , and wanna come back on the community  using script and help :)

in real life , i work in amusement park in the warehouse backstage .

nice to come back  in community

Pages: [1]