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

Pages: [1]
1
Inactive Submissions / Sampire Medusa Rare Egg Collector
« on: April 08, 2010, 04:15:11 AM »
Alright, I made this scripts  rail system that isn't that great but works ( I am currently trying to learn how to work trailmyx's rail engine but its being very complicated with me, but I'll change when I figure it out) but the script will run around the medusas lair (north of the alter). Use a sampire that likes to whirlwind cuz thats how you stay alive =). but the script will run around and click all the snake nests looking for eggs and cast close wounds at the same time just so you don't get your hand stuck to often.  This may be a lil obvious but I have ran it past few days and no one can tell except they think your an ass hole lol... and slander the way you collect eggs hehe

2
Scripting Chat / Is there a way to find an item and then walk to it?
« on: April 07, 2010, 05:58:09 AM »
Basically I am really curious if its possible to walk to an item while scripting? I have only used pathfinding so far and it always runs. But I did read that trailmyx's rail engine is possible to do that but I believe it only walks to the waypoint to get to my saved point? or is that where the label comes into hand and can help me out? I am very sorry if someone feels this is out of my league but its currently what I am interested in  :D

3
Script Debug / Is there a better way I can do this?
« on: April 04, 2010, 08:44:46 PM »
This actually works but I was wondering if there was something I can change to not path find my monster as much but still stay on it? or just even make it better! I get the message "Can't get there" when the monster dies.

SUB CHECKFORENEMIES
finditem abc g_10
if #findCnt > 0
{
set #lobjectid #findid
SET %q #findid
  event macro 27
  wait 5
  REPEAT
  finditem %q
   event pathfind #findx #findY
     event macro 27
     WAIT 5
until #findCNT = 0
GOSUB FINDCORPSE
}
GOSUB PRIMARYLOCATION
RETURN


4
General UO Chat / A small bug =)
« on: March 11, 2010, 02:09:21 PM »
This may be intended but probably not if you have a gargoyle and start fighting navrey and they web you... just deflight and start flying again and your unstuck a lot quicker than waiting and getting smashed by navrey. Hopefully this will be usefull for some people on smaller shards

5
Scripting Chat / Help
« on: September 04, 2009, 02:41:24 AM »
I don't think i"m getting this I have tried with several scripts but I cant seem to get scriptuo to run a script...
I have put scriptuo and easyuo and all the scripts within the same folder but still no luck... and Im not using razor or uoa could someone gimme a hint?

6
Games & Game Systems / Halo 3
« on: August 12, 2008, 11:07:32 PM »
I play halo 3 as well but i still prefer call of duty four and cant wait for the new gears of war to come out and damn that reminds me a new call of duty is coming out this fall! lol

7
Games & Game Systems / Call of Duty 4!
« on: August 12, 2008, 11:06:42 PM »
Call of duty four is so bad ass if anyone plays pm me =)

8
New member introductions / Jack
« on: August 12, 2008, 10:50:16 PM »
Hey I found this website on another scripting website of course but! I play on lake superior right now =)

Pages: [1]