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!

Balgass itembag

Initiate Mage
Joined
Jun 1, 2017
Messages
41
Reaction score
2
Hello guys!

Any clue why Balgass in crywolf event is dropping only zen & jewel of bless after killing him?

This is the default itembag i have.

View attachment BalgassItemBag.txt
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jun 1, 2017
Messages
41
Reaction score
2
Does not work :( Now it drops 30'000zen and 1bless for #1 player, 2bless for #2 and so on.

//=========================================================================

0
// MapIndex Drop Flag MinMonsterLvl MaxMonsterLvl
0 0 0 1000
1 0 0 1000
2 0 0 1000
3 0 0 1000
4 0 0 1000
5 0 0 1000
6 0 0 1000
7 0 0 1000
8 0 0 1000
9 0 0 1000
10 0 0 1000
end


1
// EventName DropZen EventItemType EventItemIndex EventItemLevel EventItemDropRate ItemDropRate ExItemDropRate
"BalgassDrop" 1000000 0 0 0 0 100 100
end


2
// Type Index MinLvl MaxLvl Skill Luck AddOpt ExItemFlag Name
0 19 0 0 1 1 1 1 // Sword of Archangel
4 18 0 0 1 1 1 1 // Crossbow of Archangel
5 10 0 0 1 1 1 1 // Staff of Archangel
0 20 0 0 1 1 1 1 // Knight Blade
0 23 0 0 1 1 1 1 // Explosion Blade
2 12 0 0 1 1 1 1 // Great Lord Scepter
4 19 0 0 1 1 1 1 // Great Reign Crossbow
4 20 0 0 1 1 1 1 // Arrow Viper Bow
5 11 0 0 1 1 1 1 // Kundun Staff
end
 
Upvote 0
MuADMIN
Staff member
Moderator
Top Poster Of Month
Joined
May 26, 2009
Messages
17,272
Reaction score
3,195
maybe this

2
// Type Index MinLvl MaxLvl Skill Luck AddOpt ExItemFlag Name
0 19 0 0 1 1 1 1 // Sword of Archangel
4 18 0 0 1 1 1 1 // Crossbow of Archangel
5 10 0 0 1 1 1 1 // Staff of Archangel
0 20 0 0 1 1 1 1 // Knight Blade
0 23 0 0 1 1 1 1 // Explosion Blade
2 12 0 0 1 1 1 1 // Great Lord Scepter
4 19 0 0 1 1 1 1 // Great Reign Crossbow
4 20 0 0 1 1 1 1 // Arrow Viper Bow
5 11 0 0 1 1 1 1 // Kundun Staff
end

change to

1 < --- ?
// Type Index MinLvl MaxLvl Skill Luck AddOpt ExItemFlag Name
0 19 0 0 1 1 1 1 // Sword of Archangel
4 18 0 0 1 1 1 1 // Crossbow of Archangel
5 10 0 0 1 1 1 1 // Staff of Archangel
0 20 0 0 1 1 1 1 // Knight Blade
0 23 0 0 1 1 1 1 // Explosion Blade
2 12 0 0 1 1 1 1 // Great Lord Scepter
4 19 0 0 1 1 1 1 // Great Reign Crossbow
4 20 0 0 1 1 1 1 // Arrow Viper Bow
5 11 0 0 1 1 1 1 // Kundun Staff
end
 
Upvote 0
Back
Top