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

Pages: [1] 2
1
I moved the whole easyuo dir to the C:\  and then it loaded up fine. Thanks for the Help Cerveza! Oh and I also set Easyuo to run as Admin.

2
Has any one had an issue with trying to load their config file? I use win 7 and am not sure if that has anything to do with it. When I try to load it it give me "Error loading configuration file" in the status bar.

3
Off Topic / Re: Freeware Programs
« on: April 21, 2010, 06:33:22 PM »
Heya Scotch.

My wife is an interior designer and she uses google Sketchup to do houseing and landscape designs. It may not work on the electrical bit but it will do the landscaping marvelously.

Cheers
Craigtothed

Good to see you outside of Lexia!

4
Firefly/Serenity / Re: Firefly > Twilight
« on: February 13, 2010, 08:38:14 AM »
ohhh *tear* I loved that show. 

5
Script Snippets / Re: Bag of Sending subs
« on: February 05, 2010, 10:06:12 PM »
I would like to modify it to send from a sub pack but have been having trouble getting that to happen. This is what Ive added.

Code: [Select]
set %lootbagid whaeva

Gosub Sendtems POF LOOTBAG  ; added a second parameter

;  Trailmyx Bag of Sending SUB
;
sub SendItems
  namespace push
  namespace local SI
  set !bos_items %1
  SendItems_loop1:
  finditem CKF C_ , #BACKPACKID
  if #FINDKIND <> -1
  {
    event property #FINDID
    if sending notin #PROPERTY
    {
      ignoreitem #FINDID
      goto SendItems_loop1
    }
    set !bagofsending #FINDID
SendItems_loop2:
    if %2 = LOOTBAG  ; sends from the lootbag instead of the main bag
    [
    finditem !bos_items C_ , %lootbagid     
    ]
    else
    [
    finditem !bos_items C_ , #BACKPACKID
    ]
 bla bla bla more code follows.   

Is this close to correct or am I going about it all wrong?

6
Script Debug / Re: looking for corpse timeout
« on: February 05, 2010, 04:52:35 PM »
thanks! I'm not very logical  ;D  *dope slap* The event pathfind seems to work very well as long as I dont tell it to go too far and nothings in the way.

7
Script Debug / looking for corpse timeout
« on: February 05, 2010, 04:15:05 PM »
Im adding a timeout for walking to a corpse in case it gets hung up on something but it seems to be sticking in the while loop. Any Ideas?

Code: [Select]
set %timeout #scnt + 5
    while #conttype <> yfm || %timeout <= #scnt
        event pathfind #findx #findy #findz
     

Thanks a bunch!

8
General Discussion / Love ScriptUO and its Incarnations
« on: January 28, 2010, 06:08:31 PM »
I Love ScriptUO the program which really helps a noob scripter like myself. I also love Cervesa for posting the really great tutorials which FINALY got scripting to stick in my head. I also really love the community, which its not very often i bust out and say anything. After a talk with Trailmyx on Lexia one night (he was unloading his fishing loot) ;)  I decided i should get more involved.  Anyway You guys and gals are great!

9
New member introductions / Re: New member
« on: January 28, 2010, 05:44:35 PM »
Welcome Splatter!

10
Great intro! That one should be stickied as a good example and "yo Im Rancid" should be stickied as as a BEWARE!  Im sure you'll love it here!   :D

11
Site News / Re: Please Welcome Our Newest Elite
« on: January 27, 2010, 05:22:52 PM »
Congrats on the Elite-ness! You deserve it!

12
Player Templates / Re: Whammy
« on: January 25, 2010, 10:40:28 PM »
I use a "tabber" (dont know what others call it) but it just cycles through the mobs and double clicks them for you getting their attention. (quickly i might add, i have my wait set to 5 or 10 between clicks) With a hit area wep and whirlwind attack i do a pretty good job of cleaning up spawns. the whirlwind and bushido do a ton of damage all by themselves and the hit area will go off 4 or 5 times in a fair radius. bout the only time i have to back off a bit is on level 4 when things get a bit more hairy.  ;D

13
New member introductions / Re: new member rancid
« on: January 25, 2010, 09:59:56 PM »
Yo, Or Fame! :)
"im the Yo guy!"

14
New member introductions / Re: new member rancid
« on: January 25, 2010, 09:49:37 PM »
Yo Im a Lurker and I Know yo, that you will not get access yo!

15
New member introductions / Re: Hi all
« on: July 22, 2009, 12:00:38 AM »
been hanging out here lurking in the shadows. i need to see the light of day. is there something I can help with. I need to stretch my scripting skills a bit.

Pages: [1] 2