PDA

View Full Version : |Pedido| Ranking Hunter



SuporteIcarus
01/01/2021, 08:58 PM
eai rapaziada feliz ano novo pra todos , queri saber se voces tem o tutorial de hunter que o pedroAraujo posto a uns tempo a traz , eu guardei so a procedures hoje to precisando ^^
se alguem tiver pode me aruma?

segue a procedures



USE [MuOnline]
GO
/****** Object: StoredProcedure [dbo].[WZ_CustomMonsterReward] Script Date: 01/06/2018 11:39:37 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER Procedure [dbo].[WZ_CustomMonsterReward]
@Account varchar(10),
@Name varchar(10),
@MonsterClass int,
@MapNumber int,
@RewardValue1 int,
@RewardValue2 int
AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON


-- HUNT Ranking Medusa
[Only registered and activated users can see links]
begin
[Only registered and activated users can see links]
end


SET NOCOUNT OFF
SET XACT_ABORT OFF

END