Results 1 to 7 of 7

Thread: Could not find your target creature.

  1. #1

    Default Could not find your target creature.

    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.
    Your mind is completely fucked. It is imperative that you unfuck immediately!

  2. #2

    Default

    Quote Originally Posted by gilchristr View Post
    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.

  3. #3

    Default

    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"
    Last edited by gilchristr; 09-26-2021 at 08:12 PM.
    Your mind is completely fucked. It is imperative that you unfuck immediately!

  4. #4

    Default

    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.

    Code:
    GameObj.npcs.each{ |i|
    	if i.status =~ /dead/
    		fput "skin ##{i.id} left"
    		fput "loot ##{i.id}"
    	end
    }

  5. #5

    Default

    OK can you make this simple for me, if I run that script, what would trigger skinning? What would I enter to run it?
    Your mind is completely fucked. It is imperative that you unfuck immediately!

  6. #6

    Default

    Quote Originally Posted by gilchristr View Post
    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

  7. #7

    Default

    Thank you dreaven!
    Your mind is completely fucked. It is imperative that you unfuck immediately!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •