You are Unregistered, please register to gain Full access.
    


RaGEZONE sponsored advertisment:

 
 
LinkBack (8) Thread Tools
Old 10-22-2008   #26 (permalink)
RaGEZONER
 
itadakimasu's Avatar
 
Rank: Hobbit
Join Date: Apr 2008
Location: Palm Springs, CA
Posts: 94
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

Thanks Rhinehart, I hope someone would find a way to translate the cTO to English.. Or work someone would continue working on the server files (since they're obviously incomplete [no exp rate change, drilling, etc.]).
__________________
itadakimasu is offline   Reply With Quote

RaGEZONE sponsored advertisment:
Old 10-25-2008   #27 (permalink)
Newbie
 
silversade's Avatar
 
Rank: Hobbit
Join Date: Apr 2008
Posts: 19
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

A simple yes or no question? Can this be used with microsoft sql server 2008, or only 2000?

PS: Thanks for this awsome trickster server because this is the only decent one ive seen in a while :D Good Job

-Silver-
silversade is offline   Reply With Quote

Endorsement
Old 10-25-2008   #28 (permalink)
Newbie
 
Rhinehart's Avatar
 
Rank: Hobbit
Join Date: Mar 2008
Location: Virginia
Posts: 14
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

I dunno, I just provided the permanant mirror, really. We'll have to see if someone tries it, then posts their answer.
__________________
Rhinehart is offline   Reply With Quote

Endorsement

Old 11-25-2008   #29 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Oct 2008
Posts: 3
Thanked 0 Times in 0 Posts

Unhappy Re: [DOWNLOAD] Client and Server

Is there any n00b, step-by-step guide for this?

I'm really unexperienced and all instructions seem like commands to me
Extract! Create! Delete!
and I don't even know how to... xD

For example:
How do I create a log directory? I don't even know what that is haha, I'ma Google it ._.
Even if I create it, what do I do with all this??:

C:\log
C:\Trickster
C:\Trickster\FirstLoginServer ## rar name: first.rar
C:\Trickster\GameServer ## rar name: gameservero.rar
C:\Trickster\LoginServer ## rar name: login.rar
C:\Trickster\MasterServer ## rar name: db.rar

It seems just like words to me (run, move, sit, jump; but don't tell you how, where, what to, etc...)

I just can't understand what to do, I need more explanation to do it

Please help me, I really want to try this out.
Weinberger is offline   Reply With Quote
Old 02-15-2009   #30 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Mar 2008
Location: Thailand
Posts: 22
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

link not work.
please up new link.
vazabisong is offline   Reply With Quote
Old 02-15-2009   #31 (permalink)
Newbie
 
Rhinehart's Avatar
 
Rank: Hobbit
Join Date: Mar 2008
Location: Virginia
Posts: 14
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

Originally Posted by vazabisong View Post
link not work.
please up new link.
My mirror still works. Just read the last post on page 1. Or click here if you're too lazy to do that.
__________________
Rhinehart is offline   Reply With Quote
Old 02-24-2009   #32 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jul 2007
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

Thank you So much ^^
maokoung1 is offline   Reply With Quote
Old 03-26-2009   #33 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Mar 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

Oh it's good game for me:]
thank you
cappu is offline   Reply With Quote
Old 04-11-2009   #34 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jun 2006
Posts: 5
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

can we not change our computer name or is it totally required...
by the way I think you're doing great with this and hopefully it functions atleast.

Has anyone actually got it to work besides the thread starter?
platipus is offline   Reply With Quote
Old 04-26-2009   #35 (permalink)
Mermaider
 
tinkle's Avatar
 
Rank: Member +
Join Date: Apr 2005
Posts: 772
Blog Entries: 7
Thanked 10 Times in 5 Posts

Re: [DOWNLOAD] Client and Server

Darkco Darko or something like that.... got a server up and running one time... I play tested on it... .lol it felt like it was only me + him ... but alas there's like 0 servers these days... It'd be nice if a skilled server host would pick these up... chinese or not I would be a player ^^;;
__________________
tinkle is offline   Reply With Quote
Old 04-26-2009   #36 (permalink)
Mermaider
 
tinkle's Avatar
 
Rank: Member +
Join Date: Apr 2005
Posts: 772
Blog Entries: 7
Thanked 10 Times in 5 Posts

Re: [DOWNLOAD] Client and Server



OK :)

Made it to login but can't seem to go past that... Maybe I edited the exe wrong
Not sure... but since most haven't made it this far I guess this is as far as I'll get today...


Because I see this being bombed with "OMG!!!!!! How did you get past FirstLoginServerW.exe ?!?!?!?!?!?!?!" Question's I'll go ahead and tell you


[ODBC]
DRIVER=SQL Server
UID=fls_login
PWD=eoqkrajrwk0813
DATABASE=gmg_account
WSID=TR_ACCOUNTDB
APP=Microsoft Open Database Connectivity
SERVER=192.168.1.26 <- No "IMPORTANT!!!! 1433" statement given in the guide...

Also I set in the database in gmg_account param_serv or w/e the Major and Minor ip's to be 192.168.1.26

I tried countless times to use my "WAN IP" but for some reason it would never work.

Good luck everyone let's get those trickster servers up! :)
__________________
tinkle is offline   Reply With Quote
Old 04-30-2009   #37 (permalink)
Mermaider
 
tinkle's Avatar
 
Rank: Member +
Join Date: Apr 2005
Posts: 772
Blog Entries: 7
Thanked 10 Times in 5 Posts

Re: [DOWNLOAD] Client and Server

-- TM LEVEL ??
CREATE procedure uspt_char_status_update_tm_level
@char_uid int
, @tm_level_p smallint
, @tm_level_m smallint
, @tm_level_s smallint
, @tm_level_c smallint
as
set nocount on
set lock_timeout 10000

declare @error_pl int
, @error_ml int
, @error_sl int
, @error_cl int
declare @error_pe int
, @error_me int
, @error_se int
, @error_ce int
, @error int

set @error_pl = 0
set @error_ml = 0
set @error_sl = 0
set @error_cl = 0
set @error_pe = 0
set @error_me = 0
set @error_se = 0
set @error_ce = 0
set @error = 0

begin tran -------------------------->

if (@tm_level_p > -1)
begin
update char_status
set tm_level_p = @tm_level_p
where uid = @char_uid

set @error_pl = @@error

update char_state
set tm_exp_p = 0
where uid = @char_uid

set @error_pe = @@error
end
----------------------------------
if (@tm_level_m > -1)
begin
update char_status
set tm_level_m = @tm_level_m
where uid = @char_uid

set @error_ml = @@error

update char_state
set tm_exp_m = 0
where uid = @char_uid

set @error_me = @@error
end
----------------------------------
if (@tm_level_s > -1)
begin
update char_status
set tm_level_s = @tm_level_s
where uid = @char_uid

set @error_sl = @@error

update char_state
set tm_exp_s = 0
where uid = @char_uid

set @error_se = @@error
end
----------------------------------
if (@tm_level_c > -1)
begin
update char_status
set tm_level_c = @tm_level_c
where uid = @char_uid

set @error_cl = @@error

update char_state
set tm_exp_c = 0
where uid = @char_uid

set @error_ce = @@error
end
----------------------------------

set @error = @error_pl + @error_pe
+ @error_ml + @error_me
+ @error_sl + @error_se
+ @error_cl + @error_ce

if (@error = 0)
begin
commit tran
return 0
end
else
begin
if (@@trancount > 0)
rollback tran
return @error
end


GO

- ??? LEVEL ??
CREATE PROCEDURE uspt_char_status_update_char_level
@char_uid int
, @new_level smallint
as
set nocount on
set lock_timeout 10000

declare @error int
set @error = 0

BEGIN TRAN ----------------------------->

update char_status
set ap_pts = (@new_level-1) * C.pts_p,
ac_pts = (@new_level-1) * C.pts_p,
dx_pts = (@new_level-1) * C.pts_p,
max_mp_pts = (@new_level-1) * C.pts_m,
ma_pts = (@new_level-1) * C.pts_m,
md_pts = (@new_level-1) * C.pts_m,
max_wt_pts = (@new_level-1) * C.pts_s,
da_pts = (@new_level-1) * C.pts_s,
lk_pts = (@new_level-1) * C.pts_s,
max_hp_pts = (@new_level-1) * C.pts_c,
dp_pts = (@new_level-1) * C.pts_c,
hv_pts = (@new_level-1) * C.pts_c,
attr_pts = (@new_level-1) * 4,
[level] = @new_level
from char_status as CS
inner join char_attr as C on C.uid = CS.uid
where CS.uid = @char_uid

if (@@error = 0 and @@rowcount = 1)
begin
update char_state
set [exp] = 0
where uid = @char_uid

if (@@error <> 0 or @@rowcount = 0)
set @error = 1003
end
else
set @error = 1004

if (@error = 0)
set @error = dbo.fn_GetCharStatusCheck (@char_uid)

if (@error = 0)
begin
commit tran
return 0
end
else
begin
if (@@trancount > 0)
rollback tran
return @error
end


GO

These is commands darkco mentioned earlier as his thoughts for the "EXP/TM" rate...
I don't know much about Stored Procedures.... I never even looked at them really till I started fooling with this server... I have the backup's fully decrypted save one SP ... Which I don't know WHY it won't decrypt but I think it has to do with 'permission' to that command.

Now i'm curious about the GM Commands I saw a post earlier asking about them... I'll try to update this post however with what I find....

And would someone mind posting ONE thing to this thread so that I know it's being read? I mean I see the views go up... but no one says anything! I don't care what language you use.... Google does most translations half-assed so I can get the 'gist' of what you're saying!

Thanks for reading though!!
:)

Also I need to do further studies and see if I can make this to go across the net... Right now I just have it set up 'locally'... I'd also appreciate an experienced admins... so as to perhaps guide me in setting up a mini-web page... I'm unsure about the whole net sharing though... I'm really sure that ADSL (3 mbps down / 256kb Up) is REALLY insufficient for a host... But my line of works get's me access to Free PC's/Laptops so I could have the spare HW to host :c ...


Kind regards
Tinkle
__________________
tinkle is offline   Reply With Quote
Old 05-01-2009   #38 (permalink)
Newbie
 
Rank: Hobbit
Join Date: May 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

hello guys...maybe im not good in making private server...but i notice some private server change only the patch and the connection and connect to their own server...maybe i can help^_^VV
shutterzv2 is offline   Reply With Quote
Old 05-01-2009   #39 (permalink)
Monster Member
 
Rank: Member
Join Date: Dec 2006
Posts: 183
Thanked 3 Times in 3 Posts

Re: [DOWNLOAD] Client and Server

Found this in libconfig.dat near the end of the file. I was never able to use any of them though..

Code:
<ROW>
			<Name><![CDATA[Help_Speed]]></Name>
			<String><![CDATA[/speed [speed值]:GM人物移动速度,范围1-4]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_TeleportSelfToChr]]></Name>
			<String><![CDATA[/tel[人物ID:GM人物向该人物移动]]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_TeleportChrToChr]]></Name>
			<String><![CDATA[/tel[人物1][人物2]人物1向人物2移动]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_TeleportSelfToZone]]></Name>
			<String><![CDATA[/tel 区域 区域ID:GM的人物向特定区域移动]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_TeleportChrToZone]]></Name>
			<String><![CDATA[/tel地区[人物id]区域ID:将特定的人物向此区域移动]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_Immortal]]></Name>
			<String><![CDATA[/警告on/off/on/open:GM人物将警告状态开之后关掉]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_Invisible]]></Name>
			<String><![CDATA[/透明on/off/on/open:将GMcharacter透明状态开后关]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_Notice]]></Name>
			<String><![CDATA[/通知[score次数]通知内容:通知全体]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_KickNoNotice]]></Name>
			<String><![CDATA[/kick[人物ID]:无理由直接KICK]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_KickWithNotice]]></Name>
			<String><![CDATA[/kick[人物ID]KICK理由:将原因告知玩家5秒钟后将其踢下线]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockChr]]></Name>
			<String><![CDATA[/block[人物ID][Block天数]Block原因:将原因留置玩家留言板]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockChat]]></Name>
			<String><![CDATA[/禁止聊天[人物ID][n分](day):0分(取消)-1(永久禁止:基本值15日)]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockMove]]></Name>
			<String><![CDATA[/禁止移动[人物ID][n分](day):0分(取消)-1(永久禁止:基本值15日)]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockTrade]]></Name>
			<String><![CDATA[/禁止交易[人物ID][n分](day):0分(取消)-1(永久禁止:基本值15日)]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockChatList]]></Name>
			<String><![CDATA[/禁止聊天list:每个系统服务器''禁止实时聊天''看被禁止玩家list]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockMoveList]]></Name>
			<String><![CDATA[/禁止移动list:每个系统服务器''禁止实时移动''看被禁止玩家list]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_BlockTradeList]]></Name>
			<String><![CDATA[/禁止交易list:每个系统服务器'禁止实时交易'看被禁止玩家list]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_Memo]]></Name>
			<String><![CDATA[/留言 [人物ID] "内容(35字)" : 以运营者的名字传达到朋友留言]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_MoveNotice]]></Name>
			<String><![CDATA[/移动通知 "内容"]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
		<ROW>
			<Name><![CDATA[Help_Color]]></Name>
			<String><![CDATA[/彩色 on/off/on/off : GM说话<->一般说话]]></String>
			<Type>0</Type>
			<Comment><![CDATA[ ]]></Comment>
		</ROW>
TheLaughingMan is offline   Reply With Quote
Old 05-01-2009   #40 (permalink)
Mermaider
 
tinkle's Avatar
 
Rank: Member +
Join Date: Apr 2005
Posts: 772
Blog Entries: 7
Thanked 10 Times in 5 Posts

Re: [DOWNLOAD] Client and Server

Oi!!! Thanks a bunch dude! :)
I'll give 'em a try~

I'm not sure how the "GM Account" stuff works exactly

Cos they're all over the place and one area requires an IP... but i'm not sure as to which ones to edit and not so... I'll do some Crazy experimentation now that I got the commands... once again Thanks a bunch :)


Cleaned it up a little bit for readability

Credits to TheLaughingMan for posting them

Code:
			[Help Speed]
			[/speed [speed值]:GM人物移动速度,范围1-4]
		
			[Help TeleportSelfToChr]
			[/tel[人物ID:GM人物向该人物移动]
		
			[Help TeleportChrToChr]
			[/tel[人物1][人物2]
		
			[Help TeleportSelfToZone]
			[/tel 区域 区域ID:GM的人物向特定区域移动]
		
			[Help TeleportChrToZone]
			[/tel地区[人物id]区域ID:将特定的人物向此区域移动]
		
			[Help Immortal]
			[/警告on/off/on/open:GM人物将警告状态开之后关掉]
		
			[Help Invisible]
			[/透明on/off/on/open:将GMcharacter透明状态开后关]
		
			[Help Notice]
			[/通知[score次数]通知内容:通知全体]
		
			[Help KickNoNotice]
			[/kick[人物ID]:无理由直接KICK]
			
			[Help KickWithNotice]
			[/kick[人物ID]KICK理由:将原因告知玩家5秒钟后将其踢下线]
			
			[Help BlockChr]
			[/block[人物ID][Block天数]Block原因:将原因留置玩家留言板]
		
			[Help BlockChat]
			[/禁止聊天[人物ID][n分](day):0分(取消)-1(永久禁止:基本值15日)]
			
			[HelpBlockMove]]>
			[/禁止移动[人物ID][n分](day):0分(取消)-1(永久禁止:基本值15日)]
			
			[Help BlockTrade]
			[/禁止交易[人物ID][n分](day):0分(取消)-1(永久禁止:基本值15日)]
			
			[Help BlockChatList]
			[/禁止聊天list:每个系统服务器''禁止实时聊天''看被禁止玩家list]
			
			[Help BlockMoveList]
			[/禁止移动list:每个系统服务器''禁止实时移动''看被禁止玩家list]
			
			[Help BlockTradeList]
			[/禁止交易list:每个系统服务器'禁止实时交易'看被禁止玩家list]
		        
                        [Help Memo]
			[/留言 [人物ID] "内容(35字)" : 以运营者的名字传达到朋友留言]
			
			[Help MoveNotice]
			[/移动通知 "内容"]
			
			[Help Color]
			[/彩色 on/off/on/off : GM说话<->一般说话]
and the google engrish translation is as follows

Code:
[Help Speed]
[/ speed [speed value]: GM figures the speed, range 1-4]

[Help TeleportSelfToChr]
[/ Tel [Person ID: GM figures the figure for mobile]

[Help TeleportChrToChr]
[/ Tel [figure 1] [figure 2]

[Help TeleportSelfToZone]
[/ tel regional ID: GM characters to specific regional mobile]

[Help TeleportChrToZone]
[/ tel region [figure id] regional ID: figures specific to this area Mobile]

[Help Immortal]
[/ Warning on / off / on / open: GM characters will be switched off after warning the state to open]

[Help Invisible]
[/ Transparency on / off / on / open: the state will be open and transparent GMcharacter clearance]

[Help Notice]
[/ Notice [score the number of] notification: notify all]

[Help KickNoNotice]
[/ Kick [character ID]: no reason to direct KICK]

[Help KickWithNotice]
[/ kick [character ID] KICK reasons: the reasons for this player will be after 5 seconds to play offline]

[Help BlockChr]
[/ block [character ID] [Block number of days] Block reasons: the reasons for detention will be player message board]

[Help BlockChat]
[/ Prohibited chat [Person ID] [n points] (day): 0 points (cancel) -1 (a permanent ban on: the basic value of 15)]

[HelpBlockMove]]>
[/ Ban on mobile [Person ID] [n points] (day): 0 points (cancel) -1 (a permanent ban on: the basic value of 15)]

[Help BlockTrade]
[/ Prohibited transactions [Person ID] [n points] (day): 0 points (cancel) -1 (a permanent ban on: the basic value of 15)]

[Help BlockChatList]
[/ Prohibit the chat list: each system in real-time chat server''''to see the prohibition of banned player list]

[Help BlockMoveList]
[/ Prohibition of mobile list: for each server in real-time mobile''''to see the prohibition of banned player list]

[Help BlockTradeList]
[/ Prohibited transactions list: each system server 'prohibited transactions in real-time' to see players banned list]

                         [Help Memo]
[/ Message [Person ID] "content (35 words)": The name of the operator to convey messages to a friend]

[Help MoveNotice]
[/ Mobile notification "content"]

[Help Color]
[/ Color on / off / on / off: GM talk <-> general words]
However I'm guessing that the commands need to be done in chinese on some of them that were translated
__________________
tinkle is offline   Reply With Quote
Old 05-01-2009   #41 (permalink)
Monster Member
 
Rank: Member
Join Date: Dec 2006
Posts: 183
Thanked 3 Times in 3 Posts

Re: [DOWNLOAD] Client and Server

hehe let me know if you get one to work
TheLaughingMan is offline   Reply With Quote
Old 05-16-2009   #42 (permalink)
Newbie
 
Rank: Hobbit
Join Date: May 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

where 2 download SQL Server 2000?
prince9010 is offline   Reply With Quote
Old 07-13-2009   #43 (permalink)
Newbie
 
Rank: Hobbit
Join Date: May 2007
Posts: 3
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

2009-07-13 23:32:57, 20053:Cannot connect to DB.[ParmDB(08001:[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL ServerSQL Server does not exist or can not access.)]
2009-07-13 23:32:57, 20053:Cannot connect to DB.

help me... plz..
nolas is offline   Reply With Quote
Old 07-14-2009   #44 (permalink)
Member
 
Andermat's Avatar
 
Rank: Hobbit
Join Date: Apr 2007
Posts: 38
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

Check your ODBC settings. I think that you didn't write correctly something there
__________________
o(@_@)O<From Russia with love>O(>_<)o
Andermat is offline   Reply With Quote
Old 07-18-2009   #45 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Apr 2008
Posts: 6
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

where do I find this part :
---------------------------------------------
edit ODBC

[Login&SystemServer]
System DSN
DatasourceName:trickster_system
Server:(SQL SERVER IP)
LoguinID:sa
Pass:(sa userpass)
defaultDB:Trickster

[MasterServer]
System DSN
DatasourceName:Trickster_master
Server:(SQL SERVER IP)
LoguinID:sa
Pass:(sa userpass)
defaultDB:Trickster
pepsi05 is offline   Reply With Quote
Old 08-06-2009   #46 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Aug 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

I can't download please help.

Trickster ServFiles
MegaUpload
=============================
SQL Server 2000
Microsoft Link
=============================
Trickster Client
MegaUpload - Recommended
flamecross is offline   Reply With Quote
Old 08-08-2009   #47 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Aug 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

Thank for server
jotos190232 is offline   Reply With Quote
Old 08-10-2009   #48 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Aug 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

wow nice.i getting back again
bblagent is offline   Reply With Quote
Old 08-13-2009   #49 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Aug 2009
Posts: 2
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

asdfasdfadsfasf
aimishua is offline   Reply With Quote
Old 08-13-2009   #50 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Feb 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [DOWNLOAD] Client and Server

tank you
thestar111 is offline   Reply With Quote
 

Bookmarks

Thread Tools


LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f297/download-client-and-server-380111/
Posted By For Type Date
Trickster This thread Refback 07-11-2009 02:00 AM
Trickster > This thread Refback 07-05-2009 09:13 AM
Trickster Private Server Download This thread Refback 04-25-2009 03:36 AM
Flyff Online This thread Refback 04-05-2009 02:21 AM
Untitled document This thread Refback 04-03-2009 04:15 PM
Flyff Online This thread Refback 03-27-2009 01:02 PM
[REQUEST] Offline Trickster - MyTrickster This thread Refback 03-25-2009 12:44 PM
A Trickster Private Server (Development attempt) - MyTrickster This thread Refback 03-25-2009 08:11 AM



Translated by Google
Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Maltese Norwegian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Taiwanese Thai Turkish Ukrainian Vietnamese
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274