Anyone know how to make silk scroll or silk Potion?
Please share it.
Anyone know how to make silk scroll or silk Potion?
Please share it.
yes but not free :)
Haha no one will share this easly.. try use the Addtimedjob scrolls... ;)
yes this i mean :)
is eazy make a item and a skill and a procedure who give silk when user use scrol... wow to hard....
was shared on other forum... just try and see
if you typing etc silk scroll you probebly wont find it. better go on release and look all 1 page at the time. I remember i saw a release for silk scroll :)
i have try looking silk scroll.. don't have anyone release it because the script sql make it yourself..
Example reset stat..someone make it.
i will try make it.. thanks for info guys..Code:if(@JobID = '45001') begin declare @Strength int declare @Intellect int declare @MaxLevel int declare @RemainStatPoint int select @MaxLevel = MaxLevel from _Char where CharID = @CharID set @RemainStatPoint = (@MaxLevel*3)-3 set @MaxLevel = @MaxLevel+19 UPDATE _Char SET Strength=@MaxLevel, Intellect=@MaxLevel, RemainStatPoint=@RemainStatPoint WHERE CharID=@CharID return -3 end