Item ID list + Mob ID list
Twist Gaming :: Gaming and Server Development :: MMORPGs Emulation & Chat :: AION : The Tower of Eternity :: Server Emulation :: Tutorials
Page 1 of 1
Item ID list + Mob ID list
Hello guys, this is my first tutorial so I wont spend much time making it graphicly good. Let's start:
I'm working on my 1.9 version private server and first thing I want to fix is mob item drop list (instances). A lot of you want to know how to fix this. Basicly what you need is Item ID which you can find on [You must be registered and logged in to see this link.]. Find item you wish the mob drops and on the right side you can see its ID. Copy that and go on your server. Type: //adddrop (mobId, itemId, min, max, chance) . MobID can be found on your mysql database with name: droplist.sql. You can open that up and search for mob. Example: Lord Lannok. Server has only 1 drop chosen for this mob and there's his ID located: 214696. Now you can type in-game //adddrop 214696 ItemID(aionarmory.com) 1 1 (two 1 mean it will drop only 1x) chance (in percents will it drop or not).
That's all you need to do.
This was tested yet but it should work properly.
Thank's for reading, Haritas.
I'm working on my 1.9 version private server and first thing I want to fix is mob item drop list (instances). A lot of you want to know how to fix this. Basicly what you need is Item ID which you can find on [You must be registered and logged in to see this link.]. Find item you wish the mob drops and on the right side you can see its ID. Copy that and go on your server. Type: //adddrop (mobId, itemId, min, max, chance) . MobID can be found on your mysql database with name: droplist.sql. You can open that up and search for mob. Example: Lord Lannok. Server has only 1 drop chosen for this mob and there's his ID located: 214696. Now you can type in-game //adddrop 214696 ItemID(aionarmory.com) 1 1 (two 1 mean it will drop only 1x) chance (in percents will it drop or not).
That's all you need to do.
This was tested yet but it should work properly.
Thank's for reading, Haritas.
mrHaritas- Member
- Posts : 4
Reputation : 0
Similar topics
» add item help?
» Add item
» [TUT] common sql item errors.
» Item/Skill/NPC Editing
» [List] PlayAll IDs
» Add item
» [TUT] common sql item errors.
» Item/Skill/NPC Editing
» [List] PlayAll IDs
Twist Gaming :: Gaming and Server Development :: MMORPGs Emulation & Chat :: AION : The Tower of Eternity :: Server Emulation :: Tutorials
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum