AmIMad

Bakalım be.
Kayıt
7 Şubat 2015
Mesajlar
412
Beğeniler
45
Şehir
Ankara
Multi Tool

SQL Girişi Vardır Sadece Queries


Kod:
Use [iLegend_Tool] -- Common Command
-- Send notice
Insert Into _SendNotice Values (1,'Write here your notice',Getdate())
-- Send message
Insert Into _SendMessage Values (1,'target character name','write here your message',Getdate())
-- Send private chat
Insert Into _SendPrivateChat Values (1,'target character name','write here your chat',Getdate())
-- Send public chat
Insert Into _SendPublicChat Values (1,'write here your chat',Getdate())
-- Send global chat
Insert Into _SendGlobalChat Values (1,'write here your global chat',Getdate())
-- Move to user
Insert Into _MoveToUser Values (1,'target chatacter name',Getdate())
-- Recall user
Insert Into _RecallUser Values (1,'target chatacter name',Getdate())
-- Recall guild
Insert Into _RecallGuild Values (1,'target guild name',Getdate())
-- Totown user
Insert Into _ToTown Values (1,'target chatacter name',Getdate())
-- Disconnect user
Insert Into _DcUser Values (1,'target chatacter name',Getdate())
-- Warp region
Insert Into _WarpRegion Values (1,'RegionID','PosX','PosY','PosZ','WorldID',Getdate())
-- Load monster
Insert Into _LoadMonster Values (1,'RefMobID','Amount',Getdate())
-- Make item
Insert Into _MakeItem Values (1,'RefItemID','Amount','OptLevel',Getdate())
-- Invincible
Insert Into _Invincible Values (1,Getdate())
-- Invisible
Insert Into _Invisible Values (1,Getdate())
-- Go town
Insert Into _GoTown Values (1,Getdate())
-- Gm Skill use
Insert Into _GMSkill Values (1,Getdate())
[exturl]https://mega.co.nz/#!PYJBlSra!h0W9WmkEA3_VlrIBR3fhwlakWe9fqMHpnqSFZinRsHU[/exturl]
 
Yukarı Alt