USE [PS_Chatlog]
GO
/****** Object: Trigger [dbo].[ARIA_REC_RUN] Script Date: 02/04/2016 21:52:50 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER TRIGGER [dbo].[ARIA_REC_RUN]
ON [dbo].[ChatLog]
AFTER INSERT
AS
BEGIN
SET NOCOUNT ON;
DECLARE @Chatdata varchar(30) = (SELECT ChatData FROM inserted)
IF @Chatdata = 'Link'
BEGIN
DECLARE @recrun int = (select itemid from PS_GameData.dbo.UserStoredItems
where UserUID = UserUID and ItemID=ItemID and Slot = 1)
------------------------------------------------------------
IF (@recrun=100230)----------------RECRUN ITEMID-------------
begin
update PS_GameData.dbo.UserStoredItems
SET Craftname = 40404040404050202070
WHERE UserUID = userUID and Slot = 0 and Type in (16,17,18,19,20,21,24,31,32,33,34,35,36,39)
begin
update PS_GameData.dbo.UserStoredItems
SET Craftname = 40404040404000000020
WHERE UserUID = userUID and Slot = 0 and Type in (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,22,23,40)
begin
delete from PS_GameData.dbo.UserStoredItems
WHERE UserUID = UserUID AND Slot = 1
END
end
FAIL:
DELETEChatData:
DELETE FROM ChatLog
WHERE CharID = CharID AND ChatData = @Chatdata
You forgot limit for lvl because with this ppl can use to 1-5 and 20-30
Code:
declare @Level smallint =(Select ReqLevel from PS_GameDefs.dbo.Items where ItemID=(Select top 1 ItemID from PS_GameData.dbo.UserStoredItems where Slot='0' and UserUID=@UserUID))
if (@Level > 31)
begin
Orange Stat Change Query 01/03/2014 - Shaiya PServer Guides & Releases - 16 Replies With this you can change all the Max orange stats on your server.
Maybe you want to lower the max orange stats on the gears or weps? or increse them maybe.
USE PS_GameData
DECLARE @CraftName VARCHAR(20),
@Str TINYINT,
@Dex TINYINT,
@Rec TINYINT,
@Int TINYINT,
@Wis TINYINT,
[HELP]Scripts For Orange Stats and Perfect link 12/15/2012 - Shaiya Private Server - 5 Replies Sorry for the English,
Already searched every site script for something related to the use of orange perfect stats or stats link or free orange and not found.
Anyone know if these scripts are available or sold?
I need a lot of these scripts, thank you now ^ ^
[HELP] Max Orange Stat 08/01/2011 - Shaiya Private Server - 8 Replies Hello all can you help me? I want to change Max Orange Stat of Goddess Adamas Gear and make Orange Stat of Capes and Accs ;)