Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Multiple Box of Kundun Drops from Golden

Status
Not open for further replies.
Joined
May 26, 2009
Messages
17,307
Reaction score
3,218
i remember somoene else had this exact issue or lets say problem.. few weeks ago... hmm... i forgot what he did or if he found a solution but personally i think its cus of the mob id its the new GOlden monsters instead of the old ones so check the mob ID differences and if there is change it maybe.
 
Upvote 0
Graveyard Networks
Joined
Dec 19, 2005
Messages
472
Reaction score
264
Karli, there are fixes on your release that is not on the release of betox full source?...

My server is already up i just want to know if there are other much better files out there than what i currently use while we are still on OPEN Beta testing.
 
Upvote 0
Graveyard Networks
Joined
Dec 19, 2005
Messages
472
Reaction score
264
The main problem i have on his file is that when i read his thread some people posted that some SCF configurations are not working on his release maybe because of his changes and updates there had been conflict on it. I have look at all drop configuration of my files and make sure it will only drop 3 options of excellent but it still drops 4 - 5 excellent items.
 
Upvote 0
Graveyard Networks
Joined
Dec 19, 2005
Messages
472
Reaction score
264
I configured it to value 3 the SCFExcellentMaxOptionDrop=3, but still in some case it drops 4-5 option excellent items.

Code:
[Common]

SCFCanSellQuestItems=1
SCFItemsDurationTime=120

;Dark Horse Config
; Formula: DEXTERITY / SCFDarkHorseDefenseDivisor (Default: 20)  + 5 + PetItemLevel * 2
SCFDarkHorseDefenseDivisor=20

;Dark Raven Config
SCFDarkSpiritRangeAttackRate=7

SCFDarkSpiritAttackDamageMinConstA=180
SCFDarkSpiritAttackDamageMinConstB=15
SCFDarkSpiritAttackDamageMinConstC=8
SCFDarkSpiritAttackDamageMaxConstA=200
SCFDarkSpiritAttackDamageMaxConstB=15
SCFDarkSpiritAttackDamageMaxConstC=4

SCFDarkSpiritAttackSpeedConstA=20
SCFDarkSpiritAttackSpeedConstB=4
SCFDarkSpiritAttackSpeedConstC=5
SCFDarkSpiritAttackSpeedConstD=50

SCFDarkSpiritAttackSuccessRateConstA=1000
SCFDarkSpiritAttackSuccessRateConstB=15

;DurSmall = DurSmall + ( Damage * SCFDarkSpiritDurSmallConstA / SCFDarkSpiritDurSmallConstB )
SCFDarkSpiritDurSmallConstA=2
SCFDarkSpiritDurSmallConstB=100
;Decrease Dur if DurSmall is higher or equals than SCFDarkSpiritDurSmallConstC
SCFDarkSpiritDurSmallConstC=800

[DropItem]

SCFItemDropScriptEnabled=1
SCFNormalItemDropSkillRate=6
SCFNormalItemDropLuckRate=10

SCFExItemDropRate=2000
SCFExItemDropSkillRate=15
SCFExItemDropLuckRate=10
[COLOR=#ff0000][B]SCFExcellentMaxOptionDrop=3[/B][/COLOR]

[Potions]

SCFHpRecoverPercent0=10
SCFHpRecoverPercent1=20
SCFHpRecoverPercent2=30
SCFHpRecoverPercent3=40
SCFMpRecoverPercent1=20
SCFMpRecoverPercent2=30
SCFMpRecoverPercent3=40


[Rings]

SCFTransformationRing1=2
SCFTransformationRing2=7
SCFTransformationRing3=14
SCFTransformationRing4=8
SCFTransformationRing5=9
SCFTransformationRing6=41

[Jewels]

SCFBlessiPrice=9000000
SCFSoulPrice=6000000
SCFChaosPrice=810000
SCFLifePrice=45000000
SCFCreationPrice=36000000
SCFGuardianPrice=60000000
SCFBlessWaterPrice=900000
SCFSoulWaterPrice=450000

SCFSoulWithLuckSuccessRate=75
SCFSoulNoLuckSuccessRate=50
SCFLifeSuccessRate=75

[ItemMoveLimit]

SCFItemTradeLimit=0
SCFItemMixLimit=0
SCFItemPshopLimit=0
SCFItemJinhuaLimit=0
SCFItemSellLimit=0

SCFItemPlusLimit=13
SCFExItemPlusLimit=13
SCFExItemOpLimit=4
SCFSetItemPlusLimit=13

SCFBlockHarmonyItemsTrade=0
//Item with serial FFFFFFF0 automatically untradeable
SCFBlockFFFFFFFFSerialTrade=1
SCFBlockFFFFFFFESerialTrade=0
SCFBlockFFFFFFFDSerialTrade=0
SCFBlockFFFFFFFCSerialTrade=0

[Durability]
;Serial 0xFFFFFFFF configs
SCFBlockFFFFFFFFSerialRepair=1
SCFIncreaseFFFFFFFFSerialDurDownBy=1.5
SCFDeleteFFFFFFFFSerialItemIfBroken=1

;Serial 0xFFFFFFFE configs
SCFBlockFFFFFFFESerialRepair=0
SCFIncreaseFFFFFFFESerialDurDownBy=1.0
SCFDeleteFFFFFFFESerialItemIfBroken=0

;Serial 0xFFFFFFFD configs
SCFBlockFFFFFFFDSerialRepair=0
SCFIncreaseFFFFFFFDSerialDurDownBy=1.0
SCFDeleteFFFFFFFDSerialItemIfBroken=0

;Serial 0xFFFFFFFC configs
SCFBlockFFFFFFFCSerialRepair=0
SCFIncreaseFFFFFFFCSerialDurDownBy=1.0
SCFDeleteFFFFFFFCSerialItemIfBroken=0

[Ancient]
SCFisExcellentAncient=0
SCFisJOHonAncient=1

[Harmony]
SCFJOHItemMaxLevelApply=15
SCFJOHItemMaxLevel=15
SCFJOHLevelMax=13

[SellMoney]

SCFUseChangeSellMoneyChange=1
SCFMaxSellMoney=1000

[OptionsExcellent]

ExtLifeAdd = 4 //Default 4%
ExtManaAdd = 4 //Default 4%
ExtDamageMinus = 4 //Default 4%
ExtDamageReflect = 5 // Default 5%
ExtDefenseSuccessfull = 10 //Default 10%
ExtMonsterMoney = 40 // Default 40%
ExtExcellentDamage = 10 // Default 10%
 
Upvote 0
Graveyard Networks
Joined
Dec 19, 2005
Messages
472
Reaction score
264
I will try that... suppose to be thats one of titanstech features and just like what has been reported on pinkoff thread there are some SCF configurations that are not working. Maybe got mixed up when he modify some things on his source.
 
Upvote 0
Status
Not open for further replies.
Back
Top