|
You last visited: Today at 07:05
Advertisement
Help me in add drop item on Uniques
Discussion on Help me in add drop item on Uniques within the SRO Private Server forum part of the Silkroad Online category.
06/09/2020, 14:48
|
#1
|
elite*gold: 0
Join Date: Dec 2011
Posts: 81
Received Thanks: 5
|
Help me in add drop item on Uniques
Hello Everyone
like add drop weapon's on unique
Exp:Every time he is killed Drop a different weapon
%ITEM_CH_WEAPON% & %ITEM_EU_WEAPON%
i don't Like drop weapon One type at a time
Drop one weapon only different at a time.
|
|
|
06/11/2020, 13:43
|
#2
|
elite*gold: 0
Join Date: Dec 2011
Posts: 81
Received Thanks: 5
|
Quote:
Originally Posted by coolspace9
Hello Everyone
like add drop weapon's on unique
Exp:Every time he is killed Drop a different weapon
%ITEM_CH_WEAPON% & %ITEM_EU_WEAPON%
i don't Like drop weapon One type at a time
Drop one weapon only different at a time.
|
Up
|
|
|
06/12/2020, 12:26
|
#3
|
elite*gold: 0
Join Date: May 2020
Posts: 130
Received Thanks: 51
|
Quote:
Originally Posted by coolspace9
Up
|
Emerald Garden ADMIN#5307 on discord and I will help you.
|
|
|
06/13/2020, 20:18
|
#4
|
elite*gold: 0
Join Date: Dec 2011
Posts: 81
Received Thanks: 5
|
|
|
|
06/14/2020, 00:09
|
#5
|
elite*gold: 0
Join Date: Jun 2020
Posts: 25
Received Thanks: 6
|
Quote:
USE SRO_VT_SHARD
GO
DECLARE @MonsterID int
DECLARE @ItemID int
DECLARE @DropRatio real
SET @MonsterID = 3810 <-------- Mob,Unique ID you want Add Drop in
SET @DropRatio = 1 <-------- Drop Ration 1=100% , 0.5 = 50%
SET @ItemID = 24165 <-------- ITEM ID You want Add in Drop
INSERT _RefMonster_AssignedItemDrop
(
RefMonsterID,
RefItemID,
DropGroupType,
OptLevel,
DropAmountMin,
DropAmountMax,
DropRatio,
RefMagicOptionID1,
CustomValue1,
RefMagicOptionID2,
CustomValue2,
RefMagicOptionID3,
CustomValue3,
RefMagicOptionID4,
CustomValue4,
RefMagicOptionID5,
CustomValue5,
RefMagicOptionID6,
CustomValue6,
RefMagicOptionID7,
CustomValue7,
RefMagicOptionID8,
CustomValue8,
RefMagicOptionID9,
CustomValue9,
RentCodeName
)
VALUES(@MonsterID , @ItemID, 0, 0, 1, 1, @DropRatio, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0 , 0 , '***')
|
To get mob ID use this Query
Quote:
|
Use SRO_VT_SHARD select ID from _RefObjCommon where CodeName128 like 'MOB_RM_ROC'
|
Change MOB_RM_ROC With your Monster or Unique Code
To get ITEM ID use this Query
Quote:
|
Use SRO_VT_SHARD select ID from _RefObjCommon where CodeName128 like 'ITEM_CH_TBLADE_11_SET_A_RARE'
|
Change ITEM_CH_TBLADE_11_SET_A_RARE to Any item you want
Query by Syinea
|
|
|
06/18/2020, 19:37
|
#6
|
elite*gold: 0
Join Date: Dec 2011
Posts: 81
Received Thanks: 5
|
Quote:
Originally Posted by Loyality_
To get mob ID use this Query
Change MOB_RM_ROC With your Monster or Unique Code
To get ITEM ID use this Query
Change ITEM_CH_TBLADE_11_SET_A_RARE to Any item you want
Query by Syinea
|
what the Special in this Query?
this Query For add drop on Mob or Uniq
But you not understand my Request
how can make item's droped Different's
if me playing with char China and killed this mob like droped One Only Type Anyweapon Ch & Eu
Exp: Bow or Staff or Dagger or Glaive
if use this ur query will droped the weapon market located on query
|
|
|
06/18/2020, 20:07
|
#7
|
elite*gold: 0
Join Date: May 2020
Posts: 46
Received Thanks: 22
|
Quote:
Originally Posted by coolspace9
what the Special in this Query?
this Query For add drop on Mob or Uniq
But you not understand my Request
how can make item's droped Different's
if me playing with char China and killed this mob like droped One Only Type Anyweapon Ch & Eu
Exp: Bow or Staff or Dagger or Glaive
if use this ur query will droped the weapon market located on query

|
Check _RefDropItemGroup and _RefMonster_AssignedItemRndDrop, Those tables got exactly what you want.
|
|
|
06/18/2020, 23:47
|
#8
|
elite*gold: 0
Join Date: Dec 2011
Posts: 81
Received Thanks: 5
|
Quote:
Originally Posted by Skedaddle!
Check _RefDropItemGroup and _RefMonster_AssignedItemRndDrop, Those tables got exactly what you want.
|
perfect 
Done
#
|
|
|
06/19/2020, 01:36
|
#9
|
elite*gold: 0
Join Date: May 2020
Posts: 46
Received Thanks: 22
|
Quote:
Originally Posted by coolspace9
perfect 
Done
#
|
wow, you're the first one to understand my hints from the first time.
|
|
|
 |
Similar Threads
|
[Query]Disable Drop Tablets, And Add Drop Stones
10/27/2016 - SRO PServer Guides & Releases - 10 Replies
This query disable all tablet from mobs:
Update _RefDropItemAssign
set service = 0
where RefItemID between 6295 and 6678
and add stones to drop:
|
[Question] about disable NPCs / add lucky powder 100% / add item to remove adv plus
02/27/2013 - SRO Private Server - 0 Replies
Hello guys i have searched too much but i didn't found any answer for my question
1. i have disabled NPCs from _refShop @ DB and media.pk
but the client don't open
2. how i can add lucky powder 100%
3. how to add item to remove adv plus
|
looking for coder to add soul item npc and dmg- add npc
07/09/2011 - CO2 Private Server - 0 Replies
hey im looking for a coder that could add a npc which sells full dragon soul sets +12 -7 255 hp 2 soc for specific classes e.g. for a tro you would buy a soul set which has weapons armor coro necky boots armor and so on also i need a npc where you can buy dmg - to your equips for tortoise gems
|
All times are GMT +1. The time now is 07:07.
|
|