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

Pages: [1]
1
Script Debug / Sub in a Sub???
« on: August 26, 2008, 07:00:26 AM »
can you have a sub within a sub???  i think so but i would hate to waste a lot of time trying to code an uncodeable :)  thanks all

2
Script Debug / Heal & Warn
« on: August 13, 2008, 07:30:29 PM »
Well here it goes i know a lot of you are masters or close to it out there, but i have been working on this simple script for a spell and can't seem to get it to function properly, so i figured i would post it here for help and so everyone can get a chuckle :)......     Ohh yeah i don't know how to make one of the boxs to put it in so you can copy and all so i am just going to past it


;========================================
;Name: XxCaptainxX's Heal & Warn
;Author: XxCaptainxX
;Version: What comes befor beta?  :)
;========================================
mainloop:
gosub counter
gosub check
gosub heal
goto mainloop

;-------Counter-(Crosses-Fingers)--------
 sub counter
  finditem ZLF
   if #findkind <> -1
  {
   if #findStack <= 20
   {
     EVENT ExMsg #charID 3 33 You are Low on bandaids!$
   }

;-------Checker-(Maybe)------------------
 sub check
  If #hits < #maxHits
     return %true
    return %false
  }
;-------Heal-(hopefully)-----------------
  sub heal
  if #result %true
  finditem ZLF
  {
   if #findkind <> -1
  {
   set #lobjectId #findId
    event macro 17
    target 5s
    event macro 23
    wait 10s 8
   }
  return

3
Scripting Chat / Lumberjacking
« on: August 10, 2008, 03:28:14 PM »
I have been using AXE to randomly chop wood all over.  the problem i have with it is it breaks axes and then just continues on with out an axe how hard would it be to add a detection for a broken and reequip one?  I am trying to learn how to do this but the script is pretty complex for a newb like me.

4
Script Debug / Looking for the master
« on: August 08, 2008, 05:22:28 PM »
I would desperately love to learn to make scripts, but alas i am kind of clueless anyone care to be my teacher?

5
Scripting Chat / Fishing Script
« on: August 08, 2008, 05:19:55 PM »
Any chance someone will release an up to date fishing script that can kill serps with bow or magic?

6
New member introductions / It is me
« on: August 07, 2008, 11:08:39 AM »
Hey all i am a long time uo player just looking to check out the new stuff availble and maybe lend a hand with a few things thanks

Pages: [1]