• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[SQL] Tutorial Fix

Status
Not open for further replies.
Creator of Code
Joined
Mar 5, 2006
Messages
371
Reaction score
131
This query fixes the tutorial.

USE [Pangya_S4_TH]
GO
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (0, 0, 1, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 1')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (1, 0, 2, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 2')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (2, 0, 4, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 3')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (3, 0, 8, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 4')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (4, 0, 16, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 5')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (5, 0, 32, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 6')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (6, 0, 64, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 7')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (7, 0, 128, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 0 Step 8')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (8, 1, 256, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 1 Step 1')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (9, 1, 512, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 1 Step 2')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (10, 1, 1024, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 1 Step 3')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (11, 1, 2048, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 1 Step 4')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (12, 1, 4096, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 1 Step 5')
INSERT [dbo].[TA_TUTORIAL_ACC] ([SEQ], [USER_LEVEL], [STEP], [IN_DATE], [USE_YN], [DESC]) VALUES (13, 1, 8192, CAST(0x00009D1400000000 AS DateTime), N'Y', N'Quest 1 Step 6')
 
Newbie Spellweaver
Joined
Jan 23, 2011
Messages
44
Reaction score
6
Re: [Release] Tutorial fix

chreadie, you pull through for the Ragezone Pangya forum once more!

Thank you very much for the fix, tutorial works completely! :)
 
Junior Spellweaver
Joined
Oct 31, 2007
Messages
192
Reaction score
59
Re: [Release] Tutorial fix

Your work on this makes me think you don't have a real life chreadie :)

Anyway, great find and thanks :)
 
Newbie Spellweaver
Joined
Nov 27, 2006
Messages
68
Reaction score
12
Re: [Release] Tutorial fix

thx chreadie
works fine but they are some gifts you cannot transfert to your inventory
strengh boost
miracle sign
lucky star
tranquilizer
 
Creator of Code
Joined
Mar 5, 2006
Messages
371
Reaction score
131
Re: [Release] Tutorial fix

thx chreadie
works fine but they are some gifts you cannot transfert to your inventory
strengh boost
miracle sign
lucky star
tranquilizer

As said in the USP_MAIL_SEND thread, you need to fill TA_PARTS_GRP_LIMIT with values. As for the Pang Pocket im working on a fix for it.
 
Newbie Spellweaver
Joined
Feb 20, 2011
Messages
40
Reaction score
2
Re: [Release] Tutorial fix

Silly question...how to add this?
 
Status
Not open for further replies.
Back
Top