i didnt try add dif. blues on avatars than the basics from the smith
about Job Suits & other caps this may helps you
Code:
IF (@ItemRefID = 42880 ) -- JOB Suits & Caps Max Blue Scrolls
BEGIN
IF (Select Level From SRO_VT_SHARD.dbo._CharTrijob Where CharID = @CharID ) = 7
BEGIN
UPDATE SRO_VT_SHARD.dbo._Items set MagParamNum='8',MagParam1='30064771144',MagParam2= '30064771150',MagParam3='5583457484950',MagParam4= '5583457484962',MagParam5='257698037898',MagParam6='85899346100',MagParam7='85899346106',MagParam8='85899346088' WHERE ID64 IN (select ItemID from SRO_VT_SHARD.dbo._Inventory where CharID = @CharID and Slot = '8')
END
ELSE
BEGIN
Declare @charN Varchar(64) = ( Select CharName16 FROM SRO_VT_SHARD.dbo._Char Where Charid = @CharID )
insert _PmSystem(Sent, Message, ToPlayer) values(0,'You didnt match the required Rule to use this scroll ( Job Level Must Be Level 7),You Will not get the scroll back' , @charN)
END
END
i didnt try add dif. blues on avatars than the basics from the smith
about Job Suits & other caps this may helps you
Code:
IF (@ItemRefID = 42880 ) -- JOB Suits & Caps Max Blue Scrolls
BEGIN
IF (Select Level From SRO_VT_SHARD.dbo._CharTrijob Where CharID = @CharID ) = 7
BEGIN
UPDATE SRO_VT_SHARD.dbo._Items set MagParamNum='8',MagParam1='30064771144',MagParam2= '30064771150',MagParam3='5583457484950',MagParam4= '5583457484962',MagParam5='257698037898',MagParam6='85899346100',MagParam7='85899346106',MagParam8='85899346088' WHERE ID64 IN (select ItemID from SRO_VT_SHARD.dbo._Inventory where CharID = @CharID and Slot = '8')
END
ELSE
BEGIN
Declare @charN Varchar(64) = ( Select CharName16 FROM SRO_VT_SHARD.dbo._Char Where Charid = @CharID )
insert _PmSystem(Sent, Message, ToPlayer) values(0,'You didnt match the required Rule to use this scroll ( Job Level Must Be Level 7),You Will not get the scroll back' , @charN)
END
END
What About Query to create Tab _PmSystem and Declare options to @ItemRefID ?
i didnt try add dif. blues on avatars than the basics from the smith
about Job Suits & other caps this may helps you
Code:
IF (@ItemRefID = 42880 ) -- JOB Suits & Caps Max Blue Scrolls
BEGIN
IF (Select Level From SRO_VT_SHARD.dbo._CharTrijob Where CharID = @CharID ) = 7
BEGIN
UPDATE SRO_VT_SHARD.dbo._Items set MagParamNum='8',MagParam1='30064771144',MagParam2= '30064771150',MagParam3='5583457484950',MagParam4= '5583457484962',MagParam5='257698037898',MagParam6='85899346100',MagParam7='85899346106',MagParam8='85899346088' WHERE ID64 IN (select ItemID from SRO_VT_SHARD.dbo._Inventory where CharID = @CharID and Slot = '8')
END
ELSE
BEGIN
Declare @charN Varchar(64) = ( Select CharName16 FROM SRO_VT_SHARD.dbo._Char Where Charid = @CharID )
insert _PmSystem(Sent, Message, ToPlayer) values(0,'You didnt match the required Rule to use this scroll ( Job Level Must Be Level 7),You Will not get the scroll back' , @charN)
END
END
Dont use this. That dude is an idiot who doesn't know how to write queries. He's lower than 7th graders.
Seriously its.soul... since you are stupid, stop sharing your idiotic shit with others. Let them learn properly.
First of all.. there are tables which let you put BLUES on items right from the start.
Go for SELECT * FROM sys.objects WHERE name LIKE '%param1%' and find the table.
Then add your shitty blues there.
Learn how to learn, not simply solve ur crap on the fly.
[RELEASE] MagParam Decrypter 05/24/2015 - SRO PServer Guides & Releases - 8 Replies Hello there...
I coded some shit that will help you Decrypt MagParams..
Requirements
-You need a database with SHARD, why?, i was lazy to write the whole thing so i just used a query to make it easier.
Theory
#####
Example
MagParam Decrypt 09/18/2014 - SRO Private Server - 5 Replies Hi. I need MagParam Columns decrypt.
For Example: 30064771150 - Int 6
How can i decrypt it php or c# ?