Search found 30 matches

by Biba
2004-08-18 11:20:04
Forum: Scripting Ore
Topic: Recast-spell after cast.
Replies: 9
Views: 2920

I thank u all, but any 1 script doesnt work exception in parser or somehow. I want to try it with Lightning and Flamestrike, bud i dont know too much spell scripts, only craft (you put).
by Biba
2004-08-15 21:56:54
Forum: Scripting Ore
Topic: Recast-spell after cast.
Replies: 9
Views: 2920

Simple.


sub Lightningstrike()

Lightningcast:
UO.Cast('Lightning','lasttarget')

Repeat
Wait(50)
Until UO.InJournal("fizzle") OR timeup>8000 #(or however long lightning takes to cast on your server)

goto Lightningcast


The quick Wait in the ...
by Biba
2004-08-13 13:20:16
Forum: Scripting Ore
Topic: Recast-spell after cast.
Replies: 9
Views: 2920

Simple.


sub Lightningstrike()

Lightningcast:
UO.Cast('Lightning','lasttarget')

Repeat
Wait(50)
Until UO.InJournal("fizzle") OR timeup>8000 #(or however long lightning takes to cast on your server)

goto Lightningcast


The quick Wait in the ...
by Biba
2004-08-12 23:49:17
Forum: Scripting Ore
Topic: Recast-spell after cast.
Replies: 9
Views: 2920

Recast-spell after cast.

I have to ask how to automatically recast spell (like lightning) in pvp imediatelly after cast. I think i cant use Journal becose that isnt perfect.
by Biba
2004-08-12 23:46:54
Forum: Scripting Ore
Topic: Color in Dim.
Replies: 12
Views: 3395

Lord Ruslan Nightmare wrote:Loot[12]= "0x0F09"

all hexademical numbers in injection are strings (of proper format, of course)
I know it, but im asking how to add in DIM type and color.
by Biba
2004-08-12 13:27:47
Forum: Scripting Ore
Topic: Color in Dim.
Replies: 12
Views: 3395

Color in Dim.

('0x09B0','0x0000')
or
('0x0F09','0x0631')
or
('0x0F09','0x0388')
how to add this to
Loot[12]=0x0F09
?
I mean specify color in Dim.
by Biba
2004-08-11 11:31:06
Forum: General
Topic: Is there anyway to change speech color
Replies: 3
Views: 2278

Yeah im interrested in that too.
by Biba
2004-07-12 18:18:18
Forum: Scripting Ore
Topic: Ammount
Replies: 7
Views: 2842

Thank you.
by Biba
2004-07-12 11:28:51
Forum: Scripting Ore
Topic: Ammount
Replies: 7
Views: 2842

nagger wrote:UO.Grab(STR((500-0x0E34)),'finditem')
Yes, this is ammount i want to grab or not ? Im typing, if i got 510, this command take all, not only 500 as i want.
by Biba
2004-07-11 13:40:29
Forum: Scripting Ore
Topic: Ammount
Replies: 7
Views: 2842

Thats why im posting here. I dont know where is error. This is first time i use macro like that.
by Biba
2004-07-11 12:39:00
Forum: Scripting Ore
Topic: Polymorph
Replies: 7
Views: 2436

Lord Ruslan Nightmare wrote:if uo.getgraphic("self") == "common character type" then
<polymorph to deamon>
endif
Thanks. Before i think, that will be so much harder than type:).
by Biba
2004-07-11 12:36:58
Forum: Scripting Ore
Topic: Ammount
Replies: 7
Views: 2842

Ammount

Why i need to have this item only in ammount 500 in 1 item? If i have bigger ammount, then this macro get all. If i get reagents, then this will work ok.

IF UO.Count("0x0E34")<10 THEN
UO.UseObject(StoreRegCont2)
UO.FindType('0x0E34','-1',StoreRegCont2)
UO.Grab(STR((500-0x0E34)),'finditem ...
by Biba
2004-07-11 07:05:15
Forum: Scripting Ore
Topic: Polymorph
Replies: 7
Views: 2436

Can u write it in full lenght? Only gethgraphic will dont help i think. Thx.
by Biba
2004-07-10 23:32:30
Forum: Scripting Ore
Topic: Polymorph
Replies: 7
Views: 2436

I got big macro for inscription with many things and i need to carry reagents and scrolls. I dont know if it is possible, or i need another factor like - str or something like that.
by Biba
2004-07-10 18:27:21
Forum: Scripting Ore
Topic: Polymorph
Replies: 7
Views: 2436

Polymorph

Is possible to detect (un)polymorphed main char with "If" sequence? I mean re-polymorph if spell disapear. :)
by Biba
2004-07-10 17:45:23
Forum: Scripting Ore
Topic: Moving items into the backpacks
Replies: 5
Views: 2120

Then if someone have this macro full working i will invite that here :).
by Biba
2004-07-10 17:12:26
Forum: Scripting Ore
Topic: Rune Book
Replies: 12
Views: 3221

I will try this. Anyway thx.
by Biba
2004-07-10 17:10:18
Forum: Scripting Ore
Topic: Moving items into the backpacks
Replies: 5
Views: 2120

this is a scetch, edited in forum
you may complete it or get idea from here and make all yourself


sub yokotest&#40;&#41;
uo&#46;ignorereset&#40;&#41;
while uo&#46;count&#40;"packtype"&#41;
&#46;&#46;&#46;
uo&#46;addtype&#40;"SelectItemToStore"&#41;
&#46;&#46;&#46;
while uo&#46;count&#40 ...
by Biba
2004-07-10 15:43:53
Forum: Scripting Ore
Topic: Rune Book
Replies: 12
Views: 3221

Thats not Rune Book, but something else. I got 10 items of that type in backpack, and after i use 1 then i delete him. I dont know how to write command to recall witch "type" and "color".
by Biba
2004-07-10 15:39:53
Forum: Scripting Ore
Topic: Moving items into the backpacks
Replies: 5
Views: 2120

BETEPAH wrote:10 items of what type ?

and if you can Type in Russian
Thats doesnt matter, scrolls ingots or something like that, its different in every time, thats why i need to addobject before move.