Search found 14 matches

by -=SaCi=-
2006-02-16 18:03:09
Forum: Help
Topic: Easy question ! English
Replies: 2
Views: 902

tks Destruction
was this that i wanted to know
by -=SaCi=-
2006-02-16 14:02:45
Forum: Help
Topic: Easy question ! English
Replies: 2
Views: 902

Easy question ! English

i´m a sphere scripter, and in sphere we have a key to stop the comand, that's
return 1

Example!
if uo.getGlobal("Modobatalha") == "0" then
UO.SetGlobal("Falando",UO.GetGlobal("Falando")+"p")
# here i need to but the key to stop de macro, to it doesn't go to the other part
endif
uo ...
by -=SaCi=-
2006-02-16 03:49:06
Forum: Help
Topic: English help
Replies: 1
Views: 843

really this leanguange is very diferent, i don't know what is this...
i´m lookin for a cumpedium in english too
by -=SaCi=-
2006-02-14 20:18:20
Forum: Help
Topic: Layer
Replies: 6
Views: 1362

Agem tks
case-sensitive!

More 1 thing
how can i add string into global

Like

sub saya()
uo.setGlobal("Falando","ABC")
UO.Say(UO.GetGlobal("Falando"))
end sub

i want to add a D,
uo.setGlobal("Falando","(uo.setGlobal("Falando"))+D")

?
by -=SaCi=-
2006-02-14 19:49:54
Forum: Help
Topic: Layer
Replies: 6
Views: 1362

sub saya()
uo.setGlobal("Falando","testing")
UO.Say(UO.GetGlobal("falando"))
end sub


returns N/A ?
is it right ?
by -=SaCi=-
2006-02-14 18:26:23
Forum: Help
Topic: Hard Script ! Only english!
Replies: 2
Views: 1410

Hard Script ! Only english!

Explication

I´m trying to creat a new way to exec my macros!

It´s gonna run this way:

When i press Caps lock: it's sets a global with numeber 1
Than it active all buttons from my pc, like, if i pressa A , i will exec a macro, this for b, c, d, etc...
But when i use it like ...
by -=SaCi=-
2006-02-14 17:30:19
Forum: Help
Topic: Layer
Replies: 6
Views: 1362

using the so topic!
what i need to do to make a SAY sends the mensage inside a global ?

like:

uo.setGlobal("falando","testing")
uo.say("falando")
by -=SaCi=-
2006-02-14 15:28:19
Forum: Help
Topic: Layer
Replies: 6
Views: 1362

Layer

I´m trying to use Unequip !
it ask for the layer name, where can i get it ?
by -=SaCi=-
2006-02-14 01:00:16
Forum: Help
Topic: Hun... english only
Replies: 0
Views: 953

Hun... english only

I'm trying to improve my keys!
I'd like to know, with there are some how do this!
when i press a button, nothing happens, but, caps lock is on, it's exec a macro!

Do we have this possibiliti on injection ?
by -=SaCi=-
2006-02-11 02:52:36
Forum: Help
Topic: Help With Crash! english only
Replies: 3
Views: 1186

but, to use this comand needs a dll ?

i tryed here, but nothing happened
by -=SaCi=-
2006-02-10 22:05:26
Forum: Help
Topic: Help With Crash! english only
Replies: 3
Views: 1186

Help With Crash! english only

I´m having some problems in my shard, i can´t not prove but i know that a guy is using injection to crash the players, a lottttt of players ask me about him!

I'd like to know, with there's some way to crash other characters on sphere 55r4

You don´t need tell me how, just tell ...
by -=SaCi=-
2006-02-09 22:09:39
Forum: Scripting Ore
Topic: Help ! English plz
Replies: 8
Views: 1637

Help ! English plz

I'm trying to creat a comand to cast a spell on my character until i press the hotkey again:

Like: i press Alt+s, then my character starts cast Heal on itselves, when i press alt+s again it stops!



sub in_mani_foda()
var inmani=1

If inmani==2 then
end if

If inmani==1 then
uo.cast ...
by -=SaCi=-
2006-02-01 21:58:57
Forum: Help
Topic: Scripting "only english plz"
Replies: 3
Views: 1321

all right :D
tks to much ;D
by -=SaCi=-
2006-02-01 20:03:42
Forum: Help
Topic: Scripting "only english plz"
Replies: 3
Views: 1321

Scripting "only english plz"

I wanna create a function that when i make it runs, the script look for every players that are at last 7 tiles of distance from me!

Affe looking for it, it will cast ma in every one of them!


I tried this

sub ma_mais_perto()
uo.set('finddistance','7')
uo.findtype(0x0191,-1,'ground ...