jobi
|
Last Activity: 04/08/2012 21:20
Mentions
| 08/09/2022 |
| 03:01 - youssefJ00 mentioned jobi in post I can't change guild penalty without breaking FGW. ...t Date: 8/9/2022 2:48:51 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[_AddTimedJob]
@CharID int,
@Category tinyint, jobiD int, timetoKeep int,
@Data1 int,
@Data2 int,
--##begin due to develop composite item
@Data3 int,
@Data4 int,
@Data5 ... |
| 08/27/2020 |
| 00:47 - ...] Script Date: 8/27/2020 12:41:56 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[_AddTimedJob]
@CharID int,
@Category tinyint, jobiD int, timetoKeep int,
@Data1 int,
@Data2 int,
--##begin due to develop composite item
@Data3 int,
@Data4 int,
@Data5 int,
@Data6 int,
@Data7 int,
@Data8 int, Serial64... |
| 07/24/2020 |
| 06:34 - NorseGodTyr mentioned jobi in post Guild Penalty ...pt Date: 24.07.2020 06:32:39 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[_AddTimedJob]
@CharID int,
@Category tinyint, jobiD int, timetoKeep int,
@Data1 int,
@Data2 int,
--##begin due to develop composite item
@Data3 int,
@Data4 int,
@Data5 ... |
| 06:34 - Deleted Posts |
| 03/09/2018 |
| 17:14 - loader8 mentioned jobi in post Pet Pages ...@@@@@@@@
-- Edited by Mixizi Ethereal Online
--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
ALTER PROCEDURE [dbo].[_AddTimedJobForPet]
@CharID int,
@Category tinyint,
jobiD int,
timetoKeep int,
@Data1 int,
@Data2 int,
@Data3 int,
@Data4 int,
data5 int,
@Data6 int,
@Data7 int,
@Data8 int,
Serial64 bigint
as
if (not ... |
| 07/31/2016 |
| 20:40 - Deleted Posts |
| 16:33 - t0migunit mentioned jobi in post [Release] disable Job & Guild Penalty Hey guys. I want to start to share my experie USE [SRO_VT_SHARD]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[_AddTimedJob]
@CharID int,
@Category tinyint,
jobiD int,
timetoKeep int,
@Data1 int,
@Data2 int,
--##begin due to develop composite item
@Data3 int,
@Data4 int,
... |
| 03/11/2016 |
| 23:47 - NagySandor96 mentioned jobi in post _AddTimedJob Procedure - Help me to fix it ...eps of this thread
I've successfully done every step, only have a prob with making the AddTimedJob Procedure well. I've made a simple copy + paste with a bit editing of @ JobID,but it doesn't work.
Guys, could any of you help me how I should fix it? :confused:
CODE: if @ JobID = '35129') ------- JobID = RefSkill ID
begin
declare @ charnam... |






