Drops with blues

01/11/2017 01:59 leo2111#1
Hello epvpers,
I wanna add as drop a gold dragon flag with 3int / 3str
_RefMonster_AssignedItemDrop but I don't what what I have to fill for the 3str/int
any halp pl0x :D
01/11/2017 11:34 MrCatGardens#2
thats kinda easy.

_RefDropItemGroup Column "RefMagicGroupID"
RefMagicGroupID = LinkID from _RefMagicOptGroup
_RefMagicOptGroup Column "MOptID" = _RefMagicOpt Coulmn "ID"

You need to use 3 tables. Structure should be self-explainatory
01/11/2017 13:45 leo2111#3
Quote:
Originally Posted by skardana View Post
thats kinda easy.

_RefDropItemGroup Column "RefMagicGroupID"
RefMagicGroupID = LinkID from _RefMagicOptGroup
_RefMagicOptGroup Column "MOptID" = _RefMagicOpt Coulmn "ID"

You need to use 3 tables. Structure should be self-explainatory
I want to add it to a custom mob, not as general drop , to an unique for example ;s
01/11/2017 16:49 MrCatGardens#4
and? thats the way you asign the blue to a dropgroup. next step is to asign your dropgroup to any specific mob
08/09/2017 21:31 sonzenbi#5
Quote:
Originally Posted by infinityProject View Post
thats kinda easy.

_RefDropItemGroup Column "RefMagicGroupID"
RefMagicGroupID = LinkID from _RefMagicOptGroup
_RefMagicOptGroup Column "MOptID" = _RefMagicOpt Coulmn "ID"

You need to use 3 tables. Structure should be self-explainatory
So
_RefDropItemAssign Column AssigedGroup = ?