elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Metin2 Private Server (https://www.elitepvpers.com/forum/metin2-private-server/)
-   -   [BUGS/PROBLEME/FEHLER-SAMMELTHREAD] 2013 Files by Invoice (https://www.elitepvpers.com/forum/metin2-private-server/2637422-bugs-probleme-fehler-sammelthread-2013-files-invoice.html)

zуℓση 06/05/2013 15:39

Quote:

Originally Posted by xGr33n (Post 23099311)
777 Rechte?
Server danach neugestartet?

xD klar ich hab viel ahnung
aber der server nimmts nicht an, die quest ist auch komplett fehlerfrei gewesen.

Flotzi 06/05/2013 15:40

DE-Mobs
 
.. haben kein TP.

zb: 3903 - 1Hit.

normale Frisuren klappen immernoch nicht

g2 mobs heissen ????

Edit: bei den neuen Adern baut man Sa-Gui Karten ab xD

Siegel kann man keinen Hotkey zuweisen, zb Weißer Löwe-Siegek auf F2

beim Stalli gibt es keine Quest, außer Info und mein Pferd.

xGr33n 06/05/2013 15:43

Quote:

Originally Posted by zуℓση (Post 23099385)
xD klar ich hab viel ahnung
aber der server nimmts nicht an, die quest ist auch komplett fehlerfrei gewesen.

sry weiß man ja nie...
Versuch das mal:
Benenne den object ordner in object_alt um und führe python make.py aus.
Wenn's fertig ist in FileZilla aktualisieren und schau mal ob ein neuer object ordner entstanden ist. Wenn ja checke ob die Quest Tabelle einen crash hat

Quote:

Originally Posted by Flotzi (Post 23099402)
.. haben kein TP.

zb: 3903 - 1Hit.

normale Frisuren klappen immernoch nicht

Steht da fixed? Nein :facepalm:. Bitte es gilt wie immer: Erst lesen dann posten.

Zu den Frisuren: Musst du in die quest eintragen, natürlich mit HairIndex und als .use. Dann noch Clientside die Icons kopieren & ID anpassen, die neuen Icons mit packen und danach in der item_list.txt anpassen. Dann sollte das ganze auch Funktionieren!

TheDomiXD 06/05/2013 16:13

Weiterer Bug!

Wenn ich z.B. eine Kostümfrisur (bei mir Mini-Iro+) ausziehen will, kommt bei mir unten dann "Du hast Mini-Iro+ erhalten!"

xGr33n 06/05/2013 16:15

Das ist kein Bug, das ist gewollt, da das Kostüm wenn du es benutzt aus dem Inv gelöscht wird, und wenn du es wd ausziehst du es wd erhältst. Ich habe schon 2 Stunden im Clienten n PickUpItem gesucht und nicht gefunden, sonst könnte man sagen wenn %s <-- item == Wüstenkämpfer etc return

€: 10 Sek nach dem ich das gepostet habe, habe ich den text gefunden jz nur noch schauen wie der Client das ganze erhält!

Cr41s3' 06/05/2013 16:22

Gibt es einen vernünftigen Client Entpacker und Packer?

MfG-

zуℓση 06/05/2013 16:24

fertigkeit neuverteilung hat keine quest, kann mal einer posten?

Quote:

Originally Posted by Cr41s3' (Post 23100320)
Gibt es einen vernünftigen Client Entpacker und Packer?

MfG-

schau die erste seite an, balika01 oder eternexus

Cr41s3' 06/05/2013 16:27

Quote:

Originally Posted by zуℓση (Post 23100364)
fertigkeit neuverteilung hat keine quest, kann mal einer posten?



schau die erste seite an, balika01 oder eternexus

Der 2. geht nicht wenn ich entpacken will blitzt es einmal beides auf 100% auf und dann wars das, keine Source.

Der 1.
Finde ich kompliziert.
Zu viele Viren ( false positive, was mir eig. egal ist, aber immer Ausnahmen adden -.- )

Ich probiert den 1. nomma aus

xGr33n 06/05/2013 16:30

[Only registered and activated users can see links. Click Here To Register...]

Da hast du für den ersten ne einfache Methode

BigPapaPump 06/05/2013 16:39

Oder du benutzt dieses hier. [Only registered and activated users can see links. Click Here To Register...] in Verbindung mit Balika01 entpacker.EterNexux klappt nicht immer. Habe die Erfahrung gemacht. Der Entpacken von balika01 ist bisher am besten.

Habe immer noch das Problem mit angezogenen Costüm welches ich ein paar Antworten vorher beschrieben habe. Keine Lösung hat geklappt. Oder ich bin zu ...........

xGr33n 06/05/2013 16:42

Du kannst den Loop_timer langsamer machen ist dadurch deutlich länger da

zуℓση 06/05/2013 17:01

hat jemand ne fertigkeit zurücksetzen quest? -.-

LEL0UCH' 06/05/2013 18:54

Quote:

Originally Posted by zуℓση (Post 23101108)
hat jemand ne fertigkeit zurücksetzen quest? -.-

PHP Code:

quest reset_scroll begin
    state start begin
        when 71002.
use begin
            
---                                                   l
            say_title
("Statusneuverteilung")
            
say("Die Anwendung dieser Schriftrolle ermöglicht es"
            
say("dir deine Status-Punkte neu zu verteilen.")
            
say("So kannst Du deinen Charakter in eine andere")
            
say("Richtung entwickeln.")
            
say("")
            
say_reward("Womit möchtest du fortfahren?")
            
say("")

            
local s select("Statuspunkte zurücksetzten""Statuspunkte und Lehre zurücksetzen""Abbrechen")

            -- 
status
            
if == s then
                say_title
("Achtung:")
                
say("Du kannst diesen Effekt nicht rückgängig machen.")
                
say("")
                
say_reward("Möchtest du wirklich fortfahren?")
                
say("")

                
local d select("Ja""Nein")
                if 
== d then
                    
return
                
end

                char_log
(0"RESET_ALL""USE_ITEM(71002)")
                
pc.remove_item(71002)

                
char_log(0"RESET_ALL""RESET_STAT_POINTS")
                
pc.reset_point()
                
char_log(0"RESET_ALL""RESET_END")
            
            -- 
beides
            
elseif == s then
                say_title
("Achtung:")
                
say("Du kannst diesen Effekt nicht rückgängig machen")
                
say("und verlierst alle deine erlernten Fertigkeiten!")
                
say("")
                
say_reward("Möchtest du wirklich fortfahren?")
                
say("")

                
local c select("Ja""Nein")
                if 
== c then
                    
return
                
end

                char_log
(0"RESET_ALL""USE_ITEM(71002)")
                
pc.remove_item(71002)

                
char_log(0"RESET_ALL""RESET_STAT_POINTS")
                
pc.reset_point()

                
char_log(0"RESET_ALL""RESET_SKILL_POINTS")
                
pc.clear_skill()
                
pc.set_skill_group(0)
                
char_log(0"RESET_ALL""RESET_END")

            -- 
abbrechen
            
elseif == s then
                
return
            
end
        end
        
        when 71003.
use begin

            
---                                                   l
            say_title
("Fertigkeit-Neuverteilung")
            
say("Die Anwendung dieser Schriftrolle ermöglicht es"
            
say("dir, die Punkte einer Fertigkeit neu zu verteilen.")

            
local result BuildSkillList(pc.get_job(), pc.get_skill_group())

            
local vnum_list result[1]
            
local name_list result[2]

            if 
table.getn(vnum_list) < 2 then
                say
("")
                
say_reward("Keine Fertigkeit gefunden!")
                
say("")
                return
            
end
            
            say
("")
            
say_reward("Wähle bitte eine Fertigkeit:")

            
local i select_table(name_list)

            if 
table.getn(name_list) == i then
                
return
            
end

            local name 
name_list[i]
            
local vnum vnum_list[i]

            
say_title("Achtung:")
            
say_reward("Du kannst diesen Effekt nicht rückgängig machen")
            
say_reward("und bekommst nur 17 Fertigkeits-Punkte")
            
say_reward("gutgeschrieben!")
            
say("")
            
say(string.format("Möchtest du %s wirklich zurücksetzen?"name))

            
local s select("Ja""Nein")
            if 
== s then
                
return
            
end

            char_log
(0"RESET_ONE_SKILL""USE_ITEM(71003)")
            
pc.remove_item(71003)

            
char_log(0"RESET_ONE_SKILL"string.format("RESET_SKILL[%s]"name))
            
pc.clear_one_skill(vnum)

            
char_log(0"RESET_ONE_SKILL""APPLY_17MASTER_BONUS")
            
pc.setqf("force_to_master_skill"1)

            
say_title("Erfolgreich!")
            
say(string.format("%s wurde erfolgreich zurückgesetzt."name))
            
say("")

            ---                                                   
l
            say_reward
("Dir wurden 17 Fertigkeits-Punkte gutgeschrieben.")
            
say("")
        
end
    end
end 


TheDomiXD 06/05/2013 18:59

Quote:

Originally Posted by LEL0UCH' (Post 23103494)
PHP Code:

quest reset_scroll begin
    state start begin
        when 71002.
use begin
            
---                                                   l
            say_title
("Statusneuverteilung")
            
say("Die Anwendung dieser Schriftrolle ermöglicht es"
            
say("dir deine Status-Punkte neu zu verteilen.")
            
say("So kannst Du deinen Charakter in eine andere")
            
say("Richtung entwickeln.")
            
say("")
            
say_reward("Womit möchtest du fortfahren?")
            
say("")

            
local s select("Statuspunkte zurücksetzten""Statuspunkte und Lehre zurücksetzen""Abbrechen")

            -- 
status
            
if == s then
                say_title
("Achtung:")
                
say("Du kannst diesen Effekt nicht rückgängig machen.")
                
say("")
                
say_reward("Möchtest du wirklich fortfahren?")
                
say("")

                
local d select("Ja""Nein")
                if 
== d then
                    
return
                
end

                char_log
(0"RESET_ALL""USE_ITEM(71002)")
                
pc.remove_item(71002)

                
char_log(0"RESET_ALL""RESET_STAT_POINTS")
                
pc.reset_point()
                
char_log(0"RESET_ALL""RESET_END")
            
            -- 
beides
            
elseif == s then
                say_title
("Achtung:")
                
say("Du kannst diesen Effekt nicht rückgängig machen")
                
say("und verlierst alle deine erlernten Fertigkeiten!")
                
say("")
                
say_reward("Möchtest du wirklich fortfahren?")
                
say("")

                
local c select("Ja""Nein")
                if 
== c then
                    
return
                
end

                char_log
(0"RESET_ALL""USE_ITEM(71002)")
                
pc.remove_item(71002)

                
char_log(0"RESET_ALL""RESET_STAT_POINTS")
                
pc.reset_point()

                
char_log(0"RESET_ALL""RESET_SKILL_POINTS")
                
pc.clear_skill()
                
pc.set_skill_group(0)
                
char_log(0"RESET_ALL""RESET_END")

            -- 
abbrechen
            
elseif == s then
                
return
            
end
        end
        
        when 71003.
use begin

            
---                                                   l
            say_title
("Fertigkeit-Neuverteilung")
            
say("Die Anwendung dieser Schriftrolle ermöglicht es"
            
say("dir, die Punkte einer Fertigkeit neu zu verteilen.")

            
local result BuildSkillList(pc.get_job(), pc.get_skill_group())

            
local vnum_list result[1]
            
local name_list result[2]

            if 
table.getn(vnum_list) < 2 then
                say
("")
                
say_reward("Keine Fertigkeit gefunden!")
                
say("")
                return
            
end
            
            say
("")
            
say_reward("Wähle bitte eine Fertigkeit:")

            
local i select_table(name_list)

            if 
table.getn(name_list) == i then
                
return
            
end

            local name 
name_list[i]
            
local vnum vnum_list[i]

            
say_title("Achtung:")
            
say_reward("Du kannst diesen Effekt nicht rückgängig machen")
            
say_reward("und bekommst nur 17 Fertigkeits-Punkte")
            
say_reward("gutgeschrieben!")
            
say("")
            
say(string.format("Möchtest du %s wirklich zurücksetzen?"name))

            
local s select("Ja""Nein")
            if 
== s then
                
return
            
end

            char_log
(0"RESET_ONE_SKILL""USE_ITEM(71003)")
            
pc.remove_item(71003)

            
char_log(0"RESET_ONE_SKILL"string.format("RESET_SKILL[%s]"name))
            
pc.clear_one_skill(vnum)

            
char_log(0"RESET_ONE_SKILL""APPLY_17MASTER_BONUS")
            
pc.setqf("force_to_master_skill"1)

            
say_title("Erfolgreich!")
            
say(string.format("%s wurde erfolgreich zurückgesetzt."name))
            
say("")

            ---                                                   
l
            say_reward
("Dir wurden 17 Fertigkeits-Punkte gutgeschrieben.")
            
say("")
        
end
    end
end 


Das ist Status Neuverteilung, er will aber Fertigkeiten Neuverteilung.

LEL0UCH' 06/05/2013 19:04

Quote:

Originally Posted by TheDomiXD (Post 23103608)
Das ist Status Neuverteilung, er will aber Fertigkeiten Neuverteilung.

Siehst du nicht in der Quest auch die Fertigkeiten-Neuverteilungs-Quest?

xGr33n 06/05/2013 19:11

Quote:

Originally Posted by LEL0UCH' (Post 23103719)
Siehst du nicht in der Quest auch die Fertigkeiten-Neuverteilungs-Quest?

hihi:
Spoiler:
Quote:

when 71003.use begin

--- l
say_title("Fertigkeit-Neuverteilung")
say("Die Anwendung dieser Schriftrolle ermöglicht es")
say("dir, die Punkte einer Fertigkeit neu zu verteilen.")

local result = BuildSkillList(pc.get_job(), pc.get_skill_group())

local vnum_list = result[1]
local name_list = result[2]

if table.getn(vnum_list) < 2 then
say("")
say_reward("Keine Fertigkeit gefunden!")
say("")
return
end

say("")
say_reward("Wähle bitte eine Fertigkeit:")

local i = select_table(name_list)

if table.getn(name_list) == i then
return
end

local name = name_list[i]
local vnum = vnum_list[i]

say_title("Achtung:")
say_reward("Du kannst diesen Effekt nicht rückgängig machen")
say_reward("und bekommst nur 17 Fertigkeits-Punkte")
say_reward("gutgeschrieben!")
say("")
say(string.format("Möchtest du %s wirklich zurücksetzen?", name))

local s = select("Ja", "Nein")
if 2 == s then
return
end

char_log(0, "RESET_ONE_SKILL", "USE_ITEM(71003)")
pc.remove_item(71003)

char_log(0, "RESET_ONE_SKILL", string.format("RESET_SKILL[%s]", name))
pc.clear_one_skill(vnum)

char_log(0, "RESET_ONE_SKILL", "APPLY_17MASTER_BONUS")
pc.setqf("force_to_master_skill", 1)

say_title("Erfolgreich!")
say(string.format("%s wurde erfolgreich zurückgesetzt.", name))
say("")

--- l
say_reward("Dir wurden 17 Fertigkeits-Punkte gutgeschrieben.")
say("")
end
end
end

PS: Kostümfix bitte auf der ersten Seite bearbeiten, alles was im mom im Spoiler ist löschen und das rein setzen: [Only registered and activated users can see links. Click Here To Register...] Danke

xdidid 06/05/2013 20:03

and this error what ? when i port with normal teleporter

SYSERR: Jun 5 20:01:18 :: FuncCheckWarp: Warp NPC name wrong : vnum(10084) name(Himmelshöhle _2 2414 142)

TheDomiXD 06/05/2013 20:07

Quote:

Originally Posted by LEL0UCH' (Post 23103719)
Siehst du nicht in der Quest auch die Fertigkeiten-Neuverteilungs-Quest?

Oh, Sorry
Hab das total verlesen, nehme alles zurück :)

xGr33n 06/05/2013 21:35

Quote:

Originally Posted by BigPapaPump (Post 23098513)
Danke hat geklappt. Nächstes Problem: Wenn ich etwas im Chat schreiben will steht es nur ganz kurz vllt 1sec. War nicht der uimessenger dafür gedacht??? Oder irre ich mich.

Bug: Durch den Loop_timer im Kostümsystem verschwinden nachrichten direkt.
BUG: Name geht immer hoch und runter

Fix:

costume.quest öffnen
Nach
PHP Code:

when check_costume.timer begin 

suchen

PHP Code:

if pc.getqf("use_costume") == 1 then
            local a 
pc.getqf("costume_body")
            
pc.set_part(PART_MAINa)
            
end 

mit dem hier ersetzen:

PHP Code:

if pc.getqf("use_costume") == 1 then
                
if pc.getqf("costume_ride") == 0 then
                    
if pc.get_part(PART_MAIN) != pc.getqf("costume_body"then
                        local a 
pc.getqf("costume_body")
                        
pc.set_part(PART_MAINa)
                    
end
                    
if pc.is_mount() then
                        pc
.setqf("costume_ride"1)
                        
local a pc.getqf("costume_body")
                        
pc.set_part(PART_MAINa)
                    
end
                
else
                    if 
not pc.is_mount() then
                        pc
.setqf("costume_ride"0)
                        
local a pc.getqf("costume_body")
                        
pc.set_part(PART_MAINa)
                    
end
                end
            end 

Quest hochladen, quests neuladen und ganz wichtig Server neustarten.

PS: Den Teil der Quest habe ich zum Großteil selber geschrieben,teils aus dem selben RLS kopiert. (1 Zeile oder so) bin aber auch nur dank dem RLS Name FIX draufgekommen!

.Kurio™ 06/05/2013 21:56

Wann soll das Update 2 raus kommen ?

dstyl 06/05/2013 22:03

Quote:

Originally Posted by .Kurio™ (Post 23107435)
Wann soll das Update 2 raus kommen ?

Update 2 ist meines Wissen nach sogar schon draußen und wurde von Ocelot Update1.1 genannt, soweit ich weiß.

GenerationAzzlack 06/05/2013 22:10

Wie ist den der entpack code bei dem dif entpacker für die item proto?

@dstyl Nein, Update 2 würde dann auch Update 2 und nicht 1.1 heißen?=D

dstyl 06/05/2013 22:15

@GenerationAzzlack So wie ich das verstanden habe hat er ein 2. Update angekündigt was von LeLouch auch so geschrieben hat. Es wurde nicht der Name "Update 2" festgelegt.
Zudem ist alles was in dem 2. Update erscheinen sollte im Update 1.1 erhalten.

GenerationAzzlack 06/05/2013 22:22

Update 1.1 ist schon lange pub, schon bevor er geplant hat ein 2tes update zu machen, kannst mir schon glauben..

.Kurio™ 06/05/2013 23:17

Quote:

Originally Posted by xGr33n (Post 23106934)
Bug: Durch den Loop_timer im Kostümsystem verschwinden nachrichten direkt.
BUG: Name geht immer hoch und runter

Fix:

costume.quest öffnen
Nach
PHP Code:

when check_costume.timer begin 

suchen

PHP Code:

if pc.getqf("use_costume") == 1 then
            local a 
pc.getqf("costume_body")
            
pc.set_part(PART_MAINa)
            
end 

mit dem hier ersetzen:

PHP Code:

if pc.getqf("use_costume") == 1 then
                
if pc.getqf("costume_ride") == 0 then
                    
if pc.get_part(PART_MAIN) != pc.getqf("costume_body"then
                        local a 
pc.getqf("costume_body")
                        
pc.set_part(PART_MAINa)
                    
end
                    
if pc.is_mount() then
                        pc
.setqf("costume_ride"1)
                        
local a pc.getqf("costume_body")
                        
pc.set_part(PART_MAINa)
                    
end
                
else
                    if 
not pc.is_mount() then
                        pc
.setqf("costume_ride"0)
                        
local a pc.getqf("costume_body")
                        
pc.set_part(PART_MAINa)
                    
end
                end
            end 

Quest hochladen, quests neuladen und ganz wichtig Server neustarten.

PS: Den Teil der Quest habe ich zum Großteil selber geschrieben,teils aus dem selben RLS kopiert. (1 Zeile oder so) bin aber auch nur dank dem RLS Name FIX draufgekommen!

Kannst du bitte die Costume.quest hochladen weil irgenwie bei mir buggt es rum ...

TheMad 06/06/2013 00:03

Ja, wen man das so macht wie xGr33n sagt, hat man bei der costume.quest folgenden fehler:

Code:

syntax error : [string "start":20: unexpected symbol near `when´
costume.quest:554:Error occured on compile costume.quest


xRoute66 06/06/2013 03:36

Ich weiß nicht ob es hir schon erwähnt wurde aber Tapferkeitsumhänge sind nicht anklickbar.

BigPapaPump 06/06/2013 05:27

Quote:

Originally Posted by xRoute66 (Post 23110608)
Ich weiß nicht ob es hir schon erwähnt wurde aber Tapferkeitsumhänge sind nicht anklickbar.


Doch sind sie aber. Nehme die vnum 70038.

LEL0UCH' 06/06/2013 11:44

Ich arbeite grad an den anderen fleißig dran, hoffentlich wird's was :)

xGr33n 06/06/2013 13:27

1 Attachment(s)
Quote:

Originally Posted by TheMad (Post 23109398)
Ja, wen man das so macht wie xGr33n sagt, hat man bei der costume.quest folgenden fehler:

Code:

syntax error : [string "start":20: unexpected symbol near `when´
costume.quest:554:Error occured on compile costume.quest


Quote:

Originally Posted by .Kurio™ (Post 23108870)
Kannst du bitte die Costume.quest hochladen weil irgenwie bei mir buggt es rum ...

Wird gemacht. Ich sag euch aber im Voraus das ich bei mir ein bisschen was getan habe, bzw ich teste das mit den Normalen Frisuren! Also ihr könnt 2 Benutzen buggen aber. Costume.quest ist im Anhang!

´Sh4Xx` 06/06/2013 13:54

Es hiss man sollte VWk´s droppen nur wo?

LEL0UCH' 06/06/2013 14:39

Quote:

Originally Posted by ´Sh4Xx` (Post 23114546)
Es hiss man sollte VWk´s droppen nur wo?

Nirgendwo.

Invoice™ 06/06/2013 16:06

hab den vwk drop glaub ausversehen wider entfertn
für die die ihn wollen einfach das untere in mob_drop_item.txt rein kopieren und tabs anpassen
PHP Code:

Group    VwkStartWildhund            
{                    
    
Type    drop            
    Mob    101
    1    70104    1    0.5
}
                    
Group    Wolf            
{                    
    
Type    drop            
    Mob    102
    1    70104    1    0.5
}    
                    
Group    Alphawolf        
{                    
    
Type    drop            
    Mob    103
    1    70104    1    0.5
}
                    
Group    blauwolf            
{                    
    
Type    drop            
    Mob    104
    1    70104    1    0.5
}
                    
Group    Alphablauwolf            
{                    
    
Type    drop            
    Mob    105
    1    70104    1    0.5
}
                    
Group    Grauwolf            
{                    
    
Type    drop            
    Mob    106
    1    70104    1    0.5
}
                    
Group    AlphaGrauwolf        
{                    
    
Type    drop            
    Mob    107
    1    70105    1    0.5
}        
                    
Group    Keiler            
{                    
    
Type    drop            
    Mob    108
    1    70104    1    0.5
}
                    
Group    RoterKeiler            
{                    
    
Type    drop            
    Mob    109
    1    70105    1    0.5
}    
                    
Group    Bear            
{                    
    
Type    drop            
    Mob    110
    1    70104    1    0.5
}    
                    
Group    Grizzlibear            
{                    
    
Type    drop            
    Mob    111
    1    70105    1    0.5
}        
                    
Group    Schwarzbear            
{                    
    
Type    drop            
    Mob    112
    1    70104    1    0.5
}
                    
Group    Braunbear        
{                    
    
Type    drop            
    Mob    113
    1    70105    1    0.5
}    
                    
Group    weißertiger            
{                    
    
Type    drop            
    Mob    115
    1    70105    1    0.5
}    
                    
Group    weißertiger            
{                    
    
Type    drop            
    Mob    116
    1    70106    1    0.5
}        
                    
Group    VerfluchterWolf        
{                    
    
Type    drop            
    Mob    131
    1    70106    1    0.5
}    
                    
Group    VerfluchterAphaWolf        
{                    
    
Type    drop            
    Mob    132
    1    70107    1    0.5
}
                    
Group    HWildhung
{                    
    
Type    drop            
    Mob    171
    1    70104    1    0.5
}
                    
Group    HWolf
{                    
    
Type    drop            
    Mob    172
    1    70104    1    0.5
}
                    
Group    HAlphaWolf
{                    
    
Type    drop            
    Mob    173
    1    70104    1    0.5
}
                    
Group    HBlauwolf
{                    
    
Type    drop            
    Mob    174
    1    70104    1    0.5
}
                    
Group    HAlphaBlauWolf
{                    
    
Type    drop            
    Mob    175
    1    70104    1    0.5
}
                    
Group    HGrauwolf
{                    
    
Type    drop            
    Mob    176
    1    70104    1    0.5
}
                    
Group    HAlphaGrauWolf
{                    
    
Type    drop            
    Mob    177
    1    70105    1    0.5
}
                    
Group    HKeiler
{                    
    
Type    drop            
    Mob    178
    1    70104    1    0.5
}
                    
Group    HRoterKeiler
{                    
    
Type    drop            
    Mob    179
    1    70105    1    0.5
}
                    
Group    HBear
{                    
    
Type    drop            
    Mob    180
    1    70104    1    0.5
}
                    
Group    HGrizzlibear
{                    
    
Type    drop            
    Mob    181
    1    70105    1    0.5
}
                    
Group    HSchwarzBear
{                    
    
Type    drop            
    Mob    182
    1    70104    1    0.5
}
                    
Group    HBraunBear
{                    
    
Type    drop            
    Mob    183
    1    70105    1    0.5
}
                    
Group    HTiger
{                    
    
Type    drop            
    Mob    184
    1    70105    1    0.5
}
                    
Group    HweisserTiger
{                    
    
Type    drop            
    Mob    185
    1    70105    1    0.5
}
                    
Group    FeigerEid
{                    
    
Type    drop            
    Mob    351
    1    70105    1    0.5
}
                    
Group    MiJung
{                    
    
Type    drop            
    Mob    391
    1    70107    1    0.5
}
                    
Group    EuJung
{                    
    
Type    drop            
    Mob    392
    1    70107    1    0.5
}
                    
Group    SeJung
{                    
    
Type    drop            
    Mob    393
    1    70107    1    0.5
}
                    
Group    MutLoserMiJung
{                    
    
Type    drop            
    Mob    395
    1    70107    1    0.5
}
                    
Group    MutLoserEuJung
{                    
    
Type    drop            
    Mob    396
    1    70107    1    0.5
}
                    
Group    MutLoserSeJung
{                    
    
Type    drop            
    Mob    397
    1    70107    1    0.5
}
                    
Group    MutLoserJinJung
{                    
    
Type    drop            
    Mob    398
    1    70107    1    0.5
}
                    
Group    SchwarzWindSoldat
{                    
    
Type    drop            
    Mob    401
    1    70104    1    0.5
}
                    
Group    SchwarzWindBesessener
{                    
    
Type    drop            
    Mob    402
    1    70104    1    0.5
}
                    
Group    JakTo
{                    
    
Type    drop            
    Mob    404
    1    70105    1    0.5
}
                    
Group    TosU
{                    
    
Type    drop            
    Mob    405
    1    70105    1    0.5
}
                    
Group    GuRuyung
{                    
    
Type    drop            
    Mob    406
    1    70105    1    0.5
}
                    
Group    BoserSchwarzerSturmsoldat
{                    
    
Type    drop            
    Mob    451
    1    70104    1    0.5
}
                    
Group    BoeserSturmbessesener
{                    
    
Type    drop            
    Mob    452
    1    70104    1    0.5
}
                    
Group    WilderInt
{                    
    
Type    drop            
    Mob    501
    1    70104    1    0.5
}
                    
Group    WilderErgebener
{                    
    
Type    drop            
    Mob    502
    1    70104    1    0.5
}
                    
Group    WilderGeneral
{                    
    
Type    drop            
    Mob    504
    1    70106    1    0.5
}
                    
Group    StWilderInt
{                    
    
Type    drop            
    Mob    551
    1    70104    1    0.5
}
                    
Group    StWilderErgebener
{                    
    
Type    drop            
    Mob    552
    1    70104    1    0.5
}
                    
Group    StWilderGeneral
{                    
    
Type    drop            
    Mob    554
    1    70106    1    0.5
}
                    
Group    Ork
{                    
    
Type    drop            
    Mob    602
    1    70105    1    0.5
}
                    
Group    Ork
{                    
    
Type    drop            
    Mob    603
    1    70105    1    0.5
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    631
    1    70104    1    0.5
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    632
    1    70105    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    633
    1    70105    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    634
    1    70106    1    0.3
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    635
    1    70106    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    636
    1    70107    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    637
    1    70107    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    651
    1    70104    1    0.3
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    652
    1    70105    1    0.3
}        
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    653
    1    70105    1    0.4
}        
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    654
    1    70106    1    0.3
}    
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    655
    1    70106    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    656
    1    70107    1    0.3
}    
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    657
    1    70107    1    0.4
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    701
    1    70104    1    0.2
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    702
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    703
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    704
    1    70106    1    0.2
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    705
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    731
    1    70104    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    732
    1    70105    1    0.4
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    733
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    734
    1    70106    1    0.4
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    735
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    751
    1    70104    1    0.4
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    752
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    753
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    754
    1    70106    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    755
    1    70105    1    0.4
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    771
    1    70104    1    0.2
}                                                                
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    772
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    773
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    774
    1    70106    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    775
    1    70105    1    0.2
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    901
    1    70104    1    0.4
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    902
    1    70105    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    903
    1    70105    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    904
    1    70106    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    905
    1    70106    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    907
    1    70107    1    0.3
}                            
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    908
    1    70105    1    0.2
}            
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    931
    1    70105    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    932
    1    70105    1    0.3
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    933
    1    70105    1    0.4
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    934
    1    70106    1    0.3
}
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    935
    1    70106    1    0.3
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    937
    1    70107    1    0.4
}        
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1001
    1    70105    1    0.2
}            
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1003
    1    70105    1    0.2
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1033
    1    70106    1    0.3
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1031
    1    70106    1    0.3
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1041
    1    70107    1    0.1
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1061
    1    70106    1    0.1
}
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1063
    1    70106    1    0.2
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1071
    1    70107    1    0.3
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1301
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1302
    1    70107    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1303
    1    70105    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1305
    1    70107    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1331
    1    70105    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1332
    1    70107    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1333
    1    70105    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1335
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2001
    1    70104    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2002
    1    70104    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2003
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2004
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2005
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2031
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2032
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2033
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2034
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2035
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2036
    1    70104    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2061
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2062
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2063
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2064
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2065
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2051
    1    70104    1    0.3
}
    
Group    Wueste
{                    
    
Type    drop            
    Mob    2052
    1    70104    1    0.3
}
    
Group    Wueste
{                    
    
Type    drop            
    Mob    2053
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2054
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2055
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2071
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2072
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2073
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2074
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2075
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2076
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2103
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2104
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2106
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2108
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2131
    1    70104    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2132
    1    70105    1    0.1
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2133
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2134
    1    70106    1    0.5
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2135
    1    70107    1    0.5
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2201
    1    70105    1    0.1
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2201
    1    70105    1    0.2
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2203
    1    70106    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2204
    1    70106    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2205
    1    70107    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2231
    1    70105    1    0.2
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2233
    1    70106    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2235
    1    70107    1    0.4
}    

Group    GeisterUndRoterWald
{                    
    
Type    drop            
    Mob    2305
    1    70106    1    0.19
}    

Group    GeisterUndRoterWald
{                    
    
Type    drop            
    Mob    2315
    1    70107    1    0.2



Modai 06/06/2013 16:10

Was ist denn ein Funktionierender Code für nen Energiekristall ?

zуℓση 06/06/2013 18:03

Jo, finde auch keinen energiekristall/splitter.

LEL0UCH' 06/06/2013 18:10

Quote:

Originally Posted by zуℓση (Post 23119221)
Jo, finde auch keinen energiekristall/splitter.

Juuuuuuuuuuunge xD
Das wichtigste ist das das droppen von Ring mit Goldgehalt mal gefixxt wird xD

´Sh4Xx` 06/06/2013 18:33

Quote:

Originally Posted by Invoice™ (Post 23116903)
hab den vwk drop glaub ausversehen wider entfertn
für die die ihn wollen einfach das untere in mob_drop_item.txt rein kopieren und tabs anpassen
PHP Code:

Group    VwkStartWildhund            
{                    
    
Type    drop            
    Mob    101
    1    70104    1    0.5
}
                    
Group    Wolf            
{                    
    
Type    drop            
    Mob    102
    1    70104    1    0.5
}    
                    
Group    Alphawolf        
{                    
    
Type    drop            
    Mob    103
    1    70104    1    0.5
}
                    
Group    blauwolf            
{                    
    
Type    drop            
    Mob    104
    1    70104    1    0.5
}
                    
Group    Alphablauwolf            
{                    
    
Type    drop            
    Mob    105
    1    70104    1    0.5
}
                    
Group    Grauwolf            
{                    
    
Type    drop            
    Mob    106
    1    70104    1    0.5
}
                    
Group    AlphaGrauwolf        
{                    
    
Type    drop            
    Mob    107
    1    70105    1    0.5
}        
                    
Group    Keiler            
{                    
    
Type    drop            
    Mob    108
    1    70104    1    0.5
}
                    
Group    RoterKeiler            
{                    
    
Type    drop            
    Mob    109
    1    70105    1    0.5
}    
                    
Group    Bear            
{                    
    
Type    drop            
    Mob    110
    1    70104    1    0.5
}    
                    
Group    Grizzlibear            
{                    
    
Type    drop            
    Mob    111
    1    70105    1    0.5
}        
                    
Group    Schwarzbear            
{                    
    
Type    drop            
    Mob    112
    1    70104    1    0.5
}
                    
Group    Braunbear        
{                    
    
Type    drop            
    Mob    113
    1    70105    1    0.5
}    
                    
Group    weißertiger            
{                    
    
Type    drop            
    Mob    115
    1    70105    1    0.5
}    
                    
Group    weißertiger            
{                    
    
Type    drop            
    Mob    116
    1    70106    1    0.5
}        
                    
Group    VerfluchterWolf        
{                    
    
Type    drop            
    Mob    131
    1    70106    1    0.5
}    
                    
Group    VerfluchterAphaWolf        
{                    
    
Type    drop            
    Mob    132
    1    70107    1    0.5
}
                    
Group    HWildhung
{                    
    
Type    drop            
    Mob    171
    1    70104    1    0.5
}
                    
Group    HWolf
{                    
    
Type    drop            
    Mob    172
    1    70104    1    0.5
}
                    
Group    HAlphaWolf
{                    
    
Type    drop            
    Mob    173
    1    70104    1    0.5
}
                    
Group    HBlauwolf
{                    
    
Type    drop            
    Mob    174
    1    70104    1    0.5
}
                    
Group    HAlphaBlauWolf
{                    
    
Type    drop            
    Mob    175
    1    70104    1    0.5
}
                    
Group    HGrauwolf
{                    
    
Type    drop            
    Mob    176
    1    70104    1    0.5
}
                    
Group    HAlphaGrauWolf
{                    
    
Type    drop            
    Mob    177
    1    70105    1    0.5
}
                    
Group    HKeiler
{                    
    
Type    drop            
    Mob    178
    1    70104    1    0.5
}
                    
Group    HRoterKeiler
{                    
    
Type    drop            
    Mob    179
    1    70105    1    0.5
}
                    
Group    HBear
{                    
    
Type    drop            
    Mob    180
    1    70104    1    0.5
}
                    
Group    HGrizzlibear
{                    
    
Type    drop            
    Mob    181
    1    70105    1    0.5
}
                    
Group    HSchwarzBear
{                    
    
Type    drop            
    Mob    182
    1    70104    1    0.5
}
                    
Group    HBraunBear
{                    
    
Type    drop            
    Mob    183
    1    70105    1    0.5
}
                    
Group    HTiger
{                    
    
Type    drop            
    Mob    184
    1    70105    1    0.5
}
                    
Group    HweisserTiger
{                    
    
Type    drop            
    Mob    185
    1    70105    1    0.5
}
                    
Group    FeigerEid
{                    
    
Type    drop            
    Mob    351
    1    70105    1    0.5
}
                    
Group    MiJung
{                    
    
Type    drop            
    Mob    391
    1    70107    1    0.5
}
                    
Group    EuJung
{                    
    
Type    drop            
    Mob    392
    1    70107    1    0.5
}
                    
Group    SeJung
{                    
    
Type    drop            
    Mob    393
    1    70107    1    0.5
}
                    
Group    MutLoserMiJung
{                    
    
Type    drop            
    Mob    395
    1    70107    1    0.5
}
                    
Group    MutLoserEuJung
{                    
    
Type    drop            
    Mob    396
    1    70107    1    0.5
}
                    
Group    MutLoserSeJung
{                    
    
Type    drop            
    Mob    397
    1    70107    1    0.5
}
                    
Group    MutLoserJinJung
{                    
    
Type    drop            
    Mob    398
    1    70107    1    0.5
}
                    
Group    SchwarzWindSoldat
{                    
    
Type    drop            
    Mob    401
    1    70104    1    0.5
}
                    
Group    SchwarzWindBesessener
{                    
    
Type    drop            
    Mob    402
    1    70104    1    0.5
}
                    
Group    JakTo
{                    
    
Type    drop            
    Mob    404
    1    70105    1    0.5
}
                    
Group    TosU
{                    
    
Type    drop            
    Mob    405
    1    70105    1    0.5
}
                    
Group    GuRuyung
{                    
    
Type    drop            
    Mob    406
    1    70105    1    0.5
}
                    
Group    BoserSchwarzerSturmsoldat
{                    
    
Type    drop            
    Mob    451
    1    70104    1    0.5
}
                    
Group    BoeserSturmbessesener
{                    
    
Type    drop            
    Mob    452
    1    70104    1    0.5
}
                    
Group    WilderInt
{                    
    
Type    drop            
    Mob    501
    1    70104    1    0.5
}
                    
Group    WilderErgebener
{                    
    
Type    drop            
    Mob    502
    1    70104    1    0.5
}
                    
Group    WilderGeneral
{                    
    
Type    drop            
    Mob    504
    1    70106    1    0.5
}
                    
Group    StWilderInt
{                    
    
Type    drop            
    Mob    551
    1    70104    1    0.5
}
                    
Group    StWilderErgebener
{                    
    
Type    drop            
    Mob    552
    1    70104    1    0.5
}
                    
Group    StWilderGeneral
{                    
    
Type    drop            
    Mob    554
    1    70106    1    0.5
}
                    
Group    Ork
{                    
    
Type    drop            
    Mob    602
    1    70105    1    0.5
}
                    
Group    Ork
{                    
    
Type    drop            
    Mob    603
    1    70105    1    0.5
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    631
    1    70104    1    0.5
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    632
    1    70105    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    633
    1    70105    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    634
    1    70106    1    0.3
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    635
    1    70106    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    636
    1    70107    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    637
    1    70107    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    651
    1    70104    1    0.3
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    652
    1    70105    1    0.3
}        
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    653
    1    70105    1    0.4
}        
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    654
    1    70106    1    0.3
}    
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    655
    1    70106    1    0.4
}
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    656
    1    70107    1    0.3
}    
                    
Group    OrkSpaeher
{                    
    
Type    drop            
    Mob    657
    1    70107    1    0.4
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    701
    1    70104    1    0.2
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    702
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    703
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    704
    1    70106    1    0.2
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    705
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    731
    1    70104    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    732
    1    70105    1    0.4
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    733
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    734
    1    70106    1    0.4
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    735
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    751
    1    70104    1    0.4
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    752
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    753
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    754
    1    70106    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    755
    1    70105    1    0.4
}            
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    771
    1    70104    1    0.2
}                                                                
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    772
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    773
    1    70105    1    0.2
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    774
    1    70106    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    775
    1    70105    1    0.2
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    901
    1    70104    1    0.4
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    902
    1    70105    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    903
    1    70105    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    904
    1    70106    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    905
    1    70106    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    907
    1    70107    1    0.3
}                            
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    908
    1    70105    1    0.2
}            
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    931
    1    70105    1    0.3
}        
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    932
    1    70105    1    0.3
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    933
    1    70105    1    0.4
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    934
    1    70106    1    0.3
}
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    935
    1    70106    1    0.3
}    
                    
Group    Eisland
{                    
    
Type    drop            
    Mob    937
    1    70107    1    0.4
}        
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1001
    1    70105    1    0.2
}            
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1003
    1    70105    1    0.2
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1033
    1    70106    1    0.3
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1031
    1    70106    1    0.3
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1041
    1    70107    1    0.1
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1061
    1    70106    1    0.1
}
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1063
    1    70106    1    0.2
}    
                    
Group    Daemonenturm
{                    
    
Type    drop            
    Mob    1071
    1    70107    1    0.3
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1301
    1    70105    1    0.4
}        
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1302
    1    70107    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1303
    1    70105    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1305
    1    70107    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1331
    1    70105    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1332
    1    70107    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1333
    1    70105    1    0.3
}    
                    
Group    Tempel
{                    
    
Type    drop            
    Mob    1335
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2001
    1    70104    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2002
    1    70104    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2003
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2004
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2005
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2031
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2032
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2033
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2034
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2035
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2036
    1    70104    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2061
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2062
    1    70105    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2063
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2064
    1    70106    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2065
    1    70107    1    0.3
}    
                    
Group    Wueste
{                    
    
Type    drop            
    Mob    2051
    1    70104    1    0.3
}
    
Group    Wueste
{                    
    
Type    drop            
    Mob    2052
    1    70104    1    0.3
}
    
Group    Wueste
{                    
    
Type    drop            
    Mob    2053
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2054
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2055
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2071
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2072
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2073
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2074
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2075
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2076
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2103
    1    70105    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2104
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2106
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2108
    1    70107    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2131
    1    70104    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2132
    1    70105    1    0.1
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2133
    1    70106    1    0.3
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2134
    1    70106    1    0.5
}    

Group    Wueste
{                    
    
Type    drop            
    Mob    2135
    1    70107    1    0.5
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2201
    1    70105    1    0.1
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2201
    1    70105    1    0.2
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2203
    1    70106    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2204
    1    70106    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2205
    1    70107    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2231
    1    70105    1    0.2
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2233
    1    70106    1    0.3
}    

Group    Feuerland
{                    
    
Type    drop            
    Mob    2235
    1    70107    1    0.4
}    

Group    GeisterUndRoterWald
{                    
    
Type    drop            
    Mob    2305
    1    70106    1    0.19
}    

Group    GeisterUndRoterWald
{                    
    
Type    drop            
    Mob    2315
    1    70107    1    0.2



Droppt immer noch nicht´s

Invoice™ 06/06/2013 18:54

Quote:

Originally Posted by ´Sh4Xx` (Post 23119788)
Droppt immer noch nicht´s


also bei mir klappts / ist ja.sehr geringe wahrscheinlichkeit

´Sh4Xx` 06/06/2013 18:58

^naja habe es jetzt via Quest laufen Trz. Danke.:)

D'Arti 06/06/2013 19:29

Quote:

Originally Posted by Invoice™ (Post 23120170)
also bei mir klappts / ist ja.sehr geringe wahrscheinlichkeit

Macht es nicht mehr Sinn den dropp via mob_proto einzustellen?!

Den Bug mit den Ring mit Goldgehalt und so. ggf nach vnum/name in der game, drops, quests durchsuchen. Notfalls allgemein aus der db löschen, werden ja eh nicht benötigt.


All times are GMT +2. The time now is 13:09.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.