View Full Version : Thurme from IB
Ektar
08-23-2010, 12:17 PM
and whoever runs the Thurme bot in Hate uses it.
hahahahahohohoheheheeeee
Glitch
08-23-2010, 02:13 PM
Thurme is an asshole. He once used Macroquest so hard that my best friend died. ban plx
Supreme
08-23-2010, 02:36 PM
#include spell_routines.inc
function main(string CastMe, int MyCount, string SummonedItem)
{
EQExecute /memspellset Summon
wait 3000 ${Me.SpellReady[Dimensional Pocket]}
call Summon "${CastMe}" ${MyCount} "${SummonedItem}"
speak Done summoning items
if !${Me.Sitting}
EQExecute /sit
echo END Bag script
}
function Summon(string CastMe, int MyCount, string SummonedItem)
{
echo Spellname: "${CastMe}"
echo Number: ${MyCount}
echo What is summoned: "${SummonedItem}"
echo Summon count is ${FindItemCount[="${SummonedItem}"]}
do
{
wait ${Math.Rand[15]:Inc[5]}
if ${Me.SpellReady["${CastMe}"]} && ${Me.PctMana}>20
{
echo summoning ${SummonedItem}
call Cast "${CastMe}"
if ${Cursor(exists)}
{
EQExecute /autoinventory
EQExecute /sit
echo waiting for spell ready
wait 20 !${Cursor.ID}
wait 9999 ${Me.SpellReady["${CastMe}"]}
echo Summon count is ${FindItemCount["=${SummonedItem}"]}
}
}
else
{
echo resting for mana
if !${Me.Sitting}
EQExecute /sit
wait 9999 ${Me.PctMana}==100
echo done resting for mana
}
}
while (${FindItemCount["=${SummonedItem}"]}<${MyCount})
}
So POWAH!
Ektar
08-23-2010, 02:43 PM
wtf did you just say =(
Abacab niggah
08-23-2010, 02:48 PM
wtf did you just say =(
He scripted his forum account to summon dimensional pockets on every 20 count, and if one is on the cursor to dispose of it
Supreme
08-23-2010, 02:52 PM
=(
Abacab niggah
08-23-2010, 02:52 PM
To further explain I'll beak it down yo:
function main(string CastMe, int MyCount, string SummonedItem)
{
EQExecute /memspellset Summon
wait 3000 ${Me.SpellReady[Dimensional Pocket]}
call Summon "${CastMe}" ${MyCount} "${SummonedItem}"
speak Done summoning items
if !${Me.Sitting}
EQExecute /sit
echo END Bag script
}
Right here he scripted his character to mem the spell "Dimensional pocket" which when he sits he stops summoning bags momentarily
function Summon(string CastMe, int MyCount, string SummonedItem)
{
echo Spellname: "${CastMe}"
echo Number: ${MyCount}
echo What is summoned: "${SummonedItem}"
echo Summon count is ${FindItemCount[="${SummonedItem}"]}
do
{
wait ${Math.Rand[15]:Inc[5]}
if ${Me.SpellReady["${CastMe}"]} && ${Me.PctMana}>20
{
echo summoning ${SummonedItem}
call Cast "${CastMe}"
if ${Cursor(exists)}
{
EQExecute /autoinventory
EQExecute /sit
echo waiting for spell ready
wait 20 !${Cursor.ID}
wait 9999 ${Me.SpellReady["${CastMe}"]}
echo Summon count is ${FindItemCount["=${SummonedItem}"]}
}
Now he is summoning bags and placing them in the inventory with timing in between each summon as dedicated by the "9999" variable
}
else
{
echo resting for mana
if !${Me.Sitting}
EQExecute /sit
wait 9999 ${Me.PctMana}==100
echo done resting for mana
}
}
while (${FindItemCount["=${SummonedItem}"]}<${MyCount})
Now after summoning he is scripted to sit and med for mana until 100% before the script or a new script can be implemented
Basically he is a automated vending machine
Supreme
08-23-2010, 02:53 PM
Just trying to raise my conjuration...DAMN!
Ektar
08-23-2010, 03:15 PM
WHILE x=1
y=2
z=4
... idk
Itchybottom
08-23-2010, 03:16 PM
http://img201.imageshack.us/img201/2706/spawnchecker.jpg
...Raren
08-23-2010, 03:17 PM
http://img201.imageshack.us/img201/2706/spawnchecker.jpg
Lol thats good shit
Ektar
08-23-2010, 03:20 PM
she's cute. thurme'd boink that chick.
she's cute. thurme'd boink that chick.
I thought he didn't roll that way bro
Abacab niggah
08-23-2010, 03:21 PM
WHILE x=1
y=2
z=4
... idk
X8-Y^2 = Z
Wut?
Straif
08-23-2010, 03:22 PM
http://img201.imageshack.us/img201/2706/spawnchecker.jpg
Prolly coked out... look at the length of her pinky nail
Itchybottom
08-23-2010, 03:28 PM
Prolly coked out... look at the length of her pinky nail
So negative! Coke is known to lower gag reflex.
Estolcles
08-23-2010, 05:28 PM
So negative! Coke is known to lower gag reflex.
So she's better at swallowing.
Definitely coked up.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.