Vsro Gm Speed Scroll

11/26/2013 10:48 GinoGambino#1
Since /setspeed is bugged can mayb1 some1 help me with creating a Gm Speed scroll ?

i tested this already but its not working at all. [Only registered and activated users can see links. Click Here To Register...]

Thank ya'll
11/26/2013 10:53 seven16#2
just execute this query :)

USE [SRO_VT_SHARD_INIT]
DECLARE @code varchar (64)
DECLARE @old varchar (64)
SET @Code = 'SKILL_MALL_MOVE_SPEED_UP_50_01'
SET @old = (Select Param6 FROM _RefSkill Where Basic_Code = @Code)
UPDATE [dbo].[_RefSkill]
SET Param6 = '600' (just change for how much u want)
WHERE Basic_Code = @code
PRINT 'Old Speed = '+@old
11/26/2013 11:23 MÓE#3
Quote:
Originally Posted by seven16 View Post
just execute this query :)

USE [SRO_VT_SHARD_INIT]
DECLARE @code varchar (64)
DECLARE @old varchar (64)
SET @Code = 'SKILL_MALL_MOVE_SPEED_UP_50_01'
SET @old = (Select Param6 FROM _RefSkill Where Basic_Code = @Code)
UPDATE [dbo].[_RefSkill]
SET Param6 = '600' (just change for how much u want)
WHERE Basic_Code = @code
PRINT 'Old Speed = '+@old
Thank you! working for me aswell

helpful <3
11/26/2013 19:10 Haxor#4
#moved
11/28/2013 21:38 Otakanikaru#5
thanx
03/02/2016 09:53 vietnguyen09#6
This is working fine, thanks so much