Register for your free account! | Forgot your password?

Go Back   elitepvpers
You last visited: Today at 00:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



vaLue vaLue is offline

Junior Member

Statistics

Total Posts
Thanks Given
Blog
General Information
  • Last Activity: 09/21/2008 15:23
  • Join Date: 03/02/2008

Mentions

02/24/2024
18:24 - Codeine1337 mentioned vaLue in post ⭐ Best Valorant Accounts on-site / HQ / Safe & Fast ⭐
... I want to mention that each one of the accounts have some skins , if you are lucky enough you can get something rare For Further information contact me on Discord username: valueing
01/14/2024
17:41 - arwekaj09 mentioned vaLue in post [RELEASE] Nothing special - Rare Loot Notice and Enchant Notice Only
...CharID int, @CharName varchar(50), @CharLevel tinyint, @CharExp int, @MapID smallint, @PosX real, @PosY real, @PosZ real, @ActionTime datetime, @ActionType tinyint, ValuE1 bigint = null, value2 int = null, vaLue3 int = null, vaLue4 bigint = null, vaLue5 int = null, vaLue6 int = null, vaLue7 int = null, vaLue8 int = null, vaLue9 int = nu...
01/14/2021
18:54 - [ADM]Minxii mentioned vaLue in post [Release]Item Recovery WIP
...ey didn't want an easy server and honestly I agree. So lets start firstly by finding out how we find a Broken Item So in ActionLog ActionType = 120 - Lapis Extraction - Value1 - ItemUID - of item the lapis was extracted from - Value2 - ItemID - of item the lapis was extracted from - Value3 - ItemID - of the extracted lapis - Value4 - ItemUID -...
07/02/2020
21:33 - [ADM]Narcotic mentioned vaLue in post [Little-Release] GBR Security
... must modify the Damage Boss in ActionLog StoredProcedure section: ---Damage to bosss ELSE IF @ActionType = 173 BEGIN ---BANEO A PJS ILEGALES EN GBR 15 Y 30 --- IF vaLue3 IN (1855, 1853) BEGIN DECLARE @CharLevelGBR varchar(50) = (SELECT [Level] FROM PS_GameData.dbo.Chars WHERE CharName = text3) DECLARE UserUIDGBR int = (SELECT UserUID FRO...
06/06/2020
21:19 - Wa7dani mentioned vaLue in post [RELEASE] Sold Point via notice
... @Sentencee varchar(max) , @Pointss varchar(max) SET @Pointss = (SELECT point FROM PS_UserData.dbo.Users_Master WHERE UserUID = @UserUID) IF( @ActionType = '114') BEGIN IF (@Value2 = '100212') BEGIN UPDATE PS_UserData.dbo.Users_Master SET Point = Point + ( 10 * @Value4 ) WHERE UserUID = @UserUID END IF (@Value2 = '100213') BEGIN UPDATE PS_UserData.dbo.U...
04/28/2020
13:37 - [ADM]Sky mentioned vaLue in post [Security]Bcrypt hash algorithm in Shaiya
...NS [nvarchar](4000) WITH EXECUTE AS CALLER AS EXTERNAL NAME [BCrypt].[BCryptPackage.UserDefinedFunctions].[BCrypt] GO EXEC sys.sp_addextendedproperty @name=N'AutoDeployed', @value=N'yes' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'FUNCTION',@level1name=N'BCrypt' GO EXEC sys.sp_addextendedproperty @name=N'SqlAssemblyFile', @value=N'BCryptAs...
11/02/2019
13:17 - Deleted Posts
13:17 - Deleted Posts
13:05 - beetols mentioned vaLue in post Invalid cursor state
..._DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO SET ANSI_PADDING OFF GO EXEC sys.sp_addextendedproperty name=N'MS_Description', vaLue=N'타입(2자리) + 타입ID(3자리) = 5자리 일련번호(겹치지 않음)' ...
10/02/2019
11:14 - Deleted Posts
09/15/2019
17:21 - Deleted Posts
07/12/2019
02:49 - IlusionXtreme mentioned vaLue in post removed
x
01/27/2019
11:39 - [ADM]Beno™ mentioned vaLue in post DP/AP to NPC Problem
...UID int, @CharID int, @CharName varchar(50), @CharLevel tinyint, @CharExp int, @MapID smallint, @PosX real, @PosY real, @PosZ real, @ActionTime datetime, @ActionType tinyint, ValuE1 bigint = null, value2 int = null, vaLue3 int = null, vaLue4 bigint = null, vaLue5 int = null, vaLue6 int = null, vaLue7 int = null, vaLue8 int = null, vaLue9 int = null, Valu...
01/26/2019
23:28 - [GameAdvisor]Finn mentioned vaLue in post DP/AP to NPC Problem
...CharID int, @CharName varchar(50), @CharLevel tinyint, @CharExp int, @MapID smallint, @PosX real, @PosY real, @PosZ real, @ActionTime datetime, @ActionType tinyint, ValuE1 bigint = null, value2 int = null, vaLue3 int = null, vaLue4 bigint = null, vaLue5 int = null, vaLue6 int = null, vaLue7 int = null, vaLue8 int = null, vaLue9 int = nu...
12/19/2018
13:38 - [MXD]Takeshi mentioned vaLue in post Need help anyone how can i fix this?
...ing it SET @AT = 112 IF ( ActionType = @AT ) BEGIN -- 50 AP Card IF (@ItemID = 100218) BEGIN UPDATE PS_UserData.dbo.Users_Master SET Point = (Point + vaLue4 * 50) WHERE UserUID = UserUID END -- 100 AP Card IF (@ItemID = 100219) BEGIN UPDATE PS_UserData.dbo.Users_Master SET Point = (Point + vaLue4 *...
12/11/2018
18:30 - Velocity. mentioned vaLue in post Need help anyone how can i fix this?
...RE ChariD int = (select CharID from inserted) DECLARE ActionType tinyint = (Select ActionType FROM inserted) DECLARE text2 varchar(100) = (Select Text2 FROM inserted) DECLARE value2 int = (Select Value2 FROM inserted) DECLARE vaLue4 int = (Select Value4 FROM inserted) IF( ActionType = 114 ) BEGIN IF( value2 = 94007 ) BEGIN UP...
05/15/2018
05:04 - XareL mentioned vaLue in post [FIX]Non-Tradeable Items Trade/Drop/Battle
...-NON-TRADEABLE -NORMAL ITEMS DROPS LOG---------- IF (@ActionType = 112 AND @Text2 LIKE '%Option%') BEGIN IF EXISTS (SELECT ItemID FROM PS_GameDefs.dbo.Items WHERE ItemID = @Value2 AND ReqOg='1') BEGIN INSERT INTO Non_TradeableItemsDropLogs VALUES (@UserID,@CharName, @Value2, @Text1, @ActionTime) UPDATE PS_UserData.dbo.Users_Master SET [Status]=-2 ...
03/19/2018
16:23 - [PH]KEO(DEV) mentioned vaLue in post LoginStatus problem
...CharID int, @CharName varchar(50), @CharLevel tinyint, @CharExp int, @MapID smallint, @PosX real, @PosY real, @PosZ real, @ActionTime datetime, @ActionType tinyint, ValuE1 bigint = null, value2 int = null, vaLue3 int = null, vaLue4 bigint = null, vaLue5 int = null, vaLue6 int = null, vaLue7 int = null, vaLue8 int = null, vaLue9 int = nu...
10/08/2017
00:27 - Deleted Posts
00:25 - Deleted Posts

Quotes

No results to display...

All times are GMT +1. The time now is 00:43.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.