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

Pages: [1]
1
Scripting Chat / wool
« on: September 30, 2017, 03:02:40 AM »
Can anyone tell me the ID of wool off a dead sheep? I thought it was OFF but my looter doesn't pick it off the corpse.

2
Script Debug / trying to target my runebook
« on: June 05, 2016, 01:29:10 PM »
Hello all let me start by saying I am very new to scripting and still trying to figure this stuff out. I am working on my first script and I am trying to put a recall home option. I just want it to target a runebook with a default location preset. It will cast the spell(sacred journey) bring up the cursor but will not target the book, not sure what I'm doing wrong? Here is what I got so far.

if !home = y
 {
set %recallspot xxxxxxx
If #charposx > 1500
 goto recall
return
recall:
event macro 15 210
wait 50
set #ltargetid %recallspot
set #lTargetKind 1
event macro 22
 }

I know it says recall and I'm using sacred journey but its a lot shorter to type lol.

3
New member introductions / Hello all
« on: June 05, 2016, 08:00:45 AM »
 Hello all, I am an old married fart with three kids who take up most of my time. We live in the dirty south. I'm not really a computer guy, but I know just enough about computers to really be able to mess one up, but I'm learning.  I am an long time UO player from back in the day. I played OSI when there was only fel and played till the elves(cant remember the name of that expansion). I now play on  Alexandria.  I have played other games but I always come back to UO. I am very new to scripting, and I am working on my first script now. I found this site and was hoping to get some ideas on how to get my script up and running.

  As for my play style I use to  mainly play dexxer, but after seeing the power of mages I had to give them a try. I now run three necro/mage/weavers using a script that was mostly written by Smitty and Hitech with very little by me.  Now I hope to start writing my own and fixing broken ones to work for me. I will be posting my sampire script once it is finished.

Pages: [1]