Register for your free account! | Forgot your password?

You last visited: Today at 04:20

  • 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   #1
 
bestprem's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 353
Received Thanks: 199
[Release] Comatose's Mastery scroll

(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
bestprem is offline  
Thanks
6 Users
Old 03/23/2014, 16:58   #2
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,307
Received Thanks: 6,469
#Approved
PortalDark is offline  
Thanks
1 User
Old 03/23/2014, 17:45   #3
 
Justin1337*'s Avatar
 
elite*gold: 480
Join Date: Jan 2012
Posts: 655
Received Thanks: 579
thanks a lot bro.
Justin1337* is offline  
Thanks
1 User
Old 03/24/2014, 03:30   #4
 
elite*gold: 0
Join Date: Sep 2013
Posts: 63
Received Thanks: 35
thnx bro
menamoners is offline  
Thanks
1 User
Old 03/24/2014, 08:41   #5
 
elite*gold: 0
Join Date: Dec 2013
Posts: 422
Received Thanks: 54
kidding me ?!

Useless Scrolls Only Mastery Nothing else

i got my own Better 1000 time than this ****** One Mirror Sro BULL OF ****
[NoReason] is offline  
Old 03/24/2014, 10:59   #6
 
bestprem's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 353
Received Thanks: 199
Quote:
Originally Posted by [NoReason] View Post
kidding me ?!

Useless Scrolls Only Mastery Nothing else

i got my own Better 1000 time than this ****** One Mirror Sro BULL OF ****
useless 4 u -_-
bestprem is offline  
Thanks
4 Users
Old 03/24/2014, 12:24   #7
 
elite*gold: 51
Join Date: Sep 2013
Posts: 358
Received Thanks: 158
Thank you Kero
blackway33 is offline  
Thanks
1 User
Old 03/24/2014, 13:09   #8
 
bestprem's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 353
Received Thanks: 199
Quote:
Originally Posted by blackway33 View Post
Thank you Kero
uw bro
bestprem is offline  
Thanks
3 Users
Old 03/24/2014, 13:56   #9
 
elite*gold: 50
Join Date: Mar 2013
Posts: 1,153
Received Thanks: 411
thanks for released.
asanoftw is offline  
Thanks
1 User
Old 03/24/2014, 14:04   #10
 
bestprem's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 353
Received Thanks: 199
Quote:
Originally Posted by asanoftw View Post
thanks for released.
wlc
bestprem is offline  
Thanks
2 Users
Old 03/24/2014, 14:20   #11
 
dangermetal's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 2,210
Received Thanks: 493
thanks for released.
dangermetal is offline  
Thanks
1 User
Old 03/24/2014, 14:20   #12
 
bestprem's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 353
Received Thanks: 199
Quote:
Originally Posted by dangermetal View Post
thanks for released.
wlc
bestprem is offline  
Thanks
2 Users
Old 03/24/2014, 14:38   #13
 
elite*gold: 0
Join Date: Feb 2014
Posts: 55
Received Thanks: 12
nice work there !
Xenethus1337 is offline  
Thanks
1 User
Old 03/24/2014, 15:52   #14
 
Dallin¥'s Avatar
 
elite*gold: 7
Join Date: Mar 2014
Posts: 449
Received Thanks: 789
awesome ,thanks
Dallin¥ is offline  
Thanks
3 Users
Old 03/24/2014, 19:09   #15
 
bestprem's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 353
Received Thanks: 199
Quote:
Originally Posted by Xenethus1337 View Post
nice work there !
ty

Quote:
Originally Posted by M̷r̷.̷X̷ View Post
awesome ,thanks
ty
bestprem is offline  
Thanks
1 User
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 +2. The time now is 04:20.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.