Public Macros Titanium Clients, weight control
Reply
Titanium Clients, weight control
Credit: Can not remember where I found this, pretty sure I found the basic idea in another macro and ghetto'd this together.

Going through my archive folder I found this and when I used titanium client I found this useful in some semi-afk & afk farm macros.
Its old, works and looks ghetto but anyone that still uses titanium can tweak it to suit their needs.

Macro
More +
Sub Main
/declare DestroyTimer timer outer
/if (${Me.CurrentWeight}>400 && ${DestroyTimer}<1) {
/call DestroySPCP
/varset DestroyTimer 300
}
/call SetupAdvLootVars
/return

Sub DestroySPCP
/keypress i
/delay 1s
/notify InventoryWindow IW_Money2 leftmouseup
/delay 1s
/notify QuantityWnd QTYW_Accept_Button leftmouseup
/delay 1s
/destroy
/delay 1s
/notify InventoryWindow IW_Money3 leftmouseup
/delay 1s
/notify QuantityWnd QTYW_Accept_Button leftmouseup
/delay 1s
/destroy
/delay 1s
/keypress i
/return
[/syntax]
Thu Nov 24, 2011 6:39 pm
Listen to This Guy
Public Macros Titanium Clients, weight control
Reply