Register for your free account! | Forgot your password?

You last visited: Today at 18:55

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

Advertisement



Madness Event Per Job

Discussion on Madness Event Per Job within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1

 
Sukuna1993's Avatar
 
elite*gold: 10
Join Date: Oct 2021
Posts: 103
Received Thanks: 67
Madness Event Per Job

Hello Today i will release a Madness Event But Working Via Job All you have to do is to make the teleport work that if the person is wearing the Job Suit, he will enter if he is not, he will not enter.


HTML Code:
USE [DB_SYSTEM]
GO
/****** Object:  StoredProcedure [dbo].[_EventMadnessLaunch]    Script Date: 1/4/2022 11:51:33 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

-- =============================================
-- Author:		<Author,,Name>
-- Create date: <Create Date,,>
-- Description:	<Description,,>
-- =============================================
ALTER PROCEDURE [dbo].[_EventMadnessLaunch]
AS
BEGIN
	-- SET NOCOUNT ON added to prevent extra result sets from
	-- interfering with SELECT statements.
	SET NOCOUNT ON;

	UPDATE _Myeventchannel SET [Status] = 1 WHERE EventID = 15
    EXEC vPlus.._AddNotificationAll 'Madness event will start in 10 minutes!', 2, 1
	WAITFOR DELAY '00:05:00'
	EXEC vPlus.._AddNotificationAll 'Madness event will start in 5 minutes!', 2, 1
	WAITFOR DELAY '00:04:00'
	EXEC vPlus.._AddNotificationAll 'Madness event will start in 1 minute!', 2, 1
	WAITFOR DELAY '00:01:00'
	UPDATE vPlus.._RefTeleport SET [Enabled] = 1 WHERE TeleportID = 234
	EXEC vPlus.._Command_SpawnMonster 556894, 1, 25334, 0, 56.32256, 1919, 1
	EXEC vPlus.._AddNotificationAll 'Madness event has just started, Good Luck!', 2, 1

END
HTML Code:
USE [DB_SYSTEM]
GO
/****** Object:  StoredProcedure [dbo].[_EventMadnessUniqueKill]    Script Date: 1/4/2022 11:53:39 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

-- =============================================
-- Author:		<Author,,Name>
-- Create date: <Create Date,,>
-- Description:	<Description,,>
-- =============================================
ALTER PROCEDURE [dbo].[_EventMadnessUniqueKill]
@CharID INT,
@NickName16 VARCHAR(64),
@RefUniqueID INT
AS
BEGIN
	-- SET NOCOUNT ON added to prevent extra result sets from
	-- interfering with SELECT statements.
	SET NOCOUNT ON;

	IF ((SELECT [Status] FROM _Myeventchannel WHERE EventID = 15) = 0) OR (@RefUniqueID != 44113)
		RETURN;

	DECLARE @CharName16 VARCHAR(64) = (SELECT CharName16 FROM SRO_VT_SHARD.._Char WITH(NOLOCK) WHERE CharID = @CharID)
	DECLARE @Announcement VARCHAR(254) = '[War of League]: [' + @CharName16 + ' (' + @NickName16 + ')] has killed [ISY (GM)] and won the war!'
	EXEC vPlus.._AddNotificationAll @Announcement, 5, 1, 52945

	UPDATE _Event_Processing SET [Status] = 0 WHERE EventID = 2
	UPDATE vPlus.._RefTeleport SET [Enabled] = 0 WHERE TeleportID = 234
	EXEC vPlus.._AddNotificationAll 'Madness event has just ended!', 2, 1
	
	---EXEC vPlus.._AddLiveSilk @CharID, 150
	
END
Sukuna1993 is offline  
Thanks
3 Users
Old 01/05/2022, 14:21   #2
 
elite*gold: 0
Join Date: Dec 2013
Posts: 71
Received Thanks: 7
Interesting?
gmhasan13 is offline  
Old 01/05/2022, 17:20   #3
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,223
Received Thanks: 1,482
Quote:
Originally Posted by Zerf. View Post
Hello Today i will release a Madness Event But Working Via Job All you have to do is to make the teleport work that if the person is wearing the Job Suit, he will enter if he is not, he will not enter.
its not a *Release* if you paste 2 procedure from a filter that execute it
NorseGodTyr is offline  
Thanks
3 Users
Old 01/06/2022, 02:43   #4
 
elite*gold: 0
Join Date: Feb 2010
Posts: 87
Received Thanks: 9
share vPlus filter.
rogerio14 is offline  
Old 01/06/2022, 08:55   #5
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,223
Received Thanks: 1,482
Quote:
Originally Posted by rogerio14 View Post
share vPlus filter.
You can register a 30 days trial check it here
NorseGodTyr is offline  
Old 01/06/2022, 10:05   #6
 
elite*gold: 0
Join Date: May 2016
Posts: 16
Received Thanks: 4
how do we set the clock
iqodas is offline  
Old 01/06/2022, 11:13   #7
 
elite*gold: 0
Join Date: Mar 2020
Posts: 303
Received Thanks: 20
Red face

Quote:
Originally Posted by Zerf. View Post
Hello Today i will release a Madness Event But Working Via Job All you have to do is to make the teleport work that if the person is wearing the Job Suit, he will enter if he is not, he will not enter.


HTML Code:
USE [DB_SYSTEM]
GO
/****** Object:  StoredProcedure [dbo].[_EventMadnessLaunch]    Script Date: 1/4/2022 11:51:33 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

-- =============================================
-- Author:		<Author,,Name>
-- Create date: <Create Date,,>
-- Description:	<Description,,>
-- =============================================
ALTER PROCEDURE [dbo].[_EventMadnessLaunch]
AS
BEGIN
	-- SET NOCOUNT ON added to prevent extra result sets from
	-- interfering with SELECT statements.
	SET NOCOUNT ON;

	UPDATE _Myeventchannel SET [Status] = 1 WHERE EventID = 15
    EXEC vPlus.._AddNotificationAll 'Madness event will start in 10 minutes!', 2, 1
	WAITFOR DELAY '00:05:00'
	EXEC vPlus.._AddNotificationAll 'Madness event will start in 5 minutes!', 2, 1
	WAITFOR DELAY '00:04:00'
	EXEC vPlus.._AddNotificationAll 'Madness event will start in 1 minute!', 2, 1
	WAITFOR DELAY '00:01:00'
	UPDATE vPlus.._RefTeleport SET [Enabled] = 1 WHERE TeleportID = 234
	EXEC vPlus.._Command_SpawnMonster 556894, 1, 25334, 0, 56.32256, 1919, 1
	EXEC vPlus.._AddNotificationAll 'Madness event has just started, Good Luck!', 2, 1

END
HTML Code:
USE [DB_SYSTEM]
GO
/****** Object:  StoredProcedure [dbo].[_EventMadnessUniqueKill]    Script Date: 1/4/2022 11:53:39 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

-- =============================================
-- Author:		<Author,,Name>
-- Create date: <Create Date,,>
-- Description:	<Description,,>
-- =============================================
ALTER PROCEDURE [dbo].[_EventMadnessUniqueKill]
@CharID INT,
@NickName16 VARCHAR(64),
@RefUniqueID INT
AS
BEGIN
	-- SET NOCOUNT ON added to prevent extra result sets from
	-- interfering with SELECT statements.
	SET NOCOUNT ON;

	IF ((SELECT [Status] FROM _Myeventchannel WHERE EventID = 15) = 0) OR (@RefUniqueID != 44113)
		RETURN;

	DECLARE @CharName16 VARCHAR(64) = (SELECT CharName16 FROM SRO_VT_SHARD.._Char WITH(NOLOCK) WHERE CharID = @CharID)
	DECLARE @Announcement VARCHAR(254) = '[War of League]: [' + @CharName16 + ' (' + @NickName16 + ')] has killed [ISY (GM)] and won the war!'
	EXEC vPlus.._AddNotificationAll @Announcement, 5, 1, 52945

	UPDATE _Event_Processing SET [Status] = 0 WHERE EventID = 2
	UPDATE vPlus.._RefTeleport SET [Enabled] = 0 WHERE TeleportID = 234
	EXEC vPlus.._AddNotificationAll 'Madness event has just ended!', 2, 1
	
	---EXEC vPlus.._AddLiveSilk @CharID, 150
	
END
Can u help me for add it when u have free time
Beba Army is offline  
Old 09/09/2023, 01:38   #8
 
elite*gold: 0
Join Date: Nov 2022
Posts: 11
Received Thanks: 0
Hello bro. And how active the procedure
gehriger10 is offline  
Reply


Similar Threads Similar Threads
Eogy Online | 100 Cap | CH | Job Based | Madness-Survival | Grand Opening 16.08.2019
01/15/2021 - SRO PServer Advertising - 7 Replies
Since we will have a different structure in our project, we have decided our brand name as Eogy Online. Since it will be 100 cap, we decided to use our name Eogy Online. Of course, it gives us excitement to present this system. We know you are as excited as we have produced a unique project that has been worked on for a long time until the introduction! Because it's the only way to present something new.
[Ravin Online] Cap 100 - D10 - CH & EU - Survival - Madness - Job War - G.O 20/8/2019
02/13/2020 - SRO PServer Advertising - 125 Replies
---removed---
[Selling] ELEKTRO SETS! 1$ PER SET! CUSTOM SETS AVAILABLE! MADNESS SALE! CHEAPEST, FASTEST!
03/28/2017 - DayZ Trading - 7 Replies
Ll



All times are GMT +1. The time now is 18:57.


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