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!

Loch Feather drop

Status
Not open for further replies.
RaGEZONER Since 2004
Loyal Member
Joined
Jul 18, 2004
Messages
1,130
Reaction score
380
Add this to your Server/IGCData/IGC_AppointItemDrop.xml
</DropGroup> <DropGroup ID="2" Denominator="10000000">
<Item Cat="14" Index="14" MinLevel="0" MaxLevel="0" Skill="0" Luck="0" Option="1" Exc="1" DropRate="5000" />
</DropGroup>

Before
</ItemDrop>
</AppointItemDrop>

You can change the rate and play with it until you get the best results at DropRate="5000"
 
Upvote 0
Newbie Spellweaver
Joined
Jul 6, 2011
Messages
74
Reaction score
6
ok, i will try..





nothing happens :(

Item index is ok?
Because on Louis Emulator, Loch's Feather have index 13 14 , and i see your file have index 14 14.
Check on item.txt what index have your feather. Something must be wrong.

IGCN seems to complicated, lol.
On MuEmu u can set everything on itemdrop.txt , and is working how it should.

Anyway, check index for feather.
 
Upvote 0
Junior Spellweaver
Joined
Apr 21, 2005
Messages
181
Reaction score
6
Item index is ok?
Because on Louis Emulator, Loch's Feather have index 13 14 , and i see your file have index 14 14.
Check on item.txt what index have your feather. Something must be wrong.

IGCN seems to complicated, lol.
On MuEmu u can set everything on itemdrop.txt , and is working how it should.

Anyway, check index for feather.

index category is correct. igc loch's feather index 13 14

<DropGroup ID="2" Denominator="10000000">
<Item Cat="13" Index="14" MinLevel="0" MaxLevel="0" Skill="0" Luck="0" Option="0" Exc="0" DropRate="1000000" />
</DropGroup>
 
Upvote 0
Newbie Spellweaver
Joined
Jul 6, 2011
Messages
74
Reaction score
6
index category is correct. igc loch's feather index 13 14

<DropGroup ID="2" Denominator="10000000">
<Item Cat="13" Index="14" MinLevel="0" MaxLevel="0" Skill="0" Luck="0" Option="0" Exc="0" DropRate="1000000" />
</DropGroup>

I have downloaded your files.
OMG, those files are so complicated.
Sorry bro, i can't help you. They are too complicated for me. It is first time when i saw their structure.
 
Upvote 0
Newbie Spellweaver
Joined
Jan 5, 2022
Messages
11
Reaction score
1
Instead of editing the item drop rate just summon the monsters that drop it

Queen Rainier and Drakan in the Icarus Map

Queen Rainier is level 82 while Drakan is level 86
 
Upvote 0
RaGEZONER Since 2004
Loyal Member
Joined
Jul 18, 2004
Messages
1,130
Reaction score
380
Sorry my bad, it was 13 and not 14, Btw you hunt on Icarus?
And take note the DropGroup=2 Mobs setup inside your IGC_AppointItemDrop.xml mobs means able to drop only at icarus.And only those 3 mobs will drop it.
<Monster ID="72" DropGroup="2" Name="Phantom Knight" />
<Monster ID="75" DropGroup="2" Name="Great Drakan" />
<Monster ID="77" DropGroup="2" Name="Phoenix of Darkness" />




So if you want other mobs or lower mobs at Icarus will drop it you need to add those mobs on your DropGroup=2
 
Upvote 0
Junior Spellweaver
Joined
Apr 21, 2005
Messages
181
Reaction score
6
Sorry my bad, it was 13 and not 14, Btw you hunt on Icarus?
And take note the DropGroup=2 Mobs setup inside your IGC_AppointItemDrop.xml mobs means able to drop only at icarus.And only those 3 mobs will drop it.
<Monster ID="72" DropGroup="2" Name="Phantom Knight" />
<Monster ID="75" DropGroup="2" Name="Great Drakan" />
<Monster ID="77" DropGroup="2" Name="Phoenix of Darkness" />




So if you want other mobs or lower mobs at Icarus will drop it you need to add those mobs on your DropGroup=2

i already did that, but luckily it won't drop. i dont know where is the problem :(
 
Upvote 0
Newbie Spellweaver
Joined
Jan 5, 2022
Messages
11
Reaction score
1
how to do that?
/spawn [monster id#]
/spawn [monster name with spacebar replace with _]

it would spawn on your current location

it's hard to memories all gm command you need igcn essential much faster
that igcn leak did not provide it:junglejane:
 
Upvote 0
Status
Not open for further replies.
Back
Top