Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 18:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help for fixed senior

Discussion on Help for fixed senior within the Rohan forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2017
Posts: 13
Received Thanks: 0
Help for fixed senior

Hey senior here i have a big problem, maybe very big for me ,, this is my problem i really need senior help to find where the point is its problem, why all equip and inventory bag disappear every time re-login, my friend say in script xamp htdocs And I also change it to the initial script and I test again was still so help sir
Vicky Blazz is offline  
Old 07/16/2017, 00:18   #2
 
DretoNEX's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 886
Received Thanks: 440
So you either want "Senior help" or "Help with your server" which one is it you cant have both.
DretoNEX is offline  
Thanks
1 User
Old 07/16/2017, 00:36   #3
 
elite*gold: 0
Join Date: Jul 2017
Posts: 13
Received Thanks: 0
I try to find where the point of his problem many say in the database, but I do not know where the error was to fix
Vicky Blazz is offline  
Old 07/16/2017, 01:06   #4

 
elite*gold: 10
Join Date: Feb 2016
Posts: 737
Received Thanks: 235
For some Bucks im sure someone will help you
RitoYuuki is offline  
Old 07/16/2017, 04:31   #5
 
elite*gold: 0
Join Date: Jun 2016
Posts: 91
Received Thanks: 14
Check Store Procedure of RohanGame. the one with EndGame. check if there is a Delete Query on it. :v You should explore more on database.
deviling124 is offline  
Thanks
1 User
Old 07/16/2017, 08:50   #6
 
elite*gold: 0
Join Date: Jul 2017
Posts: 13
Received Thanks: 0
USE [RohanGame]
GO
/****** Object: StoredProcedure [dbo].[ROHAN_EndGame] Script Date: 07/16/2017 04:47:48 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO







ALTER PROCEDURE [dbo].[ROHAN_EndGame]
@_id int
AS
set nocount on

declare @ int
declare @pe int
declare @sec int
declare @ int

--아이템 가상 처리
update titem set type = @_id where id = 0
update tcharacterlogin set
last_date = getdate()
,login = 0
where char_id = @_id

select @ = [level]
from tcharacterability
where char_id = @_id

select @pe = [ctype_id]
from tcharacter
where id = @_id


if @ >= 50) and @pe= 196993)
begin
update tcharacter set ctype_id = 196994 where id = @_id
end

if @ >= 50) and @pe= 196869)
begin
update tcharacter set ctype_id = 196870 where id = @_id
end

if @ >= 50) and @pe= 197133)
begin
update tcharacter set ctype_id = 197134 where id = @_id
end

if @ >= 50) and @pe= 197257)
begin
update tcharacter set ctype_id = 197258 where id = @_id
end

if @ >= 50) and @pe= 197653)
begin
update tcharacter set ctype_id = 197654 where id = @_id
end

if @ >= 50) and @pe= 197777)
begin
update tcharacter set ctype_id = 197778 where id = @_id
end

if @ >= 50) and @pe= 198685)
begin
update tcharacter set ctype_id = 198686 where id = @_id
end


if @ >= 50) and @pe= 198809)
begin
update tcharacter set ctype_id = 198810 where id = @_id
end

if @ >= 50) and @pe= 200741)
begin
update tcharacter set ctype_id = 200742 where id = @_id
end

if @ >= 50) and @pe= 200865)
begin
update tcharacter set ctype_id = 200866 where id = @_id
end

if @ >= 50) and @pe= 204845)
begin
update tcharacter set ctype_id = 204846 where id = @_id
end

if @ >= 50) and @pe= 204969)
begin
update tcharacter set ctype_id = 204970 where id = @_id
end

if @ >= 50) and @pe= 229437)
begin
update tcharacter set ctype_id = 229438 where id = @_id
end

if @ >= 50) and @pe= 229561)
begin
update tcharacter set ctype_id = 229562 where id = @_id
end

select @sec = play_sec
from TCharacterLogin
where char_id = @_id

exec @ = LOCAL_InsTCharacterLogin @_id

if @@error <> 0 or @@rowcount <> 1 return -1

--return 0


commit

--------------------------------------
return @
----------------------------------------------------
-- Error Process
----------------------------------------------------
ERR:
rollback
return @


and


Something wrong? : v
Vicky Blazz is offline  
Old 07/16/2017, 14:34   #7
 
elite*gold: 0
Join Date: Nov 2012
Posts: 701
Received Thanks: 61
Quote:
Originally Posted by Vicky Blazz View Post
Hey senior here i have a big problem, maybe very big for me ,, this is my problem i really need senior help to find where the point is its problem, why all equip and inventory bag disappear every time re-login, my friend say in script xamp htdocs And I also change it to the initial script and I test again was still so help sir
You got hacked .
Someone inject your 5101 or password change script .
then delete from rohangame.dbo.titems
Use protected 5101 or password script .
and be carefull with spam register exploit
Attached Files
File Type: rar 5101.rar (114.5 KB, 27 views)
ammadpurba is offline  
Thanks
1 User
Old 07/16/2017, 15:26   #8
 
elite*gold: 0
Join Date: Jul 2017
Posts: 13
Received Thanks: 0
thank's ammadpurba

Quote:
Originally Posted by ammadpurba View Post
You got hacked .
Someone inject your 5101 or password change script .
then delete from rohangame.dbo.titems
Use protected 5101 or password script .
and be carefull with spam register exploit


And if I delete this will run normally again?
Vicky Blazz is offline  
Old 07/16/2017, 19:14   #9
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
Sure. delete that table. That should fix you.
im batman is offline  
Old 07/17/2017, 10:43   #10
 
elite*gold: 0
Join Date: Jul 2017
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by im batman View Post
Sure. delete that table. That should fix you.
When I insert the 5101, another script becomes non-functioning, whether there is a solution for this or any other

Look
Vicky Blazz is offline  
Old 07/17/2017, 13:15   #11

 
elite*gold: 10
Join Date: Feb 2016
Posts: 737
Received Thanks: 235
Quote:
Originally Posted by Vicky Blazz View Post
When I insert the 5101, another script becomes non-functioning, whether there is a solution for this or any other

Look
Stop going to make a Server, you fail at Simple add your SQL Stuff on a Config.
Take your Time for make a Server and dont rush.
RitoYuuki is offline  
Thanks
1 User
Old 07/17/2017, 15:47   #12
 
elite*gold: 0
Join Date: Jul 2017
Posts: 13
Received Thanks: 0
lol
Vicky Blazz is offline  
Old 07/17/2017, 16:27   #13
 
elite*gold: 0
Join Date: Jun 2016
Posts: 91
Received Thanks: 14
Quote:
Originally Posted by RitoYuuki View Post
Stop going to make a Server, you fail at Simple add your SQL Stuff on a Config.
Take your Time for make a Server and dont rush.
This is the best advice to all new DEV.
deviling124 is offline  
Reply


Similar Threads Similar Threads
help senior
09/30/2016 - Rohan - 3 Replies
how to edit character GM :rtfm:
senior help me newbie
09/29/2016 - Rohan - 1 Replies
how to send items to all players on / off
[HELP] Vampire Job. ( Senior Please Visit )
01/14/2012 - EO PServer Hosting - 8 Replies
Hello All Owner PS EO. I need your help all. anyone can help me? on how to enter the job vampire on my eo server. so far I can only make the equipment only. but the jobs do not exist. please help me.
senior help me to hack +10 refine 100% success
05/12/2010 - Ragnarok Online - 1 Replies
im newbie maybe some one can teach me how to make +10 refine 100% success all equipment at private server...pliss thx before :D:D



All times are GMT +2. The time now is 18:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.