Log in

View Full Version : Loot Dropping, Gold Bagging, Darashia Rots



garrexx
03-19-2012, 23:12
I am new to this script idea but am pretty capable of figuring it out with some help. So basically to simplify what im looking for is a script that drops maces and swords (possibly in one spot if possible, if not just on the ground anywhere) and one that puts gold in a backpack inside the main backpack(possibly until its full then it puts in gold into the main backpack, again if possible). Also I have modified my script to dump my mana in between waypoints. There has to be a simpler way to do this. If someone could please just explain. I KNOW I have asked a lot but I would appreciate any and all help :D
Much Thanks,
Garrexx

Heres the script I am using currently for Darashia Rots:
I tried to paste it here but it says something like theres to many images in my msg so im just gonna upload it as a txt file.

Malmis
03-20-2012, 10:41
To waste mana when almost full, use this conditional event:

$mymanapercent$
#number>=#
99
0
2000
0
utani hur
or for a more precise method:
http://www.blackdtools.net/showthread.php?7040-Cond-Event-Use-spell-when-max-mana-1

Lootdropping you do like this

move x,y,z
resetLoot
#Loot to drop, don't remember IDs
setLoot sword
setLoot mace
dropLootOnGround x,y,z
#Set loot not dropped, gold dirt and fangs
setLoot D7 0B
setLoot DC 25
setLoot 23 28

Just edit the x,y,z to the pos you want it to drop on.

Also it will always loot everything into every open backpakc you have, it will not discimrinate between loot nor open new backpacks. So best have several open. But don't minimize them... Dropping loot into minimized backpacks could be considered pretty... fishy.