Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share]EP11 Source Code w/ Client

Junior Spellweaver
Joined
Aug 2, 2009
Messages
155
Reaction score
13


here what i compiled myself. also i include GUI.. i use all from this thread (client + source).
this for AgusanRan.
but as always, u better scan the file with anti-virus first.

:8:
 
Experienced Elementalist
Joined
Sep 22, 2008
Messages
286
Reaction score
10


here what i compiled myself. also i include GUI.. i use all from this thread (client + source).
this for AgusanRan.
but as always, u better scan the file with anti-virus first.

:8:

can you share your emulator?
 
Skilled Illusionist
Joined
Mar 10, 2007
Messages
319
Reaction score
9
Tower Wars AWARD ITEM incorrect.

Always get items 0,0

how to fix, please help me, thank you!

my TowerWars.ini

; Battle Time (Second)
BATTLE_THE_TIME = 1800
;
;
; Reward Item
; Item MID,SID
AWARD_ITEM_1= 20,1
AWARD_ITEM_2= 20,1
AWARD_ITEM_3= 20,1
AWARD_ITEM_4= 20,1
AWARD_ITEM_5= 20,1
AWARD_ITEM_6= 20,1
AWARD_ITEM_7= 20,1
AWARD_ITEM_8= 20,1
AWARD_ITEM_9= 20,1
AWARD_ITEM_10= 20,1
AWARD_ITEM_LIMIT = 10
;
REVIVE_GATE = 0,1,2
 
Skilled Illusionist
Joined
Jun 19, 2017
Messages
308
Reaction score
21
who can help me create a compatible lev editor for agusanclient

menu.dds edited by me fix run/walk image
 
Experienced Elementalist
Joined
Feb 21, 2016
Messages
272
Reaction score
43
who can help me create a compatible lev editor for agusanclient

menu.dds edited by me fix run/walk image


sir where u client ? done upload for me ? with server file. i got problem. when i shutdown my vps and start server file again. in fieldserver got GlSchollwars () fll 1 and
DB:{call sp_UpdateVehicleColor(5,5,32767,0,0,0,0,0,?)}DB:42000, NativeError:2812, [Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'sp_UpdateVehicleColor'.
how to solved it ?
 
Experienced Elementalist
Joined
Feb 21, 2016
Messages
272
Reaction score
43
Anyone can explain this please

GLScholWars::Find() fail, 1

This happens when I run FieldServer :'D
 
Experienced Elementalist
Joined
Feb 21, 2016
Messages
272
Reaction score
43
I found a new problem. Anyone can help? When i die in tyrani [GAME TEXT ERROR] Not Exist Text Keyword: NOTIFY_FORCE_REBRITH: 'D
I need your help all my friends
 
Junior Spellweaver
Joined
Apr 26, 2017
Messages
184
Reaction score
10
Quote Originally Posted by Shutelo View Post
I found a new problem. Anyone can help? When i die in tyrani [GAME TEXT ERROR] Not Exist Text Keyword: NOTIFY_FORCE_REBRITH: 'D
I need your help all my friends
Data\gui\gameword.xml
Find <WORD Ver="1" Id="NOTIFY_NAME">

Add the following below the </WORD>

<WORD Ver="1" Id="NOTIFY_FORCE_REBRITH">
<VALUE Lang="pe" Index="0">Rebrith</VALUE>
/WORD>

Try it
 
Last edited:
Experienced Elementalist
Joined
Feb 21, 2016
Messages
272
Reaction score
43
Quote Originally Posted by Shutelo View Post
I found a new problem. Anyone can help? When i die in tyrani [GAME TEXT ERROR] Not Exist Text Keyword: NOTIFY_FORCE_REBRITH: 'D
I need your help all my friends
Data\gui\gameword.xml
Find <WORD Ver="1" Id="NOTIFY_NAME">

Add the following below the </WORD>

<WORD Ver="1" Id="NOTIFY_FORCE_REBRITH">
<VALUE Lang="pe" Index="0">Rebrith</VALUE>
/WORD>

Try it
I already added. not work sir :(
 
Last edited:
Skilled Illusionist
Joined
Jun 19, 2017
Messages
308
Reaction score
21
another problem in linking skill always bugtrap field server
 
Back
Top