Log in

View Full Version : Dwarf Guard Cormaya [EK] by Joker



Joker
03-12-2012, 22:27
I test on ek 50 lv 75/75 skills. 25k exp/h 5-7k profit. On 1h collect loot you must get 7 backpacks to loot and 40-70 mf to heal.
http://img718.imageshack.us/img718/4197/20755870.jpg
We start in Cormaya. You must go in section 4 on the map and enter the underground.
When you in cave you can start bot.
http://img607.imageshack.us/img607/6103/cormaya.png
Drop loot
http://img560.imageshack.us/img560/7710/cormayadwarfcave1.png

Code:
#Created by Joker
setMeleeKill dwarf
setMeleeKill dwarf soldier
setMeleeKill dwarf guard
setMeleeKill dwarf geomancer
setPriority dwarf:-1
setPriority dwarf soldier:+1
setPriority dwarf guard:+2
setPriority dwarf geomancer:+3
#gold
setLoot D7 0B
#geomancer's robe
setLoot C2 2C
#battle shield
setLoot 55 0D
#double axe
setLoot CB 0C
#hatchet
setLoot CC 0C
#scale armor
setLoot 31 0D
#battle hammer
setLoot E9 0C
#crossbow
setLoot 15 0D
#dwarven shield
setLoot 61 0D
#axe
setLoot CA 0C
#soldier helmet
setLoot 2F 0D
#empty vials
SetLoot 1D 01
#steel helmet
SetLoot 17 0D
#white mushrooms
SetLoot 8B 0E
#geomancer's staff
SetLoot C7 2C
#Battle axe
SetLoot C2 0C
#chain armor
SetLoot 1E 0D
#iron ore
SetLoot F8 16
#small saphire
SetLoot D5 0B
move 33358,32029,8
move 33358,32046,8
move 33358,32061,8
move 33346,32048,8
move 33333,32048,8
move 33323,32045,8
move 33324,32032,8
move 33335,32021,8
move 33323,32028,9
move 33329,32017,9
move 33329,32035,9
move 33317,32040,9
move 33316,32040,9
move 33318,32040,10
move 33323,32033,10
move 33324,32023,10
move 33330,32030,10
move 33335,32028,10
move 33336,32028,10
move 33335,32028,11
move 33334,32027,11
move 33326,32031,11
move 33335,32028,11
move 33336,32028,11
move 33317,32040,10
move 33316,32040,10
move 33329,32039,9
move 33324,32026,9
move 33322,32029,9
move 33322,32030,9
move 33322,32031,8
move 33323,32047,8
move 33308,32047,8
move 33308,32033,8
move 33308,32018,8
move 33310,32048,8
move 33333,32049,8
move 33333,32059,8
move 33311,32066,8
dropLootOnGround 33310,32065,8
move 33333,32049,8
move 33342,32048,8
move 33357,32047,8
move 33358,32064,8
move 33358,32030,8
gotoScriptLine 44
Please comment :D

Malmis
03-13-2012, 11:59
Didn't know that place existed, haha. :p I'll go explore, maybe try your script. But I noticed a few things... sorry. :p

First some lootitems are missing, atleast I'd want to loot them:
#Terra Boots
setLoot 2D 03
#Clerical Mace
setLoot EF 0C
#Small Amethyst
setLoot D9 0B
#Dwarven Ring
setLoot 19 0C
#Axe Ring
setLoot 14 0C

Also the script drops all loot (including sapphires, gold and iron ore) on the ground. You fix this by using resetLoot, list the items you want to drop, dropLootOnGround, then list the rest of the loot.
It also drops the vials and loots white mushrooms... Frankly as a knight the cap of empty vials is negliable and you'll only be annoyed the bot drops the vials on all your other loot, as I don't know the cave I couldn't add a seperate vialdrop. And since most people don't loot food then use runemaker too eat it but only eat from corpses you shouldn't add food items to the loot, but maybe you want to save the ones you don't eat or something. :p
Also you don't really need to put dwarf on "-1" priority since all other monsters in have higher priorities.
Just some tips.

Here's the script with updated lootdrop and lootitems:

#Created by Joker, extra lootitems and edited drop by Malmis
setMeleeKill dwarf
setMeleeKill dwarf soldier
setMeleeKill dwarf guard
setMeleeKill dwarf geomancer
setPriority dwarf:-1
setPriority dwarf soldier:+1
setPriority dwarf guard:+2
setPriority dwarf geomancer:+3
#gold
setLoot D7 0B
#geomancer's robe
setLoot C2 2C
#battle shield
setLoot 55 0D
#double axe
setLoot CB 0C
#hatchet
setLoot CC 0C
#scale armor
setLoot 31 0D
#battle hammer
setLoot E9 0C
#crossbow
setLoot 15 0D
#dwarven shield
setLoot 61 0D
#axe
setLoot CA 0C
#soldier helmet
setLoot 2F 0D
#steel helmet
SetLoot 17 0D
#geomancer's staff
SetLoot C7 2C
#Battle axe
SetLoot C2 0C
#chain armor
SetLoot 1E 0D
#iron ore
SetLoot F8 16
#small saphire
SetLoot D5 0B
#
#Added by Malmis
#
#Terra Boots
setLoot 2D 03
#Clerical Mace
setLoot EF 0C
#Small Amethyst
setLoot D9 0B
#Dwarven Ring
setLoot 19 0C
#Axe Ring
setLoot 14 0C
move 33358,32029,8
move 33358,32046,8
move 33358,32061,8
move 33346,32048,8
move 33333,32048,8
move 33323,32045,8
move 33324,32032,8
move 33335,32021,8
move 33323,32028,9
move 33329,32017,9
move 33329,32035,9
move 33317,32040,9
move 33316,32040,9
move 33318,32040,10
move 33323,32033,10
move 33324,32023,10
move 33330,32030,10
move 33335,32028,10
move 33336,32028,10
move 33335,32028,11
move 33334,32027,11
move 33326,32031,11
move 33335,32028,11
move 33336,32028,11
move 33317,32040,10
move 33316,32040,10
move 33329,32039,9
move 33324,32026,9
move 33322,32029,9
move 33322,32030,9
move 33322,32031,8
move 33323,32047,8
move 33308,32047,8
move 33308,32033,8
move 33308,32018,8
move 33310,32048,8
move 33333,32049,8
move 33333,32059,8
move 33311,32066,8
resetLoot
#battle shield
setLoot 55 0D
#double axe
setLoot CB 0C
#hatchet
setLoot CC 0C
#scale armor
setLoot 31 0D
#battle hammer
setLoot E9 0C
#crossbow
setLoot 15 0D
#dwarven shield
setLoot 61 0D
#axe
setLoot CA 0C
#soldier helmet
setLoot 2F 0D
#steel helmet
SetLoot 17 0D
#Battle axe
SetLoot C2 0C
#chain armor
SetLoot 1E 0D
#Clerical Mace
setLoot EF 0C
dropLootOnGround 33310,32065,8
#gold
setLoot D7 0B
#geomancer's robe
setLoot C2 2C
#geomancer's staff
SetLoot C7 2C
#Terra Boots
setLoot 2D 03
#Small Amethyst
setLoot D9 0B
#Dwarven Ring
setLoot 19 0C
#Axe Ring
setLoot 14 0C
#iron ore
SetLoot F8 16
#small saphire
SetLoot D5 0B
move 33333,32049,8
move 33342,32048,8
move 33357,32047,8
move 33358,32064,8
move 33358,32030,8
gotoScriptLine 0

I sincerely hope you don't mind Joker.
EDIT: And please post your scripts as attachments or in code-tags, it gets so long. :(