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

Pages: 1 [2]
16
So I have seen a few script that says do not use uoassist or razor with the script. How does someone know that you can not use it with that script or what should I look for in the scripts because some of the scripts I use mess up from time to time and crashes my client. Could it be due to the fact I'm using razor and or uoassist while running it or is there a different reason

17
UO-Related Tutorials / Needing help with learning to script
« on: December 13, 2015, 02:02:10 PM »
I have been looking and looking trying to read as much as possible but I am still either dumb or blind. I saw that someone was willing to help people start learning to script with a small script where you pick a chest or crate in ur house and drag and item like a sword to the chest. would anyone be willing to spare sometime and let me try and get this to work and maybe help me along in my scripting career. I would really like to contribute something even if it is just some knowledge of what I learn on the way if I never become really good at it.

18
Script Debug / peace provo and disco using masteries
« on: December 13, 2015, 06:48:49 AM »
This is a work in progress. Maybe I can get a little help. It does what it needs to do but not sure where to put a "if mana = at and I cant figure out how to get it to use another instrument when the previous one is used up.

Code: [Select]
finditem PRF_LQF_MQF_QRF_OQF C_ , #BACKPACKID ; Searches for instruments in the backpack
if #FINDCNT > 0 { ; If there are objects found
set #LOBJECTID #FINDID ; Set the ID of a found object as #LOBJECTID - Uses item
; event macro 16 0 ; Casts last spell - Need to have cast the mastery first (The command for a particular mastery would be "event macro 15 X". Where X=some number the list of mastery spells is new and not yet in the wiki)
event macro 15 703 ; For Peacemaking "event macro 15 703" triggers Resilience - It looks like the masteries start at 701
; target 5s ; Waits for a target to appear and times out after 5 seconds
; event macro 23 0 ; One way to target self. Targets self not needed for every mastery.
wait 30 ; pauses for 1.5 seconds
event macro 15 703 ; cancels the mastery
wait 20 ; pauses for 1 second
}
else {
display ok You are out of instruments ; Displays a message when out of instruments}

19
Scripting Chat / Need Help
« on: November 24, 2014, 03:25:11 PM »
was wondering if someone could walk me through setting up a pathfind sub. also i am not very good with writing my own scripts but will do anything that needs to be done to learn

20
General UO Chat / patch repository
« on: August 12, 2014, 06:55:11 AM »
Is there anyway to make a patch repository. i have looked on youtube and they have a pretty good video but the uo patcher doesnt work. would love to know if and how people have got it to work.

21
New member introductions / new memeber
« on: February 13, 2011, 06:55:47 PM »
hello I am a new member to this website. i have played uo for well over 10 years and I must say I will probably play until uo doesnt exist anymore. I play a wide range of chars from a blacksmith to a mystic. I dont really get a lot of time to play since I am in the military and have a beautiful daughter and wife with another little one on the way. When I do get a chance to play its like I cant get off. I know that must be what it is like for everyone. I play the Gl server mainly but I have gotten around to quite a few other ones too. I am fairly new with scripts I like the concept that some people come up with. It is incredible the genious behind some of these scripts. Well thats just a little about me.

Pages: 1 [2]