View Full Version : Could not find your target creature.
gilchristr
09-26-2021, 07:57 PM
Can anyone figure out how to avoid the bold line? See below...
You skinned the treekin druid, yielding a mossy beard.
>You search the treekin druid.
It had 585 silvers on it.
It had a pink sapphire on it!
Interesting, it carried a crystal amulet on it.
It had nothing else of value.
A treekin druid decays into compost.
You gather the remaining 585 coins.
>skin target left
loot
Could not find your target creature.
>You search the treekin warrior.
It carried an iron-bound tanik trunk on it!
It didn't carry any silver.
It had nothing else of value.
A treekin warrior decays into compost.
Tgo01
09-26-2021, 08:54 PM
Can anyone figure out how to avoid the bold line? See below...
You skinned the treekin druid, yielding a mossy beard.
>You search the treekin druid.
It had 585 silvers on it.
It had a pink sapphire on it!
Interesting, it carried a crystal amulet on it.
It had nothing else of value.
A treekin druid decays into compost.
You gather the remaining 585 coins.
>skin target left
loot
Could not find your target creature.
>You search the treekin warrior.
It carried an iron-bound tanik trunk on it!
It didn't carry any silver.
It had nothing else of value.
A treekin warrior decays into compost.
Did you have the treekin warrior targeted? According to the SKIN verb that's what the TARGET command will attempt to skin.
gilchristr
09-26-2021, 09:11 PM
I was hunting with avignon, we will both killing them and I was skinning.
What do I gotta type so this doesnt happen, I missed tons of skins from it. I was using "skin target left/r loot/r"
Tgo01
09-26-2021, 09:22 PM
I think you have to use the critter's name.
So like "skin warrior left"
If you have Lich you could run this as a script which should skin and loot every dead critter in the room.
GameObj.npcs.each{ |i|
if i.status =~ /dead/
fput "skin ##{i.id} left"
fput "loot ##{i.id}"
end
}
gilchristr
09-26-2021, 09:29 PM
OK can you make this simple for me, if I run that script, what would trigger skinning? What would I enter to run it?
Tgo01
09-26-2021, 09:59 PM
OK can you make this simple for me, if I run that script, what would trigger skinning? What would I enter to run it?
You can create a script and place it in your scripts folder in your Lich folder. You can just open up notepad and copy and paste the above and save the file with whatever name you want and end it with .LIC
So lets say you named the file “skin” you can run it in game by just doing ;skin
gilchristr
09-26-2021, 10:58 PM
Thank you dreaven!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.