|
You last visited: Today at 22:41
Advertisement
Changing of Skills EP4/EP3||Reco-Stats removing
Discussion on Changing of Skills EP4/EP3||Reco-Stats removing within the Shaiya PServer Development forum part of the Shaiya Private Server category.
12/27/2013, 20:43
|
#1
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 1
|
Changing of Skills EP4/EP3||Reco-Stats removing
I would like to change some Ep4 skills by exchanging the skill data from the EP4 client with the skill data from the EP3 client. And I would like to know if this is possible.
And is there a possibility to remove the Orange EP4 Stats, that they don't exist completely.
|
|
|
12/29/2013, 21:37
|
#2
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 1
|
Ok, seems like no one could help me, after some hours I found out how to change the reco/orange-stats.
So but I still don't know if there is a possibility to change skills from ep4 with old ep3 skills.
|
|
|
12/29/2013, 23:57
|
#3
|
elite*gold: 0
Join Date: Jun 2013
Posts: 1,867
Received Thanks: 401
|
Code:
USE PS_GameData
UPDATE CharItems
SET Craftname = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(Column_Name, '20', '00''), '20', '00'') , '20', '00''), '20', '00''), '20', '00''), '20', '00''), '20', '00''), '20', '00''), '20', '00'')
This will set the Reroll Stats to 0 where the stats are 20
You can do this also with 19
Code:
USE PS_GameData
UPDATE CharItems
SET Craftname = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(Column_Name, '19', '00''), '19', '00'') , '19', '00''), '19', '00''), '19', '00''), '19', '00''), '19', '00''), '19', '00''), '19', '00'')
|
|
|
12/30/2013, 00:33
|
#4
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 1
|
Sorry, but I don't really get it, what do I change by using
SET Craftname = REPLACE
Using it as Update in PS-GAME data it doesn't worked.
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '<'.
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '='.
Msg 105, Level 15, State 1, Line 2
Unclosed quotation mark after the character string '00')
'.
Sorry bit confused working since 15 hours on server
|
|
|
12/30/2013, 12:23
|
#5
|
elite*gold: 0
Join Date: Jun 2013
Posts: 1,867
Received Thanks: 401
|
Quote:
Originally Posted by Zoas
Sorry, but I don't really get it, what do I change by using
SET Craftname = REPLACE
Using it as Update in PS-GAME data it doesn't worked.
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '<'.
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '='.
Msg 105, Level 15, State 1, Line 2
Unclosed quotation mark after the character string '00')
'.
Sorry bit confused working since 15 hours on server 
|
Why you are using things like "<, >, =" if you don't know how to use this functions...
whats the max reroll on your server and which mssql version do you have?
|
|
|
12/31/2013, 00:05
|
#6
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 1
|
I try to learn by doing, I also read but like in physics, learning by doing is better.
However my maximal reroll is on [20] and i'm using Micrsoft SQL Management 2008 R2 RTM (x86)
But wait, I know that the numbers stand for Str, Dex, Rec, Int, Wis, Luc, HP, MP, SP, Lapisia.
So but now I want my Console to make me able to enchant, but I want no Orange-Stats.
I don't use SQl that long that I really know every step and, that i know everytime what i do, but shouldn't my Update should look like this?
Code:
SET Craftname = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(Column_Name, '00', '-1''), '00', '-1'') , '00', '-1''), '00', '-1''), '00', '-1''), '00', '-1''), '00', '-1''), '00', '-1''), '00', '00'')
That you get a better idea of what i mean:

|
|
|
01/03/2014, 14:42
|
#7
|
elite*gold: 0
Join Date: Sep 2013
Posts: 31
Received Thanks: 1
|
Can sb. please give me a database.bak cause my backup's don't work and i made some mistakes, so nothing work like i want, my Orange stats are out now but i also can't enchant, i'm annoyed.
|
|
|
All times are GMT +1. The time now is 22:41.
|
|