so, i was thnking of makin a skill scroll
let's say i want to put " Bless Spell " Skill in a scroll, who ever use the scroll , it will cast the Skill, any idea/hints ?
and any hints about globals system on ISRO, u can show ur item on a global chat ?
#1 -> textdata_equip&skill -> search for Bless Spell
select the skill code e.g.: 'SN_SKILL_EU_CLERIC_BLESS_SHIELD_01' ,replace the whole code with the bless spell code, then replace _01 with the highest number for example : replace _01 with _06.
next step :
use this query
Quote:
select id from _Refskill where Basic_Code like 'BLESS_SPELL_CODE'
save the result.
then add this to sro_VT_SHARDlog.dbo._ADdlogitem
Quote:
If @Operation = 41 and @ItemRefID = 'BLESS SPELL SCROLL ID FROM REFOBJCOMMON'
begin
insert into SRO_VT_SHARD.dbo._CharSkill (@CharID,'YOUR SKILL ID',0)
end
#1 -> textdata_equip&skill -> search for Bless Spell
select the skill code e.g.: 'SN_SKILL_EU_CLERIC_BLESS_SHIELD_01' ,replace the whole code with the bless spell code, then replace _01 with the highest number for example : replace _01 with _06.
next step :
use this query
save the result.
then add this to sro_VT_SHARDlog.dbo._ADdlogitem
i hope you understand me.
#2 -> as xExorcist said, it's impossible.
can't understand this part dude :/
Quote:
#1 -> textdata_equip&skill -> search for Bless Spell
select the skill code e.g.: 'SN_SKILL_EU_CLERIC_BLESS_SHIELD_01' ,replace the whole code with the bless spell code, then replace _01 with the highest number for example : replace _01 with _06.
You do know those scrolls (Name change, premium remover, skill reset, and silk scroll) they are released here and in RZ. You get a DC when you use them (_AddTimedJob stored procedure and when you remove the RETURN it wont BUT the player will have to teleport).
But, when you make it like the premium you wont have to go through all of this.
You do know those scrolls (Name change, premium remover, skill reset, and silk scroll) they are released here and in RZ. You get a DC when you use them (_AddTimedJob stored procedure and when you remove the RETURN it wont BUT the player will have to teleport).
But, when you make it like the premium you wont have to go through all of this.
well, gimme me a little hint about these premium codes, i'm still a rookie not a pro
Scroll of skill restore disappeared 02/20/2013 - Silkroad Online - 1 Replies Yesterday when i logged in to respec my character i saw that my Scroll of skill/stat restore was gone from my storage, i had them the day before so i wonder why they are gone?
I also wonder if i can get new scrolls cause iwant to respec.
Thanks.