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. #6
    Monthly Subscriber
    Join Date
    Jun 2012
    Posts
    185
    Mentioned
    22 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by MrTrala View Post
    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.
    So how should that script work then?
    @edit:

    lua code:
    local readyClawId = 9392

    Module.New("cure-poision", function()
    if (Self.isPoisoned()) then
    if (Self.Ring().id == readyClawId) then
    Self.UseItemFromEquipment("ring")
    end
    end
    end)
    Last edited by eldera; 02-22-2016 at 10:05 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
  •