Son sürüme güncellendi. Hali hazırda bu botu kullanıyorsunuz bu sorguları çalıştırmanız gerekmekte , update için.
- _EventTime tablosuna bunları koyun :
7:49 AM LuckyStaller
8:46 AM ChooseTheAnswer
- Database'inizde bunları çalıştırın.
Kod:
USE [G_Events]
GO
/****** Object: Table [dbo].[_ChooseTheAnswer] Script Date: 5/1/2016 10:06:53 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[_ChooseTheAnswer](
[ID] [tinyint] IDENTITY(1,1) NOT NULL,
[Question] [nvarchar](max) NOT NULL,
[Right_Answer] [nvarchar](max) NOT NULL,
[Answer1] [nvarchar](max) NOT NULL,
[Answer2] [nvarchar](max) NOT NULL,
[Answer3] [nvarchar](max) NOT NULL,
[Answer4] [nvarchar](max) NOT NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
Ve db'ye kayıtları yükleyin.
Örnek olarak ;
Kod:
1 Where was WorldCup hosted at 2014? Brazil Spain Egypt Brazil America
2 Who won the EuropeCup2012 Spain Brazil Spain America HongKong
3 In which sport do teams compete for the SolheimCup? Golf Football Rogby Golf Tennis
4 Which rapper starred in the 2005 film GetRichorDieTryin’? 50Cent Enemiem RapSchool 50Cent Metallica
5 Which country isBeijingin? China Russia China US UK
6 Who won the ChampionsLeague2014? RealMadrid RealMadrid Barcha Arsinal Chiventos
7 Whatis the capital city of Somalia? Mogadishu KulaLambour Mogadishu Cairo Aswan
_GiveSilk 'i aşağıda ki kod ile update edin ;
Kod:
IF @Status = 'Lucky Staller'
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN_CHEST @AccountID2,'ITEM_ETC_SD_TOKEN_01',5,0
IF @Status = 'Choose The Right Answer'
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN_CHEST @AccountID2,'ITEM_ETC_SD_TOKEN_01',5,0
Config.cfg'nize aşağıda ki satırları ekleyin ;
PHP Code:
[Client2]
Username=gm4
Password=123456
CharName=Eslam
Captcha=0
[Lucky Staller Event]
Enable=1
Silkreward=10
RegionID=24744
PosX=988
PosY=-6.789643
PosZ=1414
StartNotice=[Lucky Staller Event] Event Will Start After 1 Moment At Jangan South Be Ready, Wear off cap suits.
SecNotice=[Lucky Staller Event] Starts Now At Jangan South Open A Stall without job Suite To Join the Event.
EventMatchTime=60000
WaitGlobal=[Lucky Staller Event] Event Will Finish After 1 Moment , Then bot Choose a Random Winner.
TimeupGlobal=[Lucky Staller Event] Event Finished Thanks.
NoticeWinner=[Lucky Staller Event] %playername% has Won The Event , Congrats.
NoRegisterNotice=[Lucky Staller Event] Event has been canceld No one Join.
[Choose The Right Answer Event]
Enable=1
Silkreward=10
MatchTime=60000
StartGlobal=[Choose The Right Answer Event] Will Start After 1 Moment
StartsNowGlobal=[Choose The Right Answer Event] Starts Now.
QuestionGLobal= The Question : %question%
AnswerGlobal= Choose The Answer [%answer1%,%answer2%,%answer3%,%answer4%]
NoRightAnswerGlobal=[Choose The Right Answer Event] Finished No One Answerd with the Right Answer.
WinnerGlobal=[Choose The Right Answer Event] %playername% has won the event , Congrats.