Hi I have the following point system that automatically committed automated AP system, the same figure is a one-to-
23 hours in the game not to be alone, even committed despite my tsar 1 point
I wonder if I have the following code, I did a mistake or there is missing something you have processed the following code to MySQL mysql my system 2008R2
I want our servers to enable automatic point system
So long as the game points to win clients and
itemmal item scores will buy it.
I found I just committed this code did not work, please help me thank you in advance
Sorry for my english is bad
Quote:
USE [PS_UserData]
GO
/****** Object: StoredProcedure [dbo].[usp_Try_GameLogout_R] Script Date: 02/17/2013 14:50:51 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
DECLARE @LoginTime datetime
DECLARE @LastPlayTime int
DECLARE @OldPoint int
DECLARE @LoginSession bigint
SET @LoginSession=(select LoginSession from PS_UserData.dbo.UserLoginStatus where UserUID=@UserUID)
SET @LastPlayTime=(select LastPlayTime from PS_UserData.dbo.UserLoginStatus where UserUID=@UserUID)
SET @LoginTime=(select LoginTime from PS_UserData.dbo.UserLoginStatus where UserUID=@UserUID)
SET @OldPoint=(select Point from PS_UserData.dbo.Users_Master where UserUID=@UserUID)
IF (@SessionID=@LoginSession)
BEGIN
Update PS_UserData.dbo.Users_Master
SET point= 1
WHERE UserUID=@UserUID
INSERT INTO PS_UserData.dbo.UserOnlineTimeLog(UserUID,OldPoint ,Addpoint,LoginTime,LogoutTime,SessionID)
values(@UserUID,@OldPoint,@LastPlayTime,@LoginTime ,@LogTime,@SessionID)
end
SET NOCOUNT OFF
I just checked it briefly and I can spot a huge problem with this:
Code:
BEGIN
Update PS_UserData.dbo.Users_Master
SET point= 1
WHERE UserUID=@UserUID
You are not adding + 1 point to the AP of your players, you are always setting it up to 1. I might be mistaken, yet this is what might be giving you issues.
Exactly, as I said, you are not adding points but just setting them, whatever amount is there, back to 1 instead of actually adding + 1 to current points.
[Release]Paygol Automatic System 04/18/2013 - Metin2 PServer Guides & Strategies - 26 Replies Hi epvp,
I created a IPN (Instant Payment Notification) system.
Creates a file named "teste.php" (example) - this is a IPN system...:
<?php
//ligação à base de dados
$ligacao = mysql_connect("hostname", "user", "pass") ;
mysql_select_db("account", $ligacao);
[NEED]Automatic Payment System 01/21/2013 - Metin2 Private Server - 2 Replies Hello Epvp
Are there any automatic payment system for metin2 servers? I wanna use one for my P.Server so when someone donate automatic take the coins and i am taking the money to an account!
If Someone knows plzz tell me.!
[Sell]L2J Automatic Donate System 08/19/2012 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 0 Replies Greetings guys, I would like to sell my L2J Auto Donate System.
Features:
- It uses telnet(can support database in future, nothing hard to change it)
- Supports PayPal
- Supports Account Editing
- Works for Coins, users buys coins on website, and then they can exchange them for items you set in config(Like Festival Adena, or something, you set in game)
- I think it has nice design.
- Cheap
- Secure
[Sell]L2J Automatic Donate System 08/18/2012 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 0 Replies Greetings guys, I would like to sell my L2J Auto Donate System.
Features:
- It uses telnet(can support database in future, nothing hard to change it)
- Supports PayPal
- Supports Account Editing
- Works for Coins, users buys coins on website, and then they can exchange them for items you set in config(Like Festival Adena, or something, you set in game)
- I think it has nice design.
- Cheap
- Secure
Automatic Ban System (Vindictus Eu) Fail 03/04/2012 - Vindictus - 1 Replies http://forum.nexoneu.com/NXEU.aspx?g=posts&t=6 61697
Quite a big amount of players is still banned because of it :p
It might be a good time to write a ticket if you were banned in the past, they might unban you now if you make them believe that you were banned by their bugged system :awesome: