• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Beta] KalOnline Drop Creator

Experienced Elementalist
Joined
Oct 2, 2007
Messages
201
Reaction score
2
Hey yo, i think the title is saying all? :rolleyes:

the last 3 days i worked hard on a KalOnline Drop Creator (KODC), its realy easy to create drops (itemgroup / group) in seconds... you only need to enter a itemgroup Index and how much groups it should have, then just hit ok and it will generate new input files. ex: i wrote in the itemgroup config that it should have 5 groups so it generate 5 more input box'es with the text

Code:
0 0

the first 0 is the chance of that group drop, the second one the group Index.

now on the next step we can setup the group. you can enter here the group index and how much items it should drop (max 100), then just hit the button calculate and it will create again more input boxes with the same nummbers like above. but this time those 2 nummbers do have a other function like befor.
the first 0 is the Item-ID and the second nummber the Prefix for that item, and yeah this application generate the % of a group-drop self so every group-drops are balanced, no items getting droped more then other items. you only need to enter a % to drop the group in the itemgroup. (im already working for a function to generate it, its not done now i go sleep now worked the whole night on it lol)

when you are done with all, just open the Menustrip "Data" and hit compile. if a error will pop-up, you did something wrong, if not he will generate the group and itemgroup text...

ex: i took 3 groups in a itemgroup and 5 items in each group.

Code:
;
; Created by KalOnline Drop Creater (KODC)
;
 
(itemgroup (index 1000) (group (100 1001)(200 1002)(300 1003)))
 
(group (index 1001)(item (200 1 0)(400 2 0)(600 3 0)(800 4 0)(1000 5 0)))
(group (index 1002)(item (200 6 0)(400 7 0)(600 8 0)(800 9 0)(1000 10 0)))
(group (index 1003)(item (200 11 0)(400 12 0)(600 13 0)(800 14 0)(1000 15 0)))

i think you wanna see screens right? i add em l8tr because the design is bugged + ugly i only worked on the code + math :closedeyes:

i hope someone give me feedback or some improves to add anything in that prog

- Momo

# Edit Screenshots + Beta Downloadlink added
# (grou should be Group01 Index,Group02 Index... its a bug)


- Requirements
.Net Framework 3.5
Basic drop knowlege - (Tutorial by lovesandra)
KalOnline Server Files
A Brain


Momo5000 - [Beta] KalOnline Drop Creator - RaGEZONE Forums

Momo5000 - [Beta] KalOnline Drop Creator - RaGEZONE Forums

Momo5000 - [Beta] KalOnline Drop Creator - RaGEZONE Forums

Momo5000 - [Beta] KalOnline Drop Creator - RaGEZONE Forums

Momo5000 - [Beta] KalOnline Drop Creator - RaGEZONE Forums


// Download

 
Last edited:
Experienced Elementalist
Joined
Oct 2, 2007
Messages
201
Reaction score
2
ohw i forgot to close it in the loop, fixed now, thanks bjorn
 
Experienced Elementalist
Joined
Oct 2, 2007
Messages
201
Reaction score
2
First Post Updated.

+ Screenshots added
+ Beta Download added

its only a beta so this project is under construction and not done.
you have any improves? say them
found any bugs? post em
etc etc...
 
Experienced Elementalist
Joined
Mar 7, 2009
Messages
206
Reaction score
1
Good Job , if it have item's list will be better :p








~ TommY
 
Joined
Sep 10, 2006
Messages
1,243
Reaction score
179
bleh, add precentages, its almost the same as mine now

- put max chance
- put begin chance
- make item names in dropbox instead of indexes
- ...
 
Last edited:
Experienced Elementalist
Joined
Oct 2, 2007
Messages
201
Reaction score
2
ok im trying to store the index and the item string in a array gimme a try :D
 
http://kalserverace.com
Loyal Member
Joined
Sep 12, 2006
Messages
477
Reaction score
17
lol. dumb asses... the drop list is the most pain in the butt thing to edit, not only u have to edit the list, but also the monsters who drop it. ya i know you may not know me but hell look at my old posts then you will know who i am.
 
Back
Top