Mephbot problems

Apathy_x09

Member!
Joined
Jul 30, 2003
Messages
33
Reaction score
0
Website
Visit site
My meph bot was working fine, but then i decided i wanted it to pick up more items. So i added some stuff to the pickit.ini script. It worked fine last night, then when i loaded it up today it is picking up every set item the drops and calling it a Tal Rasha's Fine-spun Cloth. This is what the code for that item looks like:

;[Set Mesh Belt]
;Code-"zmb"
;Description=ÿc2[Set] Tal Rasha's Fine-spun Cloth
;Level=Set
;Pickup=1

I ust to have it enabled, but even when i disabled it, it still picked up all the set itemsm so im guessing i have an error someplace in the set items script. This is what that looks like:

;==========================================================
;-------------------------Set Items------------------------
;==========================================================

[Set Bramble Mitts]
Code="ulg"
Description=ÿc2[Set] Laying of Hands
Level=Set
Pickup=1

;====================Aldur's Watchtower=================
[Set Shadow Plate]
Code="uul"
Description=ÿc2[Set] Aldur's Shadow Plate
Level=Set
Pickup=1

;===================Bul Kathos' Children================
[Set Colossus Blade]
Code="7gd"
Description=ÿc2[Set] Bul-Kathos' Colossus Blade
Level=Set
Pickup=1

[Set Mythical Sword]
Code="7wd"
Description=ÿc2[Set] Bul-Kathos' Mythical Sword
Level=Set
Pickup=1

;====================Griswold's Legacy==================
[Set Caduceus]
Code="7ws"
Description=ÿc2[Set] Griswolds's Redemption
Level=Set
Pickup=1

[Set Corona]
Code="urn"
Description=ÿc2[Set] Griswold's Corona
Level=Set
Pickup=1

[Set Vortex Shield]
Code="paf"
Description=ÿc2[Set] Griswold's Vortex Shield
Level=Set
Pickup=1

;====================The Immortal King==================
[Set Sacred Armor]
Code="uar"
Description=ÿc2[Set] Immortal King's Sacred Armor
Level=Set
Pickup=1

[Set War Boots]
Code="xhb"
Descriptipn=ÿc2[Set] Immortal King's Pillar
Level=Set
Pickup=1

[Set War Gauntlets]
Code="zhb"
Description=ÿc2[Set] Immortal King's Detail
Level=Set
Pickup=1

;==================M'avina's Battle Hymn================
[Set Grand Matron Bow]
Code="amc"
Description=ÿc2[Set] M'avina's Caster
Level=Set
Pickup=1

[Set Kraken Shell]
Code="uld"
Description=ÿc2[Set] M'avina's Embrace
Level=Set
Pickup=1

[Set Diadem]
Code="ci3"
Description=ÿc2[Set] M'avina's True Sight
Level=Set
Pickup=1

;=====================Natalya's Odium===================
[Set Scissors Suwayyah]
Code="7qr"
Description=ÿc2[Set] Natalya's Mark
Level=Set
Pickup=1

;==================Sazabi's Grand Tribute================
[Set Cryptic Sword]
Code="7ls"
Description=ÿc2[Set] Sazabi's Cobalt Redeemer
Level=Set
Pickup=1

[Set Balrog Skin]
Code="upl"
Description=ÿc2[Set] Sazabi's Ghost Liberator
Level=Set
Pickup=1

;==================Tal Rasha's Wrappings================
[Set Lacquered Plate]
Code="uth"
Description=ÿc2[Set] Tal Rasha's Lacquered Plate
Level=Set
Pickup=1

;[Set Swirling Crystal]
;Code="oba"
;Description=ÿc2[Set] Tal Rasha's Lidless Eye
;Level=Set
;Pickup=1

;[Set Mesh Belt]
;Code-"zmb"
;Description=ÿc2[Set] Tal Rasha's Fine-spun Cloth
;Level=Set
;Pickup=1

;===================Trang-Oul's Avatar==================
[Set Bone Visage]
Code="uh9"
Description=ÿc2[Set] Trang-Oul's Bone Visage
Level=Set
Pickup=1

[Set Troll Belt]
Code="utc"
Description=ÿc2[Set] Trang-Oul's Troll Belt
Level=Set
Pickup=1

[Set Chaos Armor]
Code="xul"
Description=ÿc2[Set] Trang-Oul's Scales
Level=Set
Pickup=1

[Set Cantor Trophy]
Code="ne9"
Description=ÿc2[Set] Trang-Oul's Wing
Level=Set
Pickup=1

;=====================Multi=Set=Items===================
[Set Amulet]
Code="amu"
Description=ÿc2[Set] Set Amulet (possibly Tal Rasha's Amulet)
Level=Set
Pickup=1

;[Set Round Shield]
;Code="xml"
;Description=ÿc2[Set] Whitstan's Guard
;Level=Set
;Pickup=0

Well if anyone could help me, it would be greatly appreciated. i bet it is just a little screw up someplace :(

also, did i do these right?

;--------------------------pike/polarm/scepter--------------------------
[Unique Grim Scythe]
Code="9wc"
Description=ÿc8[Ecpt] Grim's Burning Dead
Level=Unique
isEthereal=1
Pickup=1

[Unique Divine Scepter]
Code="9ws"
Description=ÿc8[Ecpt] Hand of Blessed Light
Level=Unique
Pickup=1

[Unique Lance]
Code="9p9"
Description=ÿc8[Ecpt] Spire of Honor
Level=Unique
isEthereal=1
Pickup=1


and do you have to add the pickup to the runes, like this:
[Sur Rune]
Code="r29"
Description=ÿc1[29] Sur Rune Dropped
Pickup=1
 

bakaneko

Member!
Joined
Jul 26, 2003
Messages
101
Reaction score
0
Location
chitown
Website
Visit site
dude... that is a - not an =; dont worry we do it all the time =D... i am a cs person and that always happens

;[Set Mesh Belt]
;Code-"zmb"
;Description=ÿc2[Set] Tal Rasha's Fine-spun Cloth
;Level=Set
;Pickup=1

should be

;[Set Mesh Belt]
;Code="zmb"
;Description=ÿc2[Set] Tal Rasha's Fine-spun Cloth
;Level=Set
;Pickup=1
 

New threads

Top