|
You last visited: Today at 12:30
Advertisement
Largest Collection Of Queries For PSRO Development [[ Updated ]]
Discussion on Largest Collection Of Queries For PSRO Development [[ Updated ]] within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
05/26/2014, 12:28
|
#31
|
elite*gold: 85
Join Date: Feb 2014
Posts: 1,056
Received Thanks: 1,644
|
Quote:
Originally Posted by blapanda
Nice queries. I am most intrested into the _Memo Limit removal.
Just the case about "_Memo" won't record any kind of conversation, neither save anything.
Do you have a hint about that one? How to activate it? Is it Module or Database related?
|
Go to your shard. Expand it, click on Stored Procedures, scroll down until _Memo_Add. Right click on it, press modify procedure.
you'll see something like:
@MAX_MEMO_COUNT INT
AS
Find that place afterwards make a new line. Add this: SET @MAX_MEMO_COUNT = 999999
Not hard is it?
|
|
|
05/28/2014, 04:11
|
#32
|
elite*gold: 0
Join Date: May 2009
Posts: 130
Received Thanks: 8
|
thxxx
|
|
|
05/31/2014, 05:59
|
#33
|
elite*gold: 0
Join Date: May 2011
Posts: 365
Received Thanks: 384
|
#Updated
#Added: Query to add an item to all characters.
|
|
|
06/12/2014, 18:37
|
#34
|
elite*gold: 0
Join Date: May 2008
Posts: 34
Received Thanks: 1
|
Hey khaledlollol thanks for these useful queries!
Although I didn't read too well and I tried to change spawn rate (but I only have 1 GS).
So everytime I try to spawn something it immediatly disappears now, how can I fix this?
Edit: fixed it, changed the ratio to 0.80
|
|
|
06/22/2014, 00:16
|
#35
|
elite*gold: 0
Join Date: May 2011
Posts: 365
Received Thanks: 384
|
Quote:
Originally Posted by goddefied
Hey khaledlollol thanks for these useful queries!
Although I didn't read too well and I tried to change spawn rate (but I only have 1 GS).
So everytime I try to spawn something it immediatly disappears now, how can I fix this?
|
The one used to increase the spawn rate, just change the value to what you want..
|
|
|
06/22/2014, 09:43
|
#36
|
elite*gold: 0
Join Date: May 2009
Posts: 130
Received Thanks: 8
|
Add new drop for mob, unique etc
Easy
Quote:
USE/**/[SRO_VT_SHARD]/**/
--
GO
DECLARE @Mob VarChar(MAX),@Item VarChar(MAX),@MonsterID iNt,@ItemID iNt,@DropRatio ReaL, @DropAmountMin INT, @DropAmountMax INT
--------------------------------------------------------------------------
SET @Mob = 'MOB_SD_KEISAS_BERSERK'/*Monster Codigo*/
SET @Item = 'ITEM_ETC_ARCHEMY_ATTRSTONE_PD_14'/*Item Codigo*/
SET @DropAmountMin = 1 /*Drop Minimo*/
SET @DropAmountMax = 2 /*Drop Maximo*/
SET @DropRatio = 0.000389 /*0.5 = '50%' */
--------------------------------------------------------------------------
SET @MonsterID = (SELECT ID FROM [dbo].[_RefObjCommon] WHERE CodeName128 = @Mob)/**/
SET @ItemID = (SELECT ID FROM [dbo].[_RefObjCommon] WHERE CodeName128 = @Item)/**/
INSERT [dbo].[_RefMonster_AssignedItemDrop]/**/
(RefMonsterID,RefItemID,DropGroupType,OptLevel,Dro pAmountMin,DropAmountMax,DropRatio,RefMagicOptionI D1,CustomValue1,RefMagicOptionID2,CustomValue2,Ref MagicOptionID3,CustomValue3,RefMagicOptionID4,Cust omValue4,RefMagicOptionID5,CustomValue5,RefMagicOp tionID6,CustomValue6,RefMagicOptionID7,CustomValue 7,RefMagicOptionID8,CustomValue8,RefMagicOptionID9 ,CustomValue9,RentCodeName)/**/
VALUES(@MonsterID,@ItemID,0,0,@DropAmountMin,@Drop AmountMax,@DropRatio,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,'***')/**/
|
|
|
|
07/01/2014, 11:57
|
#37
|
elite*gold: 275
Join Date: May 2014
Posts: 1,417
Received Thanks: 1,156
|
GG and thanks.
|
|
|
07/03/2014, 10:51
|
#38
|
elite*gold: 0
Join Date: May 2011
Posts: 365
Received Thanks: 384
|
Quote:
Originally Posted by oXo™
GG and thanks.
|
URW
Quote:
Originally Posted by zebot
Add new drop for mob, unique etc
Easy
|
So You skipped the ID Part and used the code...to get the id
I didn't know that finding the id is so hard but its your choice you're free to modify it the way that makes it easier for you.
|
|
|
08/07/2014, 23:36
|
#39
|
elite*gold: 0
Join Date: May 2011
Posts: 365
Received Thanks: 384
|
#
|
|
|
05/28/2015, 01:44
|
#40
|
elite*gold: 0
Join Date: Apr 2008
Posts: 193
Received Thanks: 27
|
good
|
|
|
02/04/2026, 21:10
|
#41
|
elite*gold: 104
Join Date: Apr 2015
Posts: 22
Received Thanks: 4
|
thanks for sharing
|
|
|
Similar Threads
|
Star Wars: The Old Republic EA's Largest Ever Development Project
03/20/2010 - Gaming News - EN - 2 Replies
Star Wars: The Old Republic is one of the most ambitious MMORPG projects in quite some time and EA chief banker Eric Brown isn't hiding the fact that the project is EA's largest undertaking ever. Eurogamer reports that the chief banker stated in a meeting with Wedbush Morgan Securities in New York that the MMORPG is the "largest ever development project,
period, in the history of the company". That's quite a statement when compared to some of EA's other projects, including MMORPGs such as...
|
All times are GMT +1. The time now is 12:31.
|
|