noob

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
ozcaN
Posts: 34
Joined: 2004-06-18 17:21:40

noob

Post by ozcaN »

Hey im new to injection and i seem to be running into a problem. Whenever i try to set a hotkey to use a scroll or something else with a target in it , i get the message Item Not Found. I would put this under the command "usetype 'reflect scroll' targetself" and i would get the error. It also happins when i do it to last target. Im sorry if this a dumb question but im new to this. And a final question how would i get injeciton to cut corpses?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Re: noob

Post by Yoko »

ozcaN wrote:Hey im new to injection and i seem to be running into a problem. Whenever i try to set a hotkey to use a scroll or something else with a target in it , i get the message Item Not Found. I would put this under the command "usetype 'reflect scroll' targetself" and i would get the error. It also happins when i do it to last target. Im sorry if this a dumb question but im new to this. And a final question how would i get injeciton to cut corpses?


1) you must define type in Object Types tab named 'reflect scroll' or use type number instead
2) there is no predefined object 'targetself', but object 'self' defined
so better to use something like
usetype 0x1234 self

to cut corpse you need to find a corpse object using command findtype first.
ozcaN
Posts: 34
Joined: 2004-06-18 17:21:40

Post by ozcaN »

Thanks you sir
Post Reply