Search found 19 matches

by Xpree
2010-04-09 21:53:50
Forum: Scripting Ore
Topic: Runuo - Sysmessages
Replies: 4
Views: 1384

Re: Runuo - Sysmessages

ty for insight... will try it when i get home.
by Xpree
2010-04-09 15:55:44
Forum: Scripting Ore
Topic: Runuo - Sysmessages
Replies: 4
Views: 1384

Re: Runuo - Sysmessages

i will try... if any1 could help me with a exemple would be great.

would be something like

Code: Select all

uo.injournal('cliloc # 0x05BD')
??
by Xpree
2010-04-08 23:56:13
Forum: Scripting Ore
Topic: Runuo - Sysmessages
Replies: 4
Views: 1384

Runuo - Sysmessages

I'm Trying to right down a script for a runuo server, but somehow the uo.injournal isn't detecting the messages for skills like Meditation or Stealth or any kind of skill relatated message returned, there is any way to detect that?
by Xpree
2010-03-02 13:47:11
Forum: Scripting Ore
Topic: How to build shop list form scripts
Replies: 1
Views: 890

How to build shop list form scripts

Hello ppl, i need to know how to build shop lists on scripts, just a guideline so i can build my script, ty.
by Xpree
2010-01-29 13:52:09
Forum: I need script!
Topic: Target Next
Replies: 5
Views: 4293

Re: Target Next

uder this line uo.attack( a )

uo.addobject('laststatus',a)
uo.addobject('lasttarget',a)
by Xpree
2010-01-21 13:03:47
Forum: Requests
Topic: Fix mana potion display
Replies: 4
Views: 6156

Re: Fix mana potion display

artha se voce usa injention use o comando ,info , vai aparecer uma janela com todos os detalhes do item que voce quer saber.
by Xpree
2010-01-17 14:10:42
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

gadly they returned the error message, so i will do it with it =)
by Xpree
2010-01-17 14:04:08
Forum: Scripting Ore
Topic: Auto-explosion
Replies: 8
Views: 2612

testa esse aew


sub test()
var x,y,z
uo.cast("Flame Strike", "laststatus");
wait(2000)
uo.usetype("0x0F0E","0x0015")
wait(2000)
x = uo.getx('laststatus')
y = uo.gety('laststatus')
z = uo.getz('laststatus ...
by Xpree
2010-01-15 21:19:54
Forum: Scripting Ore
Topic: Auto-explosion
Replies: 8
Views: 2612

but the problem is, that the count timer on the pot, only starts after you aim you target, not the other way around.
by Xpree
2010-01-15 20:18:46
Forum: Scripting Ore
Topic: Auto-explosion
Replies: 8
Views: 2612


sub test()
uo.cast("Flame Strike", "laststatus");
wait(2000);if fails will stay in this idle time
uo.waittargetobject("laststatus");
uo.usetype("0x0F0E","0x0015")
wait(3000);if fails will stay in this idle time
end sub
by Xpree
2010-01-15 19:49:48
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

well, my shard removed the Spell Fizzles message, how i would get the error by sound or by the animation smoke?

ty
by Xpree
2010-01-12 16:22:23
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

i will try it

sry for the late reponse, cuz im working like hell, but i will try it.

this its what i need:

1- a dinamic delay checker for any magic

2- well in my shard(that dont use reags), i found a full insntance that the npc, well they dont walk or walk like a tile off 3 secs, so when ...
by Xpree
2010-01-08 02:48:18
Forum: Scripting Ore
Topic: Help on this PvM automation
Replies: 5
Views: 2659

but i want to create a futher script to afk pvm macro with auto loot and recalling, ressuretion and others, but i have to start with something more easy.
by Xpree
2010-01-07 17:07:36
Forum: Scripting Ore
Topic: Help on this PvM automation
Replies: 5
Views: 2659

well im such a sameless newbie yet, ty for this helps, i will make this changes and report here after that, but only like 6 pm here, cuz im at work.


ah about reagentes, my server don´t use reagentes
by Xpree
2010-01-07 13:47:19
Forum: Scripting Ore
Topic: Help on this PvM automation
Replies: 5
Views: 2659

Help on this PvM automation

Well
I´ve tryed to use this script on UO, and this wheres i need help considerations:
1°- checklag goes on a eternal loop because on my sever the backpack shows this: [newbie] backpack (%weight% Kg [THIS IS THE W8 ON KILOS] )
2°- my check mana for some reason dont work propely
3°- for some ...
by Xpree
2010-01-06 20:15:40
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

this is my medium to finish script well the quotes is still needing debug, javascript:emoticon(':?')


Sub Delay()
var mana = uo.mana
while true
if uo.injournal("visao|frizzle") then ; out of sight
return false
else
while true
if uo.mana == mana then ;if ...
by Xpree
2010-01-06 19:17:14
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

you got it Nmy, MANA CHECK, PERFECT!!!!

TY.
by Xpree
2010-01-06 18:25:53
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

OBJ would be my target?


inicio:
UO.Cast('Flame Strike','laststatus') ;cast poison
var targetlife = uo.gethp('lasttarget')
while true
if uo.injournal("visao|frizzle") then ; if is out of sight
goto inicio
else
while true
[b]if not uo&#46 ...
by Xpree
2010-01-06 17:27:50
Forum: Scripting Ore
Topic: Delay time
Replies: 15
Views: 5264

Delay time

Hi russian ppl, im a brasilian and i´m desenvolving a script to automatic cast spells with a dinamic wait(), its more or less like this


inicio:
UO.Cast('Flame Strike','laststatus') ;cast poison
while true
if uo.injournal("visao|frizzle") then ; if is out of ...