XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 7 of 7

Thread: If Poisoned Use Claw of the Noxious Spawn

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    MrTrala's Avatar
    Join Date
    Aug 2015
    Posts
    16
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by eldera View Post
    lua code:
    local readyClawId = 9392
    local usedClawId = 9394
    local unequippedClawId = 9393

    Module.New("cure-poision", function()
    if (Self.isPoisoned()) then
    if (Self.Ring().id == readyClawId) then
    Self.UseItemFromEquipment("ring")
    elseif (Self.Ring().id == usedClawId) then
    Self.Dequip("ring")
    else
    Self.Equip(unequippedClawId, "ring")
    end
    end
    end)
    What's the point of using this script if each time you cure yourself you are going to remove your claw and put it again dealing more damage than you just cured.

    Useless if you're hunting something that poisons you a lot.
    Last edited by MrTrala; 02-22-2016 at 09:48 PM.

Posting Permissions

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