Search found 4 matches

by fukki
02 Nov 2014, 01:53
Forum: Share your macro's
Topic: Drop your item when over limit
Replies: 0
Views: 4947

Drop your item when over limit

Fix your location to savemap and item name :P automacro OverAmount_YS { location not <SaveMap> inventory "Yggdrasil Seed" > 30 exclusive 1 call { $sItemName = Yggdrasil Seed $iLimit = 30 $gItem = @inventory($sItemName) if ($gItem >= 0) goto CheckDrop stop :CheckDrop $iItem = @invamount($sItemName) i...
by fukki
02 Nov 2014, 01:50
Forum: Share your macro's
Topic: Warp 2 lockmap with command
Replies: 0
Views: 5515

Warp 2 lockmap with command

just place in macros and remove "portals.txt" :o

Code: Select all

automacro Warp2Lockmap {
	hook AI/lockMap
	exclusive 1
	run-once 1
	call {
		$sLock = @config(lockMap)
		do c @warp $sLock
		release Warp2Lockmap
	}
}
by fukki
02 Nov 2014, 00:39
Forum: Share your macro's
Topic: Macros: Relog when Striped and Repair broken item
Replies: 0
Views: 4457

Macros: Relog when Striped and Repair broken item

First you need to set your "items_control.txt" and "pickupitems.txt" if you not set it bot will sell or drop your item :D Ex: items_control.txt +4 Maya Hat [Orc Hero] 1 0 0 +7 Orlean's Server [Maya] [1] 1 0 0 +8 Meteor Plate [Tao Gunka] [1] 1 0 0 +7 Ice Pick [Phreeoni] [1] 1 0 0 BROKEN +4 Maya Hat [...
by fukki
13 Dec 2010, 07:57
Forum: Share your macro's
Topic: [Resolve]Repair item and Relog when strip
Replies: 1
Views: 9755

[Resolve]Repair item and Relog when strip

First you need to set your "items_control.txt" and "pickupitems.txt" if you not set it bot will sell or drop your item :D Ex: items_control.txt +4 Maya Hat [Orc Hero] 1 0 0 +7 Orlean's Server [Maya] [1] 1 0 0 +8 Meteor Plate [Tao Gunka] [1] 1 0 0 +7 Ice Pick [Phreeoni] [1] 1 0 0 BROKEN +4 Maya Hat [...