Da ich nun viele kenne und vieles gesehen hab, das einige Probleme wegen den "Dropprate" Bug haben, poste ich hier mal nen kleinen Guide, wie ihr dies behebt..
Als erstes sucht ihr in euren "Resource" Ordner die "propMoverEx.inc", dort sind alle Monster vertreten mit euren "Dropprate Chancen"
Bevor ihr Fragt, die "propMoverEx.inc" ist die Datei, die angibt welche
"Rare Items" bzw. "Besondere Items" dieses Monster droppt!
Die Monster die normalerweiße Verbuggt sind, sind diese
Alles anzeigen
Diese sucht ihr nun ( STRG + F )
Natürlich müsst ihr die Dropprate für EUREN Server anpassen, die ich nun poste, sind für meinen "Test" Server Optimal angepasst!
( Der Grund ist, da jeder Server andere EXP - Dropp - Penya Rate hat! )
Alles anzeigen
Ich hab bei meiner, sogar noch A Karten hinzugefügt und einiges entfernt
ihr könnt jederzeit neue Items dazu adden!
( Vergesst aber nicht Max Items + Chancen gleichmässig zu verteilen!! )
Die Wichtigsten Dinge sind, die Doppelten und Dreifachen Diamonds etc. zu entfernen!
( Ich lege es euch auch ans Herz, die NPC Waffen zu entfernen, da man sie immernoch Droppt! )
Nun kommen wir zu einen härteren Teil..
Die Tramnuk Dungeon!
Diese Droppraten sind schon schwieriger zu fixxen.. Wieso fragt ihr euch?
Weil bei euren Oloccip nur Twinkle Stones definiert sind!!
Ich erleichter euch mal diese Arbeit, und poste hier die Sachen die ihr braucht
( Ich bevorzuge das ihr beim Normalen Oloccip die Soul Schmucks SELTENER zu droppen lässt! )
MI_BESIBIGFOOT01
Alles anzeigen
MI_BESIBIGFOOT02
Alles anzeigen
Dies sind die wichtigsten Dinge bei den Droppfixxes, damit sie überhaupt richtig droppen müsst ihr nur noch die Droppchancen ( in % ) einstellen!
Bevor wir loslegen dies richtig einzustellen, zeig ich euch wo die Droppchance Definiert ist!
Die Droppchance in % ( Liste unten )
Wie hoch das Item ist ( z.B. ItemName +1 etc. )
Diese Zahl ist für mich leider Unbekannt, wer weiß was sie bringt bitte melden
Und zu guter Letzt, die % Chancen der Dropprate!
Alles anzeigen
Ihr könnt natürlich auch andere Zahlen nehmen, dies ist nur ein Überblick, um zu sehen wiehoch der Wert für eine bestimmte % Chance ist!
Nun kommt auch ein andere schwieriger Teil..
Die MaxItems!
Hier müsst ihr selbst testen wie hoch die Anzahl sein soll!
( Da dies auch mit eurer Server Dropprate in Verbindung steht! )
Hier das gleiche wie oben, testen wie hoch es sein soll!
( Da dies auch mit eurer Server Penyarate in Verbindung steht! )
Creditz:
90% von silvermf ( für den Ausführlichen Guide )
10% für andere Guideverfasser ( Für den "Dropp Rate ändern" Guide )
Als erstes sucht ihr in euren "Resource" Ordner die "propMoverEx.inc", dort sind alle Monster vertreten mit euren "Dropprate Chancen"
Bevor ihr Fragt, die "propMoverEx.inc" ist die Datei, die angibt welche
"Rare Items" bzw. "Besondere Items" dieses Monster droppt!
Die Monster die normalerweiße Verbuggt sind, sind diese
Quellcode
- [size=14][COLOR=SeaGreen]120ger Dungeon:[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_PRICKANT04[/COLOR] [size=8][COLOR=Red]( 1ter Giant )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_CRIPESCENTIPEDE04[/COLOR] [size=8][COLOR=Red]( 2ter Giant )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_MAULMOUSE04[/COLOR] [size=8][COLOR=Red]( 3ter Giant )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_LYCANOS01[/COLOR] [size=8][COLOR=Red]( Lycanose )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_VEMPAIN01 [/COLOR][size=8][COLOR=Red]( Desmodon )[/COLOR][/SIZE]
- [size=14][COLOR=SeaGreen]Hero Dungeon:[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_PRICKANT04_1[/COLOR] [size=8][COLOR=Red]( 1ter Cursed Giant )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_CRIPESCENTIPEDE04_1[/COLOR] [size=8][COLOR=Red]( 2ter Cursed Giant )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_MAULMOUSE04_1[/COLOR] [size=8][COLOR=Red]( 3ter Cursed Giant )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_LYCANOS01_1[/COLOR] [size=8][COLOR=Red]( Cursed Lycanose )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_VEMPAIN01_1[/COLOR] [size=8][COLOR=Red]( Cursed Desmodon )[/COLOR][/SIZE]
- [size=14][COLOR=SeaGreen]Volcano:[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_DU_METEONYKER2[/COLOR] [size=8][COLOR=Red]( Red Meteonyker )[/COLOR][/SIZE]
- [size=14][COLOR=SeaGreen]Tramnuk:[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_BESIBIGFOOT01[/COLOR] [size=8][COLOR=Red]( Oloccip )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]MI_BESIBIGFOOT02[/COLOR] [size=8][COLOR=Red]( Wild Oloccip )[/COLOR][/SIZE]
Diese sucht ihr nun ( STRG + F )
Natürlich müsst ihr die Dropprate für EUREN Server anpassen, die ich nun poste, sind für meinen "Test" Server Optimal angepasst!
( Der Grund ist, da jeder Server andere EXP - Dropp - Penya Rate hat! )
Quellcode
- [COLOR=RoyalBlue]MI_VEMPAIN01
- {[/COLOR]
- [COLOR=RoyalBlue]Maxitem = 3;[/COLOR] [size=8][COLOR=Red]( Wieviele Sachen er Droppt )[/COLOR][/SIZE][size=8]
- [/SIZE] [COLOR=RoyalBlue] DropGold(2000, 3000);[/COLOR][size=8][COLOR=Red] ( Wieviel "Penya" der Beutel behinhalten soll )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_MAT_DIAMOND, 21000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Diamond )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_EMERALD, 2700000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Emerald )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_SAPPHIRE, 3600000, 0, 1); [/COLOR][size=8][COLOR=Red]( Saphire )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_RUBY, 4800000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Ruby )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_TOPAZ, 6300000, 0, 1); [/COLOR][size=8][COLOR=Red]( Topaz )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_ORICHALCUM01, 180000000, 0, 1); [/COLOR][size=8][COLOR=Red]( Ori )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_MOONSTONE, 180000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Moon )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_SYS_SYS_EVE_OMINOUSGIFTBOX01, 600000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( 1te Aminus Box )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_SYS_SYS_EVE_OMINOUSGIFTBOX02, 600000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( 2te Aminus Box )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_SYS_SYS_EVE_OMINOUSGIFTBOX03, 600000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( 3te Aminus Box )[/COLOR][/SIZE][size=8]
- [/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_SWO_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire Sword )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_SWT_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire 2H Sword )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_AXE_VEMPIRE, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Vampire Axe )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_AXT_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire 2H Axe )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_KNU_VEMPIRE, 500000, 0, 1);[/COLOR][size=8] [COLOR=Red]( Vampire Knuckle )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_CHE_VEMPIRE, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Vampire Stick )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_WAN_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire Wand )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_STA_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire Staff )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_BOW_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire Bow )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_YOY_VEMPIRE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Vampire Yoyo )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_MAT_ELE_CANDLEA, 300000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Fire A Karte )[/COLOR][/SIZE][size=8]
- [/SIZE] [COLOR=RoyalBlue] DropItem(II_GEN_MAT_ELE_RAINATKA, 300000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Water A Karte )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_MAT_ELE_SPARKATKA, 300000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Electric A Karte )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_MAT_ELE_BREEZEATKA, 300000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Wind A Karte )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_ELE_SANDATKA, 300000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Earth A Karte )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_JEW_RIN_INTRING, 600000, 18, 1); [/COLOR][size=8][COLOR=Red]( INT Ring +18 )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_DEXRING, 600000, 18, 1); [/COLOR][size=8][COLOR=Red]( DEX Ring +18 )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_JEW_RIN_STRRING, 600000, 18, 1);[/COLOR] [size=8][COLOR=Red]( STR Ring +18 )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_STARING, 600000, 18, 1);[/COLOR] [size=8][COLOR=Red]( STA Ring +18 )[/COLOR][/SIZE]
- [COLOR=RoyalBlue]DropItem(II_GEN_GEM_GEM_VEMPIREGLASS, 210000000, 0, 1); [/COLOR][size=8][COLOR=Red]( Desmodon Quest Item )[/COLOR][/SIZE]
- [COLOR=SeaGreen]
- [/COLOR] [COLOR=SeaGreen] m_nAttackFirstRange = 10;
- [/COLOR] [COLOR=SeaGreen] AI
- {
- #Scan
- {
- scan
- }
- #battle
- {
- Attack
- Rangeattack 10
- Berserk 20 3.0
- }
- #move
- {
- }
- }
- }[/COLOR]
Ich hab bei meiner, sogar noch A Karten hinzugefügt und einiges entfernt
ihr könnt jederzeit neue Items dazu adden!
( Vergesst aber nicht Max Items + Chancen gleichmässig zu verteilen!! )
Die Wichtigsten Dinge sind, die Doppelten und Dreifachen Diamonds etc. zu entfernen!
( Ich lege es euch auch ans Herz, die NPC Waffen zu entfernen, da man sie immernoch Droppt! )
Nun kommen wir zu einen härteren Teil..
Die Tramnuk Dungeon!
Diese Droppraten sind schon schwieriger zu fixxen.. Wieso fragt ihr euch?
Weil bei euren Oloccip nur Twinkle Stones definiert sind!!
( Ich bevorzuge das ihr beim Normalen Oloccip die Soul Schmucks SELTENER zu droppen lässt! )
MI_BESIBIGFOOT01
Quellcode
- [COLOR=RoyalBlue]DropItem(II_GEN_MAT_DIAMOND, 21000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Diamond )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_EMERALD, 2700000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Emerald )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_SAPPHIRE, 3600000, 0, 1); [/COLOR][size=8][COLOR=Red]( Saphire )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_RUBY, 4800000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Ruby )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_TOPAZ, 6300000, 0, 1); [/COLOR][size=8][COLOR=Red]( Topaz )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_ORICHALCUM01, 180000000, 0, 1); [/COLOR][size=8][COLOR=Red]( Ori )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_MOONSTONE, 180000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Moon )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_SWO_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Sword )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_SWT_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Big Sword )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_AXE_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Axe )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_AXT_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Big Axe )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_KNU_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Knuckle )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_CHE_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Stick )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_WAN_LUZA, 500000, 0, 1);[/COLOR][size=8][COLOR=Red] ( Luzaka's Wand )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_STA_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Staff )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_BOW_LUZA, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Bow )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_YOY_LUZA, 500000, 0, 1);[/COLOR][size=8][COLOR=Red] ( Luzaka's Yoyo )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_FIRERING, 250000, 0, 1); [/COLOR][size=8][COLOR=Red] ( Soul Ruby Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_LANDRING, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Diamond Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_WATERRING, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Sapphire Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_ELECTRICRING, 250000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Soul Emerald Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_ATTEARRINGEST, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Demolition Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_DEFEARRINGEST, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Plug Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_MAGICRINGEST, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Magic Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_RANGERINGEST, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Range Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_HPNECKLACEMR, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Gore Necklace )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_MPNECKLACEMR, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Mental Necklace )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_FPNECKLACEMR, 250000, 0, 1); [/COLOR][size=8][COLOR=Red]( Peision Necklace of Soul )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_HPMPNECKLACE, 250000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Soul Gore Mental Necklace )[/COLOR][/SIZE]
Quellcode
- [COLOR=RoyalBlue]DropItem(II_GEN_MAT_DIAMOND, 21000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Diamond )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_EMERALD, 2700000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Emerald )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_SAPPHIRE, 3600000, 0, 1); [/COLOR][size=8][COLOR=Red]( Saphire )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_RUBY, 4800000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Ruby )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_TOPAZ, 6300000, 0, 1); [/COLOR][size=8][COLOR=Red]( Topaz )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_ORICHALCUM01, 180000000, 0, 1); [/COLOR][size=8][COLOR=Red]( Ori )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_MAT_MOONSTONE, 180000000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Moon )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_SWO_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Crystal Sword )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_SWT_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Luzaka's Crystal Big Sword )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_AXE_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Axe )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_AXT_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Big Axe )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_KNU_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal [/COLOR][/SIZE][size=8][COLOR=Red]Knuckle )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_CHE_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Stick )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_WAN_LUZAM, 500000, 0, 1);[/COLOR][size=8][COLOR=Red] ( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Wand )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_STA_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Staff )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_BOW_LUZAM, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Bow )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_WEA_YOY_LUZAM, 500000, 0, 1);[/COLOR][size=8][COLOR=Red] ( [/COLOR][/SIZE][size=8][COLOR=Red]Luzaka's Crystal[/COLOR][/SIZE][size=8][COLOR=Red] Yoyo )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_FIRERING, 500000, 0, 1); [/COLOR][size=8][COLOR=Red] ( Soul Ruby Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_LANDRING, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Diamond Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_WATERRING, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Sapphire Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_RIN_ELECTRICRING, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Soul Emerald Ring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_ATTEARRINGEST, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Demolition Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_DEFEARRINGEST, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Plug Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_MAGICRINGEST, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Magic Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_EAR_RANGERINGEST, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Range Earring )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_HPNECKLACEMR, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Gore Necklace )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_MPNECKLACEMR, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Soul Mental Necklace )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_FPNECKLACEMR, 500000, 0, 1); [/COLOR][size=8][COLOR=Red]( Peision Necklace of Soul )[/COLOR][/SIZE]
- [COLOR=RoyalBlue] DropItem(II_GEN_JEW_NEC_HPMPNECKLACE, 500000, 0, 1);[/COLOR] [size=8][COLOR=Red]( Soul Gore Mental Necklace )[/COLOR][/SIZE]
Dies sind die wichtigsten Dinge bei den Droppfixxes, damit sie überhaupt richtig droppen müsst ihr nur noch die Droppchancen ( in % ) einstellen!
Bevor wir loslegen dies richtig einzustellen, zeig ich euch wo die Droppchance Definiert ist!
Wie hoch das Item ist ( z.B. ItemName +1 etc. )
Diese Zahl ist für mich leider Unbekannt, wer weiß was sie bringt bitte melden
Und zu guter Letzt, die % Chancen der Dropprate!
Quellcode
Ihr könnt natürlich auch andere Zahlen nehmen, dies ist nur ein Überblick, um zu sehen wiehoch der Wert für eine bestimmte % Chance ist!
Nun kommt auch ein andere schwieriger Teil..
Die MaxItems!
Hier müsst ihr selbst testen wie hoch die Anzahl sein soll!
( Da dies auch mit eurer Server Dropprate in Verbindung steht! )
Hier das gleiche wie oben, testen wie hoch es sein soll!
( Da dies auch mit eurer Server Penyarate in Verbindung steht! )
Creditz:
90% von silvermf ( für den Ausführlichen Guide )
10% für andere Guideverfasser ( Für den "Dropp Rate ändern" Guide )