Search found 4 matches

by yokouser
2008-05-22 12:05:32
Forum: Shards talks
Topic: Shards | Шарды
Replies: 37
Views: 36051

1. Unforgiven lands
2. http://www.unforgivenlands.com/
3. 1.26.4b
4. sphere .51a
novus opiate style pvp with scrolls, great fun 50-60 clients on at peak times but still a fairly new shard!
by yokouser
2008-05-22 11:55:40
Forum: Help
Topic: Hotkey command help version 505.18
Replies: 4
Views: 1350

thats the thing man the types are the same for both types of scrolls.


sub scroll_nos_last()
uo.exec("waittargetlast")
uo.exec("usetype 0x1F5F")
end sub

sub scroll_xuo_last()
uo.exec("waittargetlast")
uo.exec("usetype 0x1F5F")
end sub

anyway to get around this?
by yokouser
2008-05-22 09:47:32
Forum: Help
Topic: Hotkey command help version 505.18
Replies: 4
Views: 1350

This is my script but it wont work for some reason.


sub scroll_xuo_last()
uo.exec("waittargetlast")
uo.exec("useid 0x4001ADF6")
end sub

something wrong with that?
by yokouser
2008-05-22 09:10:46
Forum: Help
Topic: Hotkey command help version 505.18
Replies: 4
Views: 1350

Hotkey command help version 505.18

I play on a sphere server version .51a. and the server i play on uses 2 types of scrolls for PVP, XUO and NOS scrolls. my problem is that they are the same graphic and color so i cannot make a separate macro for each scroll. Is there a way i can use the item id of the scroll for a hot key command? i ...