[Request] Mass loot menu

User Tag List

Results 1 to 5 of 5
  1. #1
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,566
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Mass loot

    It would be amazing if someone can make an addon or program that could mass loot bodies within x yards.

    [Request] Mass loot
  2. #2
    smusen's Avatar Elite User Professional Scumbag CoreCoins Purchaser
    Reputation
    366
    Join Date
    Nov 2009
    Posts
    843
    Thanks G/R
    8/63
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You mean like this item is able to do ?
    Loot-a-Rang

  3. #3
    Cloud13's Avatar Contributor CoreCoins Purchaser
    Reputation
    195
    Join Date
    Jul 2008
    Posts
    283
    Thanks G/R
    1/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think in means AoE loot like in rift. You could kill 10 mobs in an area, loot one of them, and receive the loot for all the mobs at once.

  4. #4
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,566
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i mean like na had, ware you could mass loot like all the bodies in x yards. Example.
    Code:
    --[[
    	Autoloot script created by Chaotic
    	            version 1.2
    	!!!Make sure you have fast loot enabled!!!
    ]]
    
    --User Variables--
    ScriptDelay=3;
    Color = 0xFFFFA54F;
    ------------------
    
    function GetDistance3D(x1, y1, z1, x2, y2, z2)
    	 local d1,d2,d3;
    	 d1 = x2 - x1;
    	 d1 = d1*d1;
    	 d2 = y2 - y1;
    	 d2 = d2*d2;
    	 d3 = z2 - z1;
    	 d3 = d3 * d3;
    	 return math.sqrt(d1+d2+d3);
    end
    
    function IsInRange( Object )
    	local ObjectX, ObjectY, ObjectZ;
    	ObjectX, ObjectY, ObjectZ = game.getCoordinates(Object);
    	if GetDistance3D( Player.X, Player.Y, Player.Z, ObjectX, ObjectY, ObjectZ ) < 5 then
    	    return 1;
    	end
    	return 0;
    end
    
    TickPause = 0;
    function Timer()
    	if TickPause > 0 then
    		TickPause = TickPause - 1;
    		return;
    	end
    	
    	if move.isMoving(Player.Pointer) == 1 or game.isInCombat(Player.Pointer) == 1 and game.isMounted(Player.Pointer) == 1 then
    		TickPause = 1;
    		return;
    	end
    	
    	local EntryCount,ThisObject;
    	game.updateObjectList();
    	EntryCount = game.getObjectListEntryCount();
    	
    	for i = 0, EntryCount, 1 do
    		ThisObject = game.getObjectListEntry(i);
    		if ThisObject ~= Player.Pointer and game.getType(ThisObject) == TYPE_NPC 
    				and game.getLife(ThisObject) == 0 and IsInRange(ThisObject) == 1 and game.isLootable(ThisObject) == 1 then 
    			game.useObject(ThisObject);
    			TickPause = 3;
    			return;
    		end
    	end
    end
    
    function Load()
    	system.setTimerCallback("Timer",500);
    	game.printChat("Autoloot: Loaded v1.2!",Color);
    end

  5. #5
    dutamulia's Avatar Corporal
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i need such a loot bot too, I AoEed like 25 mobs and feels tedious to manually loot them one by one.

Similar Threads

  1. Mass Loot Boxes
    By Strathrename in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 11-16-2012, 11:18 AM
  2. [REQUEST] Corpse Loot Spell (sparkle) to beam
    By Vixxi in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 07-13-2011, 10:39 AM
  3. [Request] mass whisper maco
    By eXp0 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 04-01-2011, 06:58 AM
  4. [Request/Help] Loot "sparkles" to "Mark of Arlokk"
    By squall14716 in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-24-2009, 06:55 AM
  5. [Request] Working Loot Sparkles change
    By happykilla in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 08-06-2008, 02:45 PM
All times are GMT -5. The time now is 04:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search