Search found 10 matches

by dagofee
2008-01-14 14:56:41
Forum: Help
Topic: load vars from a file
Replies: 1
Views: 826

load vars from a file

is it possible to load variables from a file ?
how?
by dagofee
2008-01-14 14:56:04
Forum: Scripting Ore
Topic: load vars from a file
Replies: 1
Views: 1199

load vars from a file

is it possible to load some variables from a file?
how?
by dagofee
2007-12-31 16:49:07
Forum: Modifications. Other user tools.
Topic: NEW target for IRW
Replies: 1
Views: 4030

NEW target for IRW

the possibility to run injection and IRW simultaneously!

any ideas?
by dagofee
2007-12-15 04:13:40
Forum: General
Topic: Linux & Injection
Replies: 27
Views: 16047

enslaved wrote:I have started Client.exe + Injection under Linux, all works ОК... All commands, but display of window Injection is invisible!


which emulator?
by dagofee
2007-12-15 04:11:07
Forum: General
Topic: injection under linux
Replies: 0
Views: 1718

injection under linux

QUESTION: which library do I have to use to run injection under linux?

with the standard set is not working, I'm using wine emulator


thanks in advance
dre
by dagofee
2006-11-11 11:52:21
Forum: Scripting Ore
Topic: moveoff moveon
Replies: 1
Views: 967

moveoff moveon

I was developing a script to use a second mage trought my main pg but moveoff and moveon are disabled on my shard.

1) Is there an alternative apart the "ALT+click" (follow command) ?

2) Is there something else than MOVEOFF and MOVEON to stop my character
when it has to cast?
by dagofee
2006-11-04 00:42:15
Forum: Scripting Ore
Topic: uo.frozen()
Replies: 1
Views: 937

uo.frozen()

is there a way to detect if my pg is frozen like

while uo.frozen()
wait(10)
wend
if uo.life < uo.str then
#usetype gheal
else
#usetype other-thing
end if
by dagofee
2006-11-01 22:25:30
Forum: Scripting Ore
Topic: find a word in a string!
Replies: 1
Views: 938

find a word in a string!

i have a string like this
VAR STRING="I'm very very happe to be here"
how can I see if in a string like this we have a specific word?

i tried to separate each word but shit, it doesen't go

sub main()
var l,variable
var i=0
var tmp=0
VAR frase="la mamma di fara e' una puttana di prima ...
by dagofee
2006-10-31 09:53:07
Forum: Scripting Ore
Topic: count my enemies
Replies: 1
Views: 937

count my enemies

i need a function to count my enemies in the screen!

i tried 2 ways
with targetnext - getserial - getname (not good)
with countground :| (it doesn't go)

otherwhise?
by dagofee
2006-10-29 20:37:12
Forum: Help
Topic: how to count pg in screen
Replies: 1
Views: 874

how to count pg in screen

I was looking for a way to count my enemies in the screen with a function

any ideas?