Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 04:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Runen Pickit richtig eingestellt?

Discussion on Runen Pickit richtig eingestellt? within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2008
Posts: 93
Received Thanks: 0
Runen Pickit richtig eingestellt?

end
)

function isHighRune(item)
return (
item.baseItem.code == "r21" --Pul
or item.baseItem.code == "r22" --Um
or item.baseItem.code == "r23" --Mal
or item.baseItem.code == "r24" --Ist
or item.baseItem.code == "r25" --Gul
or item.baseItem.code == "r26" --Vex
or item.baseItem.code == "r27" --Ohm
or item.baseItem.code == "r28" --Lo
or item.baseItem.code == "r29" --Sur
or item.baseItem.code == "r30" --Ber
or item.baseItem.code == "r31" --Jah
or item.baseItem.code == "r32" --Cham
or item.baseItem.code == "r33" --Zod


nimmt er wenn das so aussieht ( oben ) die hrs auf

end
)

function isHighRune(item)
return (
item.baseItem.code == "r21" Pul
or item.baseItem.code == "r22" Um
or item.baseItem.code == "r23" Mal
or item.baseItem.code == "r24" Ist
or item.baseItem.code == "r25" Gul
or item.baseItem.code == "r26" Vex
or item.baseItem.code == "r27" Ohm
or item.baseItem.code == "r28" Lo
or item.baseItem.code == "r29" Sur
or item.baseItem.code == "r30" Ber
or item.baseItem.code == "r31" Jah
or item.baseItem.code == "r32" Cham
or item.baseItem.code == "r33" Zod

oder so?
BvN-KKND is offline  
Old 09/21/2008, 19:05   #2

 
elite*gold: 315
The Black Market: 219/2/4
Join Date: Jul 2008
Posts: 3,284
Received Thanks: 1,133
ya
Gt-Kingz is offline  
Old 09/21/2008, 19:52   #3
 
Order_of_Doom's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 264
Received Thanks: 33
das obere passt. Kein -- for rune.

--item.baseItem.code == "r01" or --El Nimmt ers nich auf

item.baseItem.code == "r01" or --El Nimmt ers auf
Order_of_Doom is offline  
Old 09/21/2008, 19:57   #4
 
elite*gold: 0
Join Date: Feb 2008
Posts: 93
Received Thanks: 0
Quote:
Originally Posted by Order_of_Doom View Post
das obere passt. Kein -- for rune.

--item.baseItem.code == "r01" or --El Nimmt ers nich auf

item.baseItem.code == "r01" or --El Nimmt ers auf
habe das mal gemacht und auch mal probiert aber er hebt keine Thul rune auf (als test^^)
BvN-KKND is offline  
Old 09/22/2008, 12:33   #5
 
elite*gold: 0
Join Date: Jul 2008
Posts: 58
Received Thanks: 7
1. In der neusten Version, musst du im "Strict" Verzeichnis die Sachen umstellen.
2. Check ob er in der includes auch "loadfile(dir .. "other\\runes.lua")()" an hat.
3. Du hast alles verstellt

Highrunen sammelt er immer auf, da hättest du nix verstellen müssen


Quote:
-- RUNES
if not (isHighRune(item) or isOtherRune(item)) then
return false
elseif action == aPICK then
if isHighRune(item) then
return 8 -- hr pick priority
elseif isOtherRune(item) then
return 5 -- other runes pick priority
end
end

return false
end
)

function isHighRune(item) Hier nichts verstellen, er nimmt alle mit.
return (
item.baseItem.code == "r21" or --Pul
item.baseItem.code == "r22" or --Um
item.baseItem.code == "r25" or --Gul
item.baseItem.code == "r23" or --Mal
item.baseItem.code == "r24" or --Ist
item.baseItem.code == "r26" or --Vex
item.baseItem.code == "r27" or --Ohm
item.baseItem.code == "r28" or --Lo
item.baseItem.code == "r29" or --Sur
item.baseItem.code == "r30" or --Ber
item.baseItem.code == "r31" or --Jah
item.baseItem.code == "r32" or --Cham
item.baseItem.code == "r33" --Zod
)
end

function isOtherRune(item) Hier die ersten -- entfernen damit er sich aufsammelt.
return (
--item.baseItem.code == "r01" or --El
--item.baseItem.code == "r02" or --Eld
--item.baseItem.code == "r03" or --Tir
--item.baseItem.code == "r04" or --Nef
--item.baseItem.code == "r05" or --Eth
--item.baseItem.code == "r06" or --Ith
--item.baseItem.code == "r07" or --Tal
item.baseItem.code == "r08" or --Ral
--item.baseItem.code == "r09" or --Ort
item.baseItem.code == "r10" or --Thul (Nimmt er jetzt mit)
--item.baseItem.code == "r11" or --Amn
--item.baseItem.code == "r12" or --Sol
--item.baseItem.code == "r13" or --Shael
--item.baseItem.code == "r14" or --Dol
item.baseItem.code == "r15" or --Hel
--item.baseItem.code == "r16" or --Io (Lässt er jetzt liegen)
item.baseItem.code == "r17" or --Lum
item.baseItem.code == "r18" or --Ko
item.baseItem.code == "r19" or --Fal
item.baseItem.code == "r20" --Lem
)
end
Dewy is offline  
Old 09/22/2008, 17:48   #6
 
elite*gold: 0
Join Date: Feb 2008
Posts: 93
Received Thanks: 0
Quote:
Originally Posted by Dewy View Post
1. In der neusten Version, musst du im "Strict" Verzeichnis die Sachen umstellen.
2. Check ob er in der includes auch "loadfile(dir .. "other\runes.lua")()" an hat.
3. Du hast alles verstellt

Highrunen sammelt er immer auf, da hättest du nix verstellen müssen
ah ok damit hat sich ja eine weitere frage geklärt
BvN-KKND is offline  
Reply


Similar Threads Similar Threads
GM-Rechte eingestellt aber klappt nicht
08/28/2010 - Metin2 Private Server - 5 Replies
hey, hab mal wieder ein problem mit meinem p server. ich hab mir nen acc gemacht und charakter erstellt. jetz hab ich bei gm host die meine hamachi ip mit .100 und einmal ohne .100 und in gm list meinen char rein geschrieben so wie in den videos beschrieben und implentor gemacht. danach rebootet aber habe immernoch keine gm rechte?
Hid-bot eingestellt?
06/17/2010 - Last Chaos - 6 Replies
Mensch verdammt aber auch. Bin grad in der Testphase und wollte mir demnächst ne vollversion zulegen. Jetzt muss ich lesen, daß es keine Lizenzen mehr zum Kaufen gibt. Blöd ey Wird es da wieder welche geben? Kann man da noch rückwirkend drankommen? weiß da jemand was genaueres? Wäre über ein paar informationen echt froh
Kuk-bot Runen/pickit funktion
05/10/2010 - Diablo 2 - 0 Replies
Mir is aufgefallen, dass der Kuk-bot von hier: http://www.elitepvpers.com/forum/diablo-2/194327-k uk-bot-anleitung-baal-diablo.html keine runen aufhebt und zb auch keine uniques wie griffons oder Tyraels nimmt wie kann man das ändern?
Frag d2n Pickit (runen) *pickit*
04/12/2010 - Diablo 2 - 6 Replies
Servus, 2 Nächte lief mein Bot auf hell und hat folgende Gebiete abgebotet - masoleum - ancients tunnels - tristram - summ - andy - meppel
[NEWS] Wish eingestellt
01/19/2005 - User Submitted News - 4 Replies
vor der offiziellen seite: Dear friends of Wish: Unfortunately we have bad news. After careful consideration of all the facts and analyzing all the data which we have gathered from the Wish Beta 2.0 test so far, we have decided to cancel the Wish project. Our Beta test will end this evening at 6pm EST, and at this time our Beta forums will close as well.



All times are GMT +1. The time now is 04:35.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.