Register for your free account! | Forgot your password?

You last visited: Today at 23:15

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Comatose's Mastery scroll

Discussion on [Release] Comatose's Mastery scroll within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 09/24/2014, 02:09   #16
 
elite*gold: 0
Join Date: Sep 2014
Posts: 32
Received Thanks: 7
what should it do
ipause is offline  
Thanks
1 User
Old 08/31/2015, 21:11   #17
 
elite*gold: 0
Join Date: Feb 2012
Posts: 551
Received Thanks: 46
first that's only CH
second well i guess it's missing one thing to check if the char is already have max mastery
otherwise anyone will be able to open all skills

NOTE : edit your addlogchar proc to your proc name "_ADD_SKILL_MASTERY"
thebigbody is offline  
Old 08/31/2015, 21:56   #18
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,196
Quote:
Originally Posted by thebigbody View Post
first that's only CH
second well i guess it's missing one thing to check if the char is already have max mastery
otherwise anyone will be able to open all skills

NOTE : edit your addlogchar proc to your proc name "_ADD_SKILL_MASTERY"
3rd it's too old topic, did you even read the date?
Crue* is offline  
Old 09/01/2015, 02:23   #19
 
elite*gold: 0
Join Date: Feb 2012
Posts: 551
Received Thanks: 46
Quote:
Originally Posted by Crue* View Post
3rd it's too old topic, did you even read the date?
it's about 1.5 year and that's for other ppl who will try to look for scroll like these " like i did " will be easier for them to see some wrong staff ... iam just saying
thebigbody is offline  
Old 09/01/2015, 14:21   #20
 
desal12533's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 82
Good Jop

Quote:
Originally Posted by bestprem View Post
(Create)

#Proc
PHP Code:
USE [SRO_VT_SHARD]
GO
/****** Object:  StoredProcedure [dbo].[_ADD_ITEM_SKILL]    Script Date: 03/23/2014 08:56:05 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
/*##### By Kiro #####*/
/*##### By Kiro #####*/
create proc [dbo].[_ADD_SKILL_MASTERY]  /*##### By Kiro #####*/
@ChID  int,
@
id2    int
as
DECLARE @
USERJID int 
declare @CharID int
declare @NewUserID varchar
declare @ItemID    bigint 
declare @RefItemID int
declare @CharName varchar(max
DECLARE @
RefCharID INT
/*##### By Kiro #####*/                                        
/*##### By Kiro #####*/
        
declare @skilllvl  int 
        set 
@skilllvl '80'

     
if (@id2 1)
        
begin

        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 257  ) and CharID =  @CharID) --blade 
    end
/*##### By Kiro #####*/
    
    
    
else if (@id2 2)
        
begin
        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 258  ) and CharID =  @CharID) --glaive 
    end
/*##### By Kiro #####*/
    
    
else if (@id2 3)
        
begin
        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 259  ) and CharID =  @CharID) --bow 
    end
/*##### By Kiro #####*/
    
    
else if (@id2 4)
        
begin
        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 273  ) and CharID =  @CharID) --force recovery 
    end
/*##### By Kiro #####*/
    
        
else if (@id2 5)
        
begin
        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 274) and CharID =  @CharID) --force recovery 
    end
/*##### By Kiro #####*/
    
        
else if (@id2 6)
        
begin
        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 275  ) and CharID =  @CharID) --force recovery 
    end
/*##### By Kiro #####*/
    
    
    
    
else if (@id2 7)
        
begin
        set 
@charname = (select CharName16  from _Char where CharID=@ChID)
        
SELECT @CharID CharID, @RefCharID RefObjID FROM [_CharWHERE CharName16 = @CharName
    update _CharSkillMastery set 
[Level] = @skilllvl where ((MasteryID 276  ) and CharID =  @CharID) --recovery 
    end
/*##### By Kiro #####*/
        
/*##### By Kiro #####*/
/*##### By Kiro #####*/
/*##### By Kiro #####*/ 
(Old proc)

#AddLogItem (ShardLog) Procedure
PHP Code:
IF (@Operation 41) -- skill scroll
        begin
          
IF (@ItemRefID 47374) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,1
        end
              
IF (@ItemRefID 47375) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,2
        end
                begin
          
IF (@ItemRefID 47376) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,3
                end
        end
                begin
          
IF (@ItemRefID 47377) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,4
                end
        end
                begin
          
IF (@ItemRefID 47378) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,5
                end
        end
          
IF (@ItemRefID 47379) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,6
                end
        end
          
IF (@ItemRefID 47380) -- ID ITEM
            begin
                exec SRO_VT_SHARD
.dbo._ADD_ITEM_SKILL @CharID,7
                end
        end

        end 

Notice Create scroll lines by ur self copy it from


Good Job But why it will change the lvl of the skills only
It will not Upgrade the skills to max lvl i mean the mastery lvl not the lvl of skills
desal12533 is offline  
Old 05/02/2018, 14:15   #21
 
elite*gold: 0
Join Date: Feb 2018
Posts: 17
Received Thanks: 0
Ty
Boodeali is offline  
Old 05/09/2018, 19:11   #22
 
elite*gold: 0
Join Date: Feb 2013
Posts: 29
Received Thanks: 6
it is creating problems :/
emirhanemir is offline  
Old 05/10/2018, 13:54   #23
 
ScarOnline's Avatar
 
elite*gold: 0
Join Date: Mar 2018
Posts: 116
Received Thanks: 31
nice work mate, thank you
ScarOnline is offline  
Reply


Similar Threads Similar Threads
[Release]Sro_Client Mastery FIX !
08/17/2013 - SRO PServer Guides & Releases - 14 Replies
---removed---
[EU3] WTT scroll for 2 release of agreement
06/14/2013 - Archlord Trading - 1 Replies
They cost the same Would be great PM me if you could do this
[Release] Chain Mastery AFK Training Autoit Script
07/09/2012 - Mabinogi Hacks, Bots, Cheats & Exploits - 7 Replies
First script that I wrote, I took another script and added several things, so there may be some useless things in there that I didn't wanna mess/bother with. This is to afk train Chain Mastery on Barrier spikes. I've only tested this on my computer, i'm not sure if any other problems would occur on another programs or network due to the timing sequence thingies that i've put in this to make it efficient(?) I'm r5 Chain Mastery at the moment, not sure if this would effect on the timing...
[Release]PenitenceAmulet & /scroll cmd
12/14/2009 - CO2 PServer Guides & Releases - 11 Replies
in character.cs Search for Above it add and for CMD /scroll in chat.cs Search for Above it add



All times are GMT +1. The time now is 23:17.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.