Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Nov 2014
    Posts
    4
    Reputation
    16
    Rep Power
    0

    Lightbulb [Request] pots/ammo < x, equip energy ring and exit client

    Hello guys,

    can u guys help me? There are some "botter killers" trapping the hunt stairs and luring the monsters until the ammo/pots ends..

    So, im looking for a script to equip energy ring and exit client when x pots or x crystalline arrows are low.. Can someone help me? looks like its not a dificult action, but i dont know to program at all..


    Thanks.

  2. #2
    Free User dmc's Avatar
    Join Date
    Apr 2016
    Location
    Brasil
    Posts
    6
    Reputation
    16
    Rep Power
    0
    ● Try this
    Code:
    -- DMC Scripts
    auto(1000)
    local AmmoName = "Prismatic Bolt"
    local MinAmmo = 100
    
    if ($wptsection == "Hunt" or $wptsection == "Spawn") and not $trapped  then
    	if itemcount(AmmoName) < MinAmmo then
    			moveitems("energy ring", "finger", "all", 100)
      			setlooting("no")
    			settargeting("no")
    			gotolabel(0, "Leave")
    	end
    end
    You may need to change some things according to What you need
    ● Simple and Complete ●

    Facebook: Click here

    Youtube: Click here

  3. #3
    Free User
    Join Date
    Nov 2014
    Posts
    4
    Reputation
    16
    Rep Power
    0
    Thankyou dude! i'll try

 

 

Tags for this Thread

Posting Permissions

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