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

Pages: [1]
1
Scripting Chat / block spell during movement
« on: September 04, 2013, 05:28:16 PM »
can anyone tell me or show me where i can learn or read about how to block a spell casting during character movement. that would be awesome thanks.

im having fun with this scripting stuff.

2
Scripting Chat / Need help with my first script ever
« on: September 03, 2013, 07:54:48 PM »
Super simple script i made to cast consecrate weapon every 10 seconds so i can loop it separate from my razor targeting macro.

anyways basically what i want it to do is cast consecrate weapon on a loop with a hotkey to turn it on and off. heres what i pulled together so far. just cant figure out how to make it loop:

onHotKey 0
   gosub hotkey

sub hotkey
{
event macro 15 203
wait 150
return sub hotkey



3
General UO Chat / Very new to scripting and i have a question
« on: February 19, 2013, 09:34:46 PM »
Hey everyone,
I've been interested in learning basic scripting for a while. Got busy with life for a bit so never really got started nor do I even know where to really start. I'm not expecting to become a master scripter as i know zero about it right now. But I think i can learn how to write simple scripts.

Anyways I have a question and maybe a good spot to start my learning adventure. I'm using a mining script on the server I play. I'm having trouble where my character gets stuck dragging ore on a forever loop, I'm assuming that lag spikes are causing it. I can manually fix this by closing my main pack and reopen it and the script will continue. Although this requires me to sit there and keep an eye on it.

How can i write a super simple background script to:

Close main pack
reopen main pack
pause 10 minutes
loop.

Or if you don't wanna give it up so easy, where can I learn how to write that as a script.


Thanks!

4
New member introductions / Hail Script Uo
« on: June 06, 2012, 04:19:25 PM »
Hello everyone,
thanks for having me on the amazing website. finally found the introduction page.my screen name here is warrenotto but youll see me in game as Metamorphias. i play on projest uo currently. i like this server because of the tight community. and ive learned more about this game on this server than anywhere else. i started playing OSI about 11 years ago. played for about 3 years ( i think 2 of the years were spent in mines gathering ore to sell. took a giant break then discovered free servers. my first free server was ABCuo. great fun. didnt get very far in the game on that server cause i didnt know jack about pvp'ing. so i was contantly getting me @#$ handed to me. since i started on Project uo i have learned some basic pvp skills. i mainly PVM right now but im working on my pvp skills. shortly after i started playing project uo my RL job became very slow so i found time to read just about every page on UOguide.com. this is when my eyes really opened up to the creativeness and expanse of what UO has to offer. ive lately been getting into crafting in the servers down time. this is when i became interested in easyuo. basically neccessary to run scripts for majority of resource gathering and crafting actions. so here i am. my main interest as of now is learning some basics of UO scripting so i can edit scripts that dont work 100% on my server. currently i am running scripts along side razor macros. seems to work i guess .for example button locations on gumps. also one thing that caught my eye browsing this website is heartwood scripts. those exist??? [e woohoo ! i know i have a long road ahead of me and tons of reading but i guess this is a good place to start. i look forward to learning from the members here and hopefuilly one day write a script of my own that i can contribute.

5
Scripting Chat / how can i gain access to restricted areas?
« on: June 06, 2012, 03:38:39 PM »
so im finding a lot of time on my hands and started playing a free UO server. recently i have begun to be introduced to the behind the curtains side of UO. SCRIPTING!. i want to learn some basics of scripting to i can edit script to work on the server i play. so i joined this website. i see a thread that defintely caught my attention. HEart wood scripts. although i cant seem to get access to the script. is there a series of hoops i need to jump through to gain access to these priceless scripts. let me know what i need to do and i will do it. thanks everyone.

Pages: [1]