GoDLike Comunity


Join the forum, it's quick and easy

GoDLike Comunity
GoDLike Comunity
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Checkpagerank.net
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 18 on Wed Mar 01, 2023 5:42 pm
Statistics
We have 1651 registered users
The newest registered user is lesn1k

Our users have posted a total of 558 messages in 467 subjects

MUserver Season4 FuLL+80 New Items season 5

Go down

MUserver Season4 FuLL+80 New Items season 5 Empty MUserver Season4 FuLL+80 New Items season 5

Post by MeG@DaN Sat Feb 12, 2011 7:31 pm

Server Files :
BC8 - 100%
DS7 - 100%
CC7 - 100%
Illusion Temple - 100%
Happy Hour - 100%
Golden Invasion - 100%
White Wizzard - 100%
Sky Event - 100%
Event Blue - 100%
All Quests - 100%
Marlon Quest - 100%
HalloweenEvent - 100%
GM Command - 100%
S3 Items - 100%
S3 NPC - 100%
Mobs S3 - 100%
Map S3 - 100%
S4 Mobs - 100%
S4 Items - 100%
S4 Skills - 100%
PC Points Shop - 100%
Raklion Map -100%
CryWolf - 100%
Castle Sidge - 100%
SwampOfCalmess - 100%
Skill Tree - 100%
/ reset 100%
DL ve GS-CS ^ ^
80 + Items - 100%

Use MuOnline

Code:

Create PROCEDURE PC_POINT_by_RMST
As
Begin
Set nocount on
Set dateformat dmy
Declare
@PCPoint int,
@Onlinetime int
SET @PCPoint=2
SET @Onlinetime=60
UPDATE CHARACTER
SET Onlinetime = Onlinetime + 1
FROM memb_stat, AccountCharacter, Character
Where MEMB_STAT.ConnectStat = 1 and memb_stat.memb___id = AccountCharacter.Id and AccountCharacter.GameIDC = Character.Name;
UPDATE CHARACTER
SET SCFPCPoints = SCFPCPoints + @PCPoint
FROM memb_stat, AccountCharacter, Character
WHERE
MEMB_STAT.ConnectStat = 1 and memb_stat.memb___id = AccountCharacter.Id
and AccountCharacter.GameIDC = Character.Name and (Onlinetime =
@Onlinetime)
Update CHARACTER
SET Onlinetime = 0
From Character JOIN memb_stat on Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
WHERE ((ConnectStat = 0) OR (Onlinetime>=@Onlinetime))
End

Server Files Download
Server Files Download MultiUpload
Client Download
Client Download MUltiUpload
Server main DOWNLOAD MultiUpload
MeG@DaN
MeG@DaN
Administrator
Administrator

Mesaje : 465
Data de inscriere : 17/12/2010
Localizare : Acasa

http://godlike.forumclan.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum