Register for your free account! | Forgot your password?

You last visited: Today at 14:09

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

Advertisement



Myth Reborn GM Mastery

Discussion on Myth Reborn GM Mastery within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 09/30/2014, 02:28   #16
 
elite*gold: 0
Join Date: Jun 2013
Posts: 544
Received Thanks: 123
works fine , great release
Dancer™ is offline  
Old 09/30/2014, 21:22   #17
 
elite*gold: 17
Join Date: Aug 2010
Posts: 756
Received Thanks: 601
Quote:
Originally Posted by sonsof2004 View Post
ya man nice i like it. anything to make my DB worth more money hehe

What i really want are the 140 cap mastery skills. any one have?
I'm glad I brought you an income of $0.00, because who doesn't want a database filled with bullshit?
Media. is offline  
Old 10/01/2014, 03:44   #18

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
Quote:
Originally Posted by Media. View Post
I'm glad I brought you an income of $0.00, because who doesn't want a database filled with bullshit?
i think you miss understand me i was just meaning it would be worth more but don't worry i delete it anyways not able to get it fully working
Bocc1337 is offline  
Old 10/01/2014, 04:06   #19
 
elite*gold: 0
Join Date: Aug 2012
Posts: 2
Received Thanks: 0
when me make all when me open cher Crash what me make
hossam2000352 is offline  
Old 10/01/2014, 08:43   #20
 
Syloxx's Avatar
 
elite*gold: 56
Join Date: Oct 2013
Posts: 1,165
Received Thanks: 762
Quote:
Originally Posted by sonsof2004 View Post
i think you miss understand me i was just meaning it would be worth more but don't worry i delete it anyways not able to get it fully working
you cant get this simple **** working and try to sell databases? srysl how many you sold already?
Syloxx is offline  
Thanks
1 User
Old 10/01/2014, 12:28   #21
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,289
You are welcome
Kape7 is offline  
Thanks
6 Users
Old 10/01/2014, 13:02   #22


 
Pure3viL's Avatar
 
elite*gold: 1020
Join Date: Dec 2013
Posts: 904
Received Thanks: 434
thanks working fine
Pure3viL is online now  
Old 10/01/2014, 13:18   #23
 
elite*gold: 0
Join Date: Aug 2012
Posts: 2
Received Thanks: 0
What me make Crash All Time When me start

Cant open what should i do



[/IMG]http://im43.gulfup.com/Vp59r9.jpg[/IMG]
hossam2000352 is offline  
Old 10/02/2014, 19:20   #24
 
VsroHost's Avatar
 
elite*gold: 20
Join Date: May 2010
Posts: 503
Received Thanks: 68
Code:
-----------------------------------------------------------------------------        
	-- Add	Mastery For GM
	-----------------------------------------------------------------------------        
	DECLARE @sec_primary TINYINT,
	        @sec_content TINYINT
	        
	Select  @sec_primary = sec_primary,
                @sec_content = sec_content
        FROM     SRO_VT_ACCOUNT..TB_USER
        WITH     (NOLOCK)
        WHERE    JID = @USERJID
        IF       @sec_primary !=3
        AND      @sec_content !=3
        BEGIN
            INSERT INTO _CharSkillMastery
	    VALUES

                 (
                  
                  @NewCharID,

                  '289',
                   1
                   )


END




IF @@ERROR !=0
     BEGIN	
          ROLLBACK TRANSACTION
             
          RETURN
End     
 -----------------------------------------------------------------------------        
	-- Add	Mastery For GM
-----------------------------------------------------------------------------
Enjoy
VsroHost is offline  
Old 10/03/2014, 02:01   #25
 
Syloxx's Avatar
 
elite*gold: 56
Join Date: Oct 2013
Posts: 1,165
Received Thanks: 762
Quote:
Originally Posted by funkynagy View Post
Code:
-----------------------------------------------------------------------------        
	-- Add	Mastery For GM
	-----------------------------------------------------------------------------        
	DECLARE @sec_primary TINYINT,
	        @sec_content TINYINT
	        
	Select  @sec_primary = sec_primary,
                @sec_content = sec_content
        FROM     SRO_VT_ACCOUNT..TB_USER
        WITH     (NOLOCK)
        WHERE    JID = @USERJID
        IF       @sec_primary !=3
        AND      @sec_content !=3
        BEGIN
            INSERT INTO _CharSkillMastery
	    VALUES

                 (
                  
                  @NewCharID,

                  '289',
                   1
                   )


END




IF @@ERROR !=0
     BEGIN	
          ROLLBACK TRANSACTION
             
          RETURN
End     
 -----------------------------------------------------------------------------        
	-- Add	Mastery For GM
-----------------------------------------------------------------------------
Enjoy
can you explain me why you just reposted my query ?
Syloxx is offline  
Old 10/03/2014, 12:20   #26
 
VsroHost's Avatar
 
elite*gold: 20
Join Date: May 2010
Posts: 503
Received Thanks: 68
Quote:
Originally Posted by Syloxx View Post
can you explain me why you just reposted my query ?
VsroHost is offline  
Old 10/04/2014, 07:29   #27

 
Bocc1337's Avatar
 
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
Quote:
Originally Posted by Syloxx View Post
you cant get this simple **** working and try to sell databases? srysl how many you sold already?
i don't sell anything i only stated it would be worth more .. pff take a chill pill bro..it was meant to be a complement. take my thx back thank you
Bocc1337 is offline  
Old 03/06/2015, 21:52   #28
 
Dunarsund's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 226
Received Thanks: 47
I'm sorry it might be a dead threat but i don't know where to post it else. So i added the skills did everything as the tutorial said. No problems with crashes or anything. I just can't add the skill. With some help or hints i would be truly thankfull

UPDATE:

It's fixed
Dunarsund is offline  
Old 03/07/2015, 02:01   #29
 
elite*gold: 0
Join Date: Oct 2012
Posts: 137
Received Thanks: 110
Quote:
Originally Posted by Syloxx View Post
your query will executed on every log event... and that's useless

and please use inner joins next time...



_AddNewChar




Why i add my code as IMG?

I don't like copy paste so write this query with your own hands maybe u´ll understand this query then
people like you are being called "7kaken" or "mtnaken"

7kak = gay

mtnak = gay brdo
geomangy is offline  
Old 03/08/2015, 20:16   #30
 
Syloxx's Avatar
 
elite*gold: 56
Join Date: Oct 2013
Posts: 1,165
Received Thanks: 762
Quote:
Originally Posted by geomangy View Post
people like you are being called "7kaken" or "mtnaken"

7kak = gay

mtnak = gay brdo
and people like you are called "**** egypt"

but i would never say something like that i'm a nice guy
Syloxx is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[Myth Reborn Online] Want to ask you a favor
09/02/2013 - SRO Private Server - 4 Replies
As probably a lot of people in this section already know there will be the grand opening of Myth Reborn soon, with all the awesome features. In order to recieve the little Old Player reward, it's only visual though, you need to know one of this ID + PW ID + email ID + Any char name on the acc Or just secret code (the one used to change pw) I do not know my ID anymore, because I use different ones all the time and do not write them down. If anybody would share an account for me it...



All times are GMT +2. The time now is 14:09.


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.