Drop.ini Request
hey i have a seose drop.ini file, and i want to convert it into eoserv drop.ini file format, so that my eoserv server reads it , but everytime i rewrite it , it doesn't work, idk if its because the npc drops to much items, but if u could help me, message me, but this is an example of one of
thenpcs im trying to convert.
[EDIT]
basically a npc that drops all armours
/* armour */
[npc266]
{
[drop] Item=466
[drop] Item=465
[drop] Item=464
[drop] Item=463
[drop] Item=462
[drop] Item=461
[drop] Item=460
[drop] Item=459
[drop] Item=458
[drop] Item=450
[drop] Item=449
[drop] Item=431
[drop] Item=430
[drop] Item=429
[drop] Item=428
[drop] Item=422
[drop] Item=415
[drop] Item=414
[drop] Item=413
[drop] Item=410
[drop] Item=409
[drop] Item=407
[drop] Item=406
[drop] Item=388
[drop] Item=387
[drop] Item=381
[drop] Item=373
[drop] Item=372
[drop] Item=371
[drop] Item=370
[drop] Item=369
[drop] Item=368
[drop] Item=364
[drop] Item=348
[drop] Item=347
[drop] Item=346
[drop] Item=345
[drop] Item=344
[drop] Item=343
[drop] Item=342
[drop] Item=333
[drop] Item=332
[drop] Item=324
[drop] Item=312
[drop] Item=311
[drop] Item=280
[drop] Item=279
[drop] Item=275
[drop] Item=274
[drop] Item=223
[drop] Item=222
[drop] Item=203
[drop] Item=202
[drop] Item=201
[drop] Item=200
[drop] Item=199
[drop] Item=172
[drop] Item=171
[drop] Item=170
[drop] Item=169
[drop] Item=168
[drop] Item=167
[drop] Item=166
[drop] Item=165
[drop] Item=164
[drop] Item=163
[drop] Item=158
[drop] Item=157
[drop] Item=156
[drop] Item=155
[drop] Item=153
[drop] Item=152
[drop] Item=151
[drop] Item=150
[drop] Item=149
[drop] Item=148
[drop] Item=147
[drop] Item=146
[drop] Item=145
[drop] Item=144
[drop] Item=143
[drop] Item=142
[drop] Item=141
[drop] Item=140
[drop] Item=139
[drop] Item=138
[drop] Item=137
[drop] Item=136
[drop] Item=135
[drop] Item=134
[drop] Item=133
[drop] Item=132
[drop] Item=131
[drop] Item=130
[drop] Item=129
[drop] Item=128
[drop] Item=127
[drop] Item=60
[drop] Item=59
[drop] Item=48
[drop] Item=47
}
13 years, 10 weeks ago
|
Ryouken

Joined: 10th Apr 2012
Posts: 1040
Re: Drop.ini Request
well the format for eoserv drop files is "Npcid = Itemid, minimum ammount, max ammount, drop chance" so it would go something like this "266 = 466,1,1,20, 465,1,1,20, 464,1,1,20, ect..."
not sure what drop chance you would put but i put 20% in this case
Or have you tried it that way already and it still hasn't worked? Eoserv might not be able to handle that many objects on one npc. I've never tried such myself.
13 years, 10 weeks ago
|
Re: Drop.ini Request
yea i tried that, i made change 100, but it doesn't work, this what is has,
266 = 466,1,1,100, 465,1,1,100, 464,1,1,100, 463,1,1,100, 462,1,1,100, 461,1,1,10, 460,1,1,100, 590,1,1,100, 458,1,1,100, 450,1,100, 449,1,100, 431,1,1,100, 430,1,1,100, 429,1,1,100, 428,1,1,100, 422,1,1,100, 415,1,1,100, 414,1,1,100, 413,1,1,100, 410,1,1,00, 409,1,1,100, 407,1,1,100,
406,1,1,100, 388,1,1,100, 387,1,1,100, 381,1,1,100, 373,1,1,100, 372,1,1,100, 371,1,1,100, 370,1,1,100, 369,1,1,100, 368,1,1,100, 364,1,1,100, 348,1,1,100, 347,1,1,100, 346,1,1,100, 345,1,1,100, 344,1,1,110, 343,1,1,100, 342,1,1,100, 333,1,1,100, 332,1,1,100, 324,1,1,100, 312,1,1,100, 311,1,1,100,
280,1,1,100, 279,1,1,100, 275,1,1,100, 274,1,1,100, 223,1,1,100, 222,1,1,100, 203,1,1,100, 202,1,1,100, 201,1,1,100, 200,1,1,100, 199,1,1,100, 172,1,1,100, 171,1,1,100, 170,1,1,100, 169,1,1,100, 168,1,1,100, 167,1,1,100, 166,1,1,100, 165,1,1,100, 164,1,1,100, 163,1,1,100, 158,1,1,100, 157,1,1,100,
156,1,1,100, 155,1,1,100, 153,1,1,100, 152,1,1,100, 151,1,1,100, 150,1,1,100, 149,1,1,100, 148,1,1,100, 147,1,1,100, 146,1,1,100
in a line though
13 years, 10 weeks ago
|
Ryouken

Joined: 10th Apr 2012
Posts: 1040
Re: Drop.ini Request
I looked it over and found a few typos in there.
Look for those objects in there and fix em. :3
461,1,1,10 -this one isn't really a problem but you wanted them all at 100 so i thought i would put it
here-
450,1,100 -your missing the max drop amount on this one-
449,1,100, -same as above-
410,1,1,00, -missing the 1 on your 100 there-
344,1,1,110 -the drop percent is too high-
13 years, 10 weeks ago
|
Re: Drop.ini Request
thank you, it worked, but now im trying to add more item drops to it, but the length of the line has reach i think, and when i add another number it begins a new line, how could i add this extra items?
13 years, 10 weeks ago
|
Ryouken

Joined: 10th Apr 2012
Posts: 1040
Re: Drop.ini Request
if you mean notepad or whatever your using is starting a new line, it should still count the whole thing as one line unless you press enter to make a new line. Is it not registering any drops on the new line? Not sure if this is possible but you could try putting the npc id on the new line as well.
Not sure if eoserv will let you put an npc id in there twice though but its worth a try.
13 years, 10 weeks ago
| | | | | | |