-
How To edit drop for EACH monster in EACH place.
Hello,
well i really appreciate making these tutorials for you guys i really have hope u also like it.
I start with basic things but if u will just want i gonna add more and more tutorials.
In this tutorial i'm gonna show you how to edit drop for mob what u want in every place u want.
At first u have to know that everything we gonna set in Server side!
From Clientside u can just take Monsters ID which u want to edit drop.
So... let's start!
At first let's choose what mob drop we gonna edit? I've choosen a Mnisha!
Open Cabal_msg.enc -> and follow to monster section -> now find ur monster ID
<msg id="monster1497" cont="Keshapone Minisha" />
That's all what we do in client side.
ID = 1497
Now is time to edit the drop on serverside, open WorldDrop.scp
Code:
[WorldDrop] = Counting Index (no matter)
Terrain_World = World on which the mob is placed (in our case 11)
DungeonID = in our case 0 (porta inferno is not dungeon map)
Terrain_Mob = ID of mob which drop we want to edit (in our case 1497)
ItemKind = ItemID what u want to drop from it (for ex. UCH so in our case 1)
ItemOpt = ItemOPT of drop item (in our case 0)
DropRate = as name says drop rate of item (i dont understand it perfectly but all the drop from EACH mob must be equal to = 1, so if u want 100% drop uch just set it to = 1.0)
MinLv = Minimum lvl (set to 1)
MaxLv = Maximum lvl to which it will drop (default set to 200)
Group = default 0
MaxDropCnt = default 0
OptPoolIdx = OptionPool if u dont know what is it then set to 0
DurationIdx = 0 (durations: 31 - with perma title, 0 no perma title, 7 - 7 days etc.)
DropSvrCh = default 0
EventDropOnly = default 0
So our new line will looks like:
Code:
999 11 0 1497 1 0 1.0 1 200 0 0 0 0 0 0 # UCH - Minisha
Place it at down of the file Save & Exit - Restart server and should work :)
btw. Remember! Minisha have already set drop, if edit drop of mob's i suggest to remove old one.
To remove old one just simply find in WorldDrop.scp "1497" Terrain_mob ID and remove all lines with it.
If u want add one more drop to minisha u do it exactly the same way! add one more line:
Code:
999 11 0 1497 1 0 0.5 1 200 0 0 0 0 0 0 # UCH - Minisha
1000 11 0 1497 2 0 0.5 1 200 0 0 0 0 0 0 # FCH - Minisha
Remember about edit DropRate! Equal to = 1. so if we have 2 drop then 0.5 on each line.
I hope it will help someone. If still something is not clear just ask.
If u like it just hit "Thanks" button!
-
Re: How To edit drop for EACH monster in EACH place.
thank you, this will help me :ott:
-
Re: How To edit drop for EACH monster in EACH place.
should I need to edit this thing from WorldSvr_xx_xx.ini ?
UseWorldDrop=1 ? Because I follow correctly but no drops on my new Forest of Nostalgia as map
-
Re: How To edit drop for EACH monster in EACH place.
-
Re: How To edit drop for EACH monster in EACH place.
can I do with this with my Arcane Golem of Rage drop and droprate?
Quote:
7801 12 0 1929 527903 0 1.0 170 200 0 0 0 0 0 0 7802 12 0 1929 2842 100000000 1.0 170 200 0 0 0 0 0 0
7803 12 0 1929 527904 0 1.0 170 200 0 0 0 0 0 0
7804 12 0 1929 527482 0 1.0 170 200 0 0 0 0 0 0
7805 12 0 1929 527481 0 1.0 170 200 0 0 0 0 0 0
7806 12 0 1929 1216 0 1.0 170 200 0 0 0 0 0 0
7807 12 0 1929 3559 0 1.0 1 200 0 0 0 0 0 0
7808 12 0 1929 3560 0 1.0 1 200 0 0 0 0 0 0
7809 12 0 1929 1056344 0 1.0 1 200 0 0 0 0 0 0
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
sixreygie
can I do with this with my Arcane Golem of Rage drop and droprate?
Yes, you can.
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
Yes, you can.
My server has 2 drops per mob but when I killed Cabal Lantern only drops 2 UCHH this is my edited works
Quote:
21 1 0 764 1214 0 8 1 200 0 0 0 0 0 022 1 0 764 1214 0 8 1 200 0 0 0 0 0 0
23 1 0 764 1 0 8 1 200 0 0 0 0 0 0
24 1 0 764 1 0 8 1 200 0 0 0 0 0 0
25 1 0 764 1005 0 5 1 200 0 0 0 0 0 0
26 1 0 764 1011 1 .5 1 200 0 0 0 0 0 0
27 1 0 764 1012 0 5 1 200 0 0 0 0 0 0
28 1 0 764 1013 0 5 1 200 0 0 0 12 0 0
29 1 0 764 1014 0 5 1 200 0 0 0 12 0 0
30 1 0 764 1015 0 5 1 200 0 0 0 12 0 0
31 1 0 764 1016 0 5 1 200 0 0 0 12 0 0
32 1 0 764 1102 0 .5 1 200 0 0 0 0 0 0
33 1 0 764 3694 0 5 1 200 0 0 0 12 0 0
34 1 0 764 946 0 .5 1 200 0 0 0 0 0 0
-
Re: How To edit drop for EACH monster in EACH place.
here is answer for ur question if i understood you well https://forum.ragezone.com/f451/items-drop-933949/
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
That's it ! Thanks but can I use this option? https://forum.ragezone.com/f451/item...5/#post7624515 than with Toast way? Because I don't know about EventID and DropPoolID
-
Re: How To edit drop for EACH monster in EACH place.
Try both and you will see :)
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
Try both and you will see :)
Thanks it works :) now I need help for SpwnInterval I want 5 mins can you tell me what value with it?
-
Re: How To edit drop for EACH monster in EACH place.
world12-mmap.scp
[MMap] SpeciesIdx PosX PosY Width Height SpawnInterval SpawnDefault EvtProperty EvtMobs EvtInterval MissionGate PerfectDrop Type Min Max Authority Server_Mob Loot_Delay
In miliseconds for ex. 43200000 = 12hours respawn.
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
world12-mmap.scp
[MMap] SpeciesIdx PosX PosY Width Height SpawnInterval SpawnDefault EvtProperty EvtMobs EvtInterval MissionGate PerfectDrop Type Min Max Authority Server_Mob Loot_Delay
In miliseconds for ex. 43200000 = 12hours respawn.
Thanks again now I know it uses millisecond :)
- - - Updated - - -
Quote:
Originally Posted by
Dens666
world12-mmap.scp
[MMap] SpeciesIdx PosX PosY Width Height SpawnInterval SpawnDefault EvtProperty EvtMobs EvtInterval MissionGate PerfectDrop Type Min Max Authority Server_Mob Loot_Delay
In miliseconds for ex. 43200000 = 12hours respawn.
1.44e+7 milliseconds = 4hours respawn?
Got it ! 14400000 = 4hours thanks :D
-
Re: How To edit drop for EACH monster in EACH place.
problem chaotic arena lv. 6 drop problem I removed everything inside of world_drop.scp just like clean but still drop lot of FCHH and UCHH how fix?
http://i.imgur.com/5VAWje4.jpg
-
Re: How To edit drop for EACH monster in EACH place.
Check world*-terrain file of chaos arena and make sure that is empty :)
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
Check world*-terrain file of chaos arena and make sure that is empty :)
I have this
Quote:
[Terrain] TerrainX TerrainY WarpIdxForDead WarpIdxForRetn WarpIdxForLOut DmgMin DmgMax WarControl
0 0 0 344 344 319 0 0 0
[CommDrop] TerrainIdx ItemKind ItemOpt DropRate MinLv MaxLv Group MaxDropCnt OptPoolIdx DurationIdx
0 0 455 129 .00010000000000000 10 200 0 0 0 0
1 0 626 56 .00100000000000000 10 200 0 0 0 0
2 0 626 80 .00090000000000000 10 200 0 0 0 0
3 0 626 100 .00090000000000000 10 200 0 0 0 0
4 0 683 513 .00500000000000000 10 200 0 0 0 0
5 0 684 513 .00500000000000000 10 200 0 0 0 0
6 0 685 513 .00500000000000000 10 200 0 0 0 0
7 0 686 513 .00500000000000000 10 200 0 0 0 0
8 0 687 513 .00500000000000000 10 200 0 0 0 0
9 0 688 513 .00500000000000000 10 200 0 0 0 0
10 0 689 513 .00500000000000000 10 200 0 0 0 0
11 0 690 513 .00500000000000000 10 200 0 0 0 0
12 0 691 513 .00500000000000000 10 200 0 0 0 0
13 0 692 9729 .00250000000000000 10 200 0 0 0 0
14 0 692 9857 .00250000000000000 10 200 0 0 0 0
15 0 692 9985 .00250000000000000 10 200 0 0 0 0
16 0 692 10113 .00250000000000000 10 200 0 0 0 0
17 0 692 10241 .00250000000000000 10 200 0 0 0 0
18 0 115 0 .01189655172413070 125 137 11 0 49 0
19 0 116 0 .01189655172413070 125 137 11 0 49 0
20 0 130 0 .01189655172413070 125 137 11 0 49 0
21 0 131 0 .01189655172413070 125 137 11 0 49 0
22 0 145 0 .01189655172413070 125 137 11 0 49 0
23 0 146 0 .01189655172413070 125 137 11 0 49 0
24 0 160 0 .01377155172413070 125 137 11 0 49 0
25 0 161 0 .01377155172413070 125 137 11 0 49 0
26 0 175 0 .01377155172413070 125 137 11 0 49 0
27 0 176 0 .01377155172413070 125 137 11 0 49 0
28 0 190 0 .01377155172413070 125 137 11 0 49 0
29 0 191 0 .01377155172413070 125 137 11 0 49 0
30 0 205 0 .01317155172413070 125 137 11 0 49 0
31 0 206 0 .01317155172413070 125 137 11 0 49 0
32 0 220 0 .01317155172413070 125 137 11 0 49 0
33 0 221 0 .01317155172413070 125 137 11 0 49 0
34 0 235 0 .01317155172413070 125 137 11 0 49 0
35 0 236 0 .01317155172413070 125 137 11 0 49 0
36 0 250 0 .01264655172413070 125 137 11 0 49 0
37 0 251 0 .01264655172413070 125 137 11 0 49 0
38 0 265 0 .01264655172413070 125 137 11 0 49 0
39 0 266 0 .01264655172413070 125 137 11 0 49 0
40 0 280 0 .01264655172413070 125 137 11 0 49 0
41 0 281 0 .01264655172413070 125 137 11 0 49 0
42 0 311 0 .00000190000000000 125 137 11 0 0 0
43 0 314 0 .00000190000000000 125 137 11 0 0 0
44 0 115 0 .01189655172413070 138 150 12 0 49 0
45 0 116 0 .01189655172413070 138 150 12 0 49 0
46 0 130 0 .01189655172413070 138 150 12 0 49 0
47 0 131 0 .01189655172413070 138 150 12 0 49 0
48 0 145 0 .01189655172413070 138 150 12 0 49 0
49 0 146 0 .01189655172413070 138 150 12 0 49 0
50 0 160 0 .01377155172413070 138 150 12 0 49 0
51 0 161 0 .01377155172413070 138 150 12 0 49 0
52 0 175 0 .01377155172413070 138 150 12 0 49 0
53 0 176 0 .01377155172413070 138 150 12 0 49 0
54 0 190 0 .01377155172413070 138 150 12 0 49 0
55 0 191 0 .01377155172413070 138 150 12 0 49 0
56 0 205 0 .01317155172413070 138 150 12 0 49 0
57 0 206 0 .01317155172413070 138 150 12 0 49 0
58 0 220 0 .01317155172413070 138 150 12 0 49 0
59 0 221 0 .01317155172413070 138 150 12 0 49 0
60 0 235 0 .01317155172413070 138 150 12 0 49 0
61 0 236 0 .01317155172413070 138 150 12 0 49 0
62 0 250 0 .01264655172413070 138 150 12 0 49 0
63 0 251 0 .01264655172413070 138 150 12 0 49 0
64 0 265 0 .01264655172413070 138 150 12 0 49 0
65 0 266 0 .01264655172413070 138 150 12 0 49 0
66 0 280 0 .01264655172413070 138 150 12 0 49 0
67 0 281 0 .01264655172413070 138 150 12 0 49 0
68 0 311 0 .00000190000000000 138 150 12 0 0 0
69 0 314 0 .00000190000000000 138 150 12 0 0 0
70 0 115 0 .01189655172413070 151 163 13 0 49 0
71 0 116 0 .01189655172413070 151 163 13 0 49 0
72 0 130 0 .01189655172413070 151 163 13 0 49 0
73 0 131 0 .01189655172413070 151 163 13 0 49 0
74 0 145 0 .01189655172413070 151 163 13 0 49 0
75 0 146 0 .01189655172413070 151 163 13 0 49 0
76 0 160 0 .01377155172413070 151 163 13 0 49 0
77 0 161 0 .01377155172413070 151 163 13 0 49 0
78 0 175 0 .01377155172413070 151 163 13 0 49 0
79 0 176 0 .01377155172413070 151 163 13 0 49 0
80 0 190 0 .01377155172413070 151 163 13 0 49 0
81 0 191 0 .01377155172413070 151 163 13 0 49 0
82 0 205 0 .01317155172413070 151 163 13 0 49 0
83 0 206 0 .01317155172413070 151 163 13 0 49 0
84 0 220 0 .01317155172413070 151 163 13 0 49 0
85 0 221 0 .01317155172413070 151 163 13 0 49 0
86 0 235 0 .01317155172413070 151 163 13 0 49 0
87 0 236 0 .01317155172413070 151 163 13 0 49 0
88 0 250 0 .01264655172413070 151 163 13 0 49 0
89 0 251 0 .01264655172413070 151 163 13 0 49 0
90 0 265 0 .01264655172413070 151 163 13 0 49 0
91 0 266 0 .01264655172413070 151 163 13 0 49 0
92 0 280 0 .01264655172413070 151 163 13 0 49 0
93 0 281 0 .01264655172413070 151 163 13 0 49 0
94 0 311 0 .00000190000000000 151 163 13 0 0 0
95 0 314 0 .00000190000000000 151 163 13 0 0 0
[MobsDrop] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MinLv MaxDropCnt OptPoolIdx DurationIdx
0 0 1177 1 0 0.80 1 10 1 31
1 0 1578 1 0 0.80 1 10 1 31
[MobsDropMission] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MaxDropCnt
0 0 1177 1 0 100 0
0 0 1578 1 0 100 0
1 0 1360 2877 1337 100 0
- - - Updated - - -
This one is correct?
Quote:
[Terrain] TerrainX TerrainY WarpIdxForDead WarpIdxForRetn WarpIdxForLOut DmgMin DmgMax WarControl
[CommDrop] TerrainIdx ItemKind ItemOpt DropRate MinLv MaxLv Group MaxDropCnt OptPoolIdx DurationIdx
[MobsDrop] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MinLv MaxDropCnt OptPoolIdx DurationIdx
[MobsDropMission] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MaxDropCnt
-
Re: How To edit drop for EACH monster in EACH place.
You asking seriously?...
Quote:
[CommDrop] TerrainIdx ItemKind ItemOpt DropRate MinLv MaxLv Group MaxDropCnt OptPoolIdx DurationIdx
[MobsDrop] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MinLv MaxDropCnt OptPoolIdx DurationIdx
-
1 Attachment(s)
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
You asking seriously?...
sorry just new in this section
- - - Updated - - -
My problem still exist still drop bunch of UCHH and FCHH
-
Re: How To edit drop for EACH monster in EACH place.
It's impossible.
If u clean file which is related to chaos arena and world_drop file then the only way from where drop comes is database, from Event.
No other way.
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
It's impossible.
If u clean file which is related to chaos arena and world_drop file then the only way from where drop comes is database, from Event.
No other way.
But I only have 1 event running and also I removed all event's just TPoint running.
- - - Updated - - -
my cabal_ems_droppool_table on EventData is clean too
-
Re: How To edit drop for EACH monster in EACH place.
That mean you do something wrong.
-
Re: How To edit drop for EACH monster in EACH place.
Quote:
Originally Posted by
Dens666
That mean you do something wrong.
any server file base on drop except those you mention? any other?
-
Re: How To edit drop for EACH monster in EACH place.