AO PSERVER

09/08/2016 19:00 AOPSERVER#601
Quote:
Originally Posted by tubeo View Post
Is there any Website or somethings to Anounncment ? Server up and down without any sign ?

What a noob team, Server ower is a noob. He just used a query to remove all Crafted item. Lucky im not sink too deep, Bye :D
Bye....

Make your own server and have fun.

It is still OPEN BETA... Maybe I should just wipe all and close it down until we're finished with everything?
09/08/2016 20:03 tubeo#602
Quote:
Originally Posted by AOPSERVER View Post
Bye....

Make your own server and have fun.

It is still OPEN BETA... Maybe I should just wipe all and close it down until we're finished with everything?
Well, no matter what will you do. I've heard ppl said your server was wipe out 2 times, and this time you looking people with a post 'la la la' its show out your attitude is very bad. GL with next wipe out :)
09/08/2016 20:32 rizkyrqd#603
all crafted item is deleted, you don't respect players effort, wasting time, I quit
09/08/2016 21:06 naktieuthu#604
All items gone... why ...?
09/09/2016 06:52 kisslee#605
just wipe and close it off for now People dont wanna play anymore coz they lost all the gears they have crafted which takes time to craft. i do understand +10 clothes, +10 mount + fake rings or whatever you deleting the cheated items but deleting the +10 evil gears? why? lots of people leaving that is one wrong move lolz.. i know you might not care. just an opinion . thx for the wonderful gaming experience at first just for the sake of your future new players do not delete the gears they crafted that are clean.. that is all. ( I know the Risk's in playing in a private server xD) just this move is well kinda one of the worst ive experienced in one private server.. anyways goodluck to you
09/09/2016 14:21 gmnurikhsan#606
Haey men, i new player here and i just started to play this our beloved game ever. (again)
And wtf problem happen now? Idk n idc. Please make it clear.

I no want anything this time, my wish one and only just CLEAR MY QUEST ( God damn please..!! ) im tired 'shy
>>>nick: Aphrodite

thats all i need, thanks 'smile
09/09/2016 21:26 hkbatnnuj#607
Hi,im new.Im ok with deleted items,i want to play but i cant because i have inventory bug(cant move any items)
09/10/2016 00:52 rider28#608
Look like GM just sank into darkness and doesn't care about anything, anyone, anymore...
09/12/2016 11:41 eplohan#609
Quote:
Originally Posted by AOPSERVER View Post
Bye....

Make your own server and have fun.

It is still OPEN BETA... Maybe I should just wipe all and close it down until we're finished with everything?
I'm very serious about this. I could not see the warning using the cheat. if I use a cheat when there is a warning, I was the most stupid. GM please give me one chance. I promise not to repeat the same mistakes . thanks, sorry for my bad english

ID:eplohan
09/12/2016 21:45 AOPSERVER#610
Quote:
Originally Posted by eplohan View Post
I'm very serious about this. I could not see the warning using the cheat. if I use a cheat when there is a warning, I was the most stupid. GM please give me one chance. I promise not to repeat the same mistakes . thanks, sorry for my bad english

ID:eplohan
And I am serious too... If you need a FORMAL WARNING or whatever that needs to tell you that cheating in a game is not allowed then you're living in the wrong world....
09/12/2016 22:46 sacred_flower#611
Quote:
Originally Posted by AOPSERVER View Post
And I am serious too... If you need a FORMAL WARNING or whatever that needs to tell you that cheating in a game is not allowed then you're living in the wrong world....
check your pm in a moment, im still confuse about something
09/17/2016 08:14 Triacman#612
AOPSERVER take the script that repairs some problems: delete items, characters and much more:

USE [AT_GameDB01]
GO
/****** Object: StoredProcedure [dbo].[rasp_SolItemRemove] Script Date: 12/09/2016 07:39:13 p.m. ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[rasp_SolItemRemove]
@[Only registered and activated users can see links. Click Here To Register...] Bigint
, @[Only registered and activated users can see links. Click Here To Register...]pe tinyint
, @[Only registered and activated users can see links. Click Here To Register...]s smallint
, @[Only registered and activated users can see links. Click Here To Register...]Unique smallint
, @[Only registered and activated users can see links. Click Here To Register...]Num smallint
, @[Only registered and activated users can see links. Click Here To Register...]ItemNum smallint = NULL OUTPUT
AS
SET NOCOUNT ON
SET XACT_ABORT ON
UPDATE [dbo].[tbl_SolItem]
SET [ItemUnique] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [ItemUnique]
END
, @[Only registered and activated users can see links. Click Here To Register...]ItemNum = [ItemNum] = [ItemNum] - @[Only registered and activated users can see links. Click Here To Register...]Num
, [SerialNum] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [SerialNum]
END
, [Para1] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Para1]
END
, [Para2] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Para2]
END
, [StartHourVary] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [StartHourVary]
END
, [DurationHourVary] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [DurationHourVary]
END
, [RareInfo] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [RareInfo]
END
, [Rank] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Rank]
END
, [CurDurability] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [CurDurability]
END
, [MaxDurability] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [MaxDurability]
END
, [SealInfo] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [SealInfo]
END
, [Particle] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Particle]
END
, [Effect] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Effect]
END
, [Reserved] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Reserved]
END
, [Reserved1] = CASE WHEN [ItemNum] = @[Only registered and activated users can see links. Click Here To Register...]Num THEN 0 ELSE [Reserved1]
END
WHERE [SolID] = @[Only registered and activated users can see links. Click Here To Register...] and [ItemPos] = @[Only registered and activated users can see links. Click Here To Register...]s and [PosType] = @[Only registered and activated users can see links. Click Here To Register...]pe and [ItemUnique] = @[Only registered and activated users can see links. Click Here To Register...]Unique and [ItemNum] >= @[Only registered and activated users can see links. Click Here To Register...]Num and @[Only registered and activated users can see links. Click Here To Register...]Num > 0
IF dbo.rf_CheckError( @@ROWCOUNT, @@ERROR ) <> 1
RETURN 0
ELSE
RETURN 1
10/04/2016 15:55 eplohan#613
Quote:
Originally Posted by AOPSERVER View Post
And I am serious too... If you need a FORMAL WARNING or whatever that needs to tell you that cheating in a game is not allowed then you're living in the wrong world....
excuse me sir!

the problem here is my account username eplohan banned permanently?

sorry for my bad englis
10/07/2016 19:27 AOPSERVER#614
The following Chars/Accounts got permanently banned effective immediately for CE item cheat attempts:

Bob
kicung
LuBaoTay
Fa
Novinovi
Archielles
Vanquiser2
AganAje
Tranh
Jazz
REXUS
Folicia
Folichan
Machiya
LucyPrime
donmbroot
LegendOFAOI
kamujahat
Nullbyte
Blazz
Katnishilton
Neyo
Brotosaurus
RizukaDesu
Daswei
10/09/2016 10:33 aveyond#615
Can i use cheat engine just for speed hack?