Search found 11 matches

by Arthur
2005-06-14 13:45:09
Forum: Help
Topic: one dude to writeln
Replies: 0
Views: 798

one dude to writeln

sub write()
var X=uo.getx()
var Y=uo.gety()
var Z=uo.getz()
var t = file("c:\test.txt")
t.open()
t.writeln(str(X)+","+str(Y)+","+str(Z))
t.close()
end sub

this only make one line with coordinates
how to add new line and write coordinates to this?
by Arthur
2005-05-18 13:34:41
Forum: Modifications. Other user tools.
Topic: Script.dll with INCLUDE feature
Replies: 34
Views: 28342

like your script.dll but dont have autoload can add pls thanks ;)
by Arthur
2005-03-08 13:09:23
Forum: Requests
Topic: new feature can add this?
Replies: 2
Views: 3689

new feature can add this?

i test IRW and like the calculate login keys on connect, can add this in your injection is very good and not necessary make uokeys and ilpatch.

and can add the plugin players? in this can see person hidden and warmode of players like this or make one plugin or similar to load the plugins of IRW.
by Arthur
2005-01-06 20:10:49
Forum: General
Topic: Yoko the New release
Replies: 1
Views: 1294

Yoko the New release

The new version fails on having done one, arm the shield is not equipped..

la nueva version falla al hacer un ,arm no se equipa habeces el escudo en la anterior no pasaba.
by Arthur
2004-12-30 22:17:09
Forum: General
Topic: Fixtalk question
Replies: 3
Views: 1503

fixtalk en sphere lo que hace es ponerte la letra sin brillo como si usaras un say del uo en un tono asin con poco brillo pero solo funca si dices
,msg txt me gustaria si podia a?adir que afectara a todo lo que hables no solo al ,msg
by Arthur
2004-12-30 19:21:27
Forum: General
Topic: Fixtalk question
Replies: 3
Views: 1503

Fixtalk question

A question on having activated, fixtalk the letter is less brilliant but alone goes out if you do, msg it is not possible to put in order that it he was concerning on having spoken?

una pregunta al activar el ,fixtalk la letra es menos brillante pero solo sale si usas ,msg no se puede poner para ...
by Arthur
2004-12-05 22:20:45
Forum: General
Topic: 4 Yoko Sugestion
Replies: 4
Views: 1857

4 Yoko Sugestion

Can you Make command ,load ? for loading another .sc

for example create one file load.sc

and in the autoload.sc create this

sub test()
uo.load("load.sc")
end sub

and you can say ,exec test load the file load.sc this is very good.
by Arthur
2004-11-06 13:20:01
Forum: General
Topic: Yoko Suggestion
Replies: 2
Views: 1647

Yoko Suggestion

Can you Make command ,load ? for loading another .sc

for example create one file load.sc

sub load()
UO.msg("Hello Test")
end sub

and in the autoload.sc create this

sub test()
uo.load("load.sc")
end sub

and you can say ,exec test load the file load.sc this is very good.
by Arthur
2004-09-23 11:10:30
Forum: General
Topic: Yoko change config. of the wheel
Replies: 1
Views: 1505

Yoko change config. of the wheel

Yoko you can change the configuration of the wheel instead of the key + or - to CTr+Alt +-or Ctrl+Alt +-is that you say these keys -> and the macro run. Thanks
by Arthur
2004-08-20 13:21:04
Forum: Help
Topic: Can you help me whit a macro for Teleport?
Replies: 3
Views: 1718

Re: Can you help me whit a macro for Teleport?

hi, i make a script for teleport a roof i use tile but not work i used a lasttile and work say ,infotile lasttile and say this
1447 2248 1208 20 and make this macro


sub teleport()
uo.waittargettile("1447",str(uo.getx("2248")),str(uo.gety("1208")),str(uo.getz("20")))
uo.cast("Teleport")
end sub ...
by Arthur
2004-08-20 11:06:50
Forum: Help
Topic: Can you help me whit a macro for Teleport?
Replies: 3
Views: 1718

Can you help me whit a macro for Teleport?

hi, i make a script for teleport a roof i use tile but not work i used a lasttile and work say ,infotile lasttile and say this
1447 2248 1208 20 and make this macro


sub teleport()
uo.waittargettile("1447",str(uo.getx("2248")),str(uo.gety("1208")),str(uo.getz("20")))
uo.cast("Teleport ...