Search found 13 matches

by Poobah
2004-06-03 20:23:10
Forum: Help
Topic: anyway to send windows messages through injection?
Replies: 0
Views: 1713

anyway to send windows messages through injection?

Is there any way to send a windows message in injection to a specified window? Or better yet the client its loaded?
by Poobah
2004-06-03 20:16:54
Forum: Help
Topic: canceling a target...
Replies: 3
Views: 2388

Perhaps, i play ona pre-cast server though, i need to be able to precast spells then release them, and uo's in game targets will not work for my needs....

any ideas?
by Poobah
2004-06-03 01:00:58
Forum: Help
Topic: canceling a target...
Replies: 3
Views: 2388

canceling a target...

Is there anyway to cancel a target cursor? i need to cancel it after uo.target() because its bugged and stays up even tho it shouldnt..

right now im thinking about creating a windows message and sending it straight to the client but then i gotta find out what client im on, i suppose i can have it ...
by Poobah
2004-05-29 17:15:22
Forum: Requests
Topic: What injections scripting needs to be able to crush easyuo's
Replies: 10
Views: 6514

i have C++ builder on disk somewhere, will the entire yoko-inject project compile using it?
by Poobah
2004-05-25 05:05:02
Forum: Requests
Topic: What injections scripting needs to be able to crush easyuo's
Replies: 10
Views: 6514

i stated before i can not get it to compile....
by Poobah
2004-05-24 09:20:52
Forum: Requests
Topic: What injections scripting needs to be able to crush easyuo's
Replies: 10
Views: 6514

another NASTY problem, you can not use return values of things like ispoisoned() to end a loop for instance

repeat
#insert cure macro here
until uo.ispoisoned() == 0

u have to make a temporary variable, ugly. same goes for lastmessage
by Poobah
2004-05-24 08:07:46
Forum: Requests
Topic: What injections scripting needs to be able to crush easyuo's
Replies: 10
Views: 6514

it also seems uo.target() is bugged

i have a script that does this

uo.findtype('0x1040')
uo.target('lasttargetkey','finditem')

its targeting a pizza in my pack, and it works sometimes, then it throws an 'unhandeled exeption in parser' other times. Both of the problems with my script are ...
by Poobah
2004-05-24 07:28:12
Forum: Requests
Topic: What injections scripting needs to be able to crush easyuo's
Replies: 10
Views: 6514

Also debugging scripts is a whore and a half... it would atleast be useful to see what line number ur on... my currenct alchemy/poisoning script runs fine for awhile, ive watched it go through every possible way it can, then all of a sudden the damn thing will say 'unhandeled exeption in parser' and ...
by Poobah
2004-05-24 07:25:10
Forum: Requests
Topic: What injections scripting needs to be able to crush easyuo's
Replies: 10
Views: 6514

What injections scripting needs to be able to crush easyuo's

Id like to start out by saying that as is now, both are about equal, injections scripting is for the most part better, but it lacks some built-in functionality of easyuo hence imho there equal.

in the docs it mentions a 'waitforservertosay' function, i really think this is needed , not only does ...
by Poobah
2004-05-24 03:21:54
Forum: Help
Topic: Script dont work..=(
Replies: 4
Views: 2560

I have done such a thing, i would keep checking ur journal and wait for the heal attempt to fail/suceed, before continueing.
by Poobah
2004-05-24 00:22:47
Forum: Help
Topic: Menus not working?
Replies: 5
Views: 2861

Just to humor myself i replaced the menu but and added it above, same result, yes i dont know what to do thats why i posted in the help section, i don't need an entire script i just need to know how the menu system works

all i need to do is when the menu pops up "Choose a forumla" I need to know ...
by Poobah
2004-05-23 12:09:49
Forum: Help
Topic: Menus not working?
Replies: 5
Views: 2861

Thanks but i lag like shit, so im pretty sure that order doesnt matter, and thats certainly not the problem im having with menus... i run the script one time and the menu pops up, it just bails before selecting an option... it even tells me it bailed.. says 'stop waiting for menu' or some shit.
by Poobah
2004-05-23 00:03:48
Forum: Help
Topic: Menus not working?
Replies: 5
Views: 2861

Menus not working?

I do the following and it does not work, it cancels as soon as the menu opens but doest not select an item..

uo.waitmenu("Choose a forumla",'Poison')
Uo.FindType("0x0F88" , 0, "ground")
UO.UseType("0x0E9B")
UO.waittargetobject("finditem")

it finds my shade on the ground,uses the mortar ...