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!

Ep 11 Source Code

Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
@Fusion7 can you share your lev file if it is ok to you, or a client that you have use, i still working on SPP map, but still no luck, i already tried to edit the source. but still no luck using GG client, and other client also.
 
Ì lövê ¥öµ!
Loyal Member
Joined
Jun 2, 2009
Messages
1,885
Reaction score
211
Fusion7 can you share your lev file if it is ok to you, or a client that you have use, i still working on SPP map, but still no luck, i already tried to edit the source. but still no luck using GG client, and other client also.

i dont have enough bandawith to upload..currently hotspot using my phone..will upload tonight if someone dont share it



could any of you lads share this files:
gui_background.png
ImageCharacter.png

Glad to see people are still interested in the source.


Tyranny Config
Defaultcharclass
Code:
CAPTURETHEFIELD_FILE [COLOR=#FF0000]YOURINIFILE.ini[/COLOR]
bCAPTURETHEFIELD    1
strSCHOOLEFF00    account_sacred.egp
strSCHOOLEFF01    account_mp.egp
strSCHOOLEFF02    account_phoenix.egp
strSCHOOLEFF03    null
strSCHOOLEFF04    null
strSCHOOLEFF05    null
strSCHOOLEFF06    null
strSCHOOLEFF07    null
strSCHOOLEFF08    null
strSCHOOLEFF09    null
YOURINIFILE.ini
Code:
[CTF]
;
ID = 1
NAME = Tyranny
;
;war map
CTF_MAP= 254,0
;
;revive or gen gate per school
REVIVE_GATE= 0,1,2
;
; sched
;you can have as many schedules per day but make sure schedules are valid and does not overlap to each other
;for safety add minimum 1 hour interval per event
;failure of schedule will cause next scheduled event fail to start
; Sunday(1), Monday(2), Tuesday(3), Wednesday(4), Thursday(5), Friday(6), Saturday(7)
BATTLE_TIME = 3,17
BATTLE_TIME = 5,17
BATTLE_TIME = 7,17
BATTLE_TIME = 1,17
BATTLE_TIME = 3,20
BATTLE_TIME = 5,20
BATTLE_TIME = 7,20
BATTLE_TIME = 1,20
BATTLE_TIME = 1,21
BATTLE_TIME = 1,22
BATTLE_TIME = 1,23
BATTLE_TIME = 2,1
BATTLE_TIME = 2,2
BATTLE_TIME = 2,3
BATTLE_TIME = 2,4
BATTLE_TIME = 2,5
BATTLE_TIME = 2,6
;
; Battle Time in seconds
BATTLE_THE_TIME = 1800
;time before awarding ends
AWARD_TIME_LIMIT = 300
;
;ranking update interval ( will consume higher server cpu if interval is too small )
RANKING_UPDATE_INTERVAL = 10
;
;
;tower status update interval ( will consume higher server cpu if interval is too small )
TOWER_UPDATE_INTERVAL = 5
;
;
;top 11 up to this number will recieve etch award
AWARD_ITEM_LIMIT= 100
;
;minimum kills to qualify in recieving etch reward
AWARD_KILL_MIN = 10
;
;
;reward item per top
AWARD_ITEM_001= mid,sid
AWARD_ITEM_002= mid,sid
AWARD_ITEM_003= mid,sid
AWARD_ITEM_004= mid,sid
AWARD_ITEM_005= mid,sid
AWARD_ITEM_006= mid,sid
AWARD_ITEM_007= mid,sid
AWARD_ITEM_008= mid,sid
AWARD_ITEM_009= mid,sid
AWARD_ITEM_010= mid,sid
;
;reward etch
AWARD_ITEM_ETCH = mid,sid
;



Also at Mapslist here's some tip
Code:
[0] - (1) InstantMap
[0] - (2) Redzone
[0] - (3) CDMZone
[0] - (4) SWZone ( Don't use this)
[0] - (5) RRZone
[0] - (6) CardActivity
[0] - (7) TWZone (Use This)

tranny not start
 
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
@Fusion7 you are not using GG client? and then you didn't perform any modification on the source right? Thanks. What is the name of the client, so that i can download it. :) Thanks for the help Mr. Fusion7
 
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
@Fusion7 where did you get the wld and lev of SPP map? may i know the client? so that i can download that, sorry for disturbing you, Thanks.
 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
Wrapper is not working and Sort missing code in RanClientlibUI


How to Fix
 
*Retired
Joined
Mar 23, 2012
Messages
609
Reaction score
77
Recheck GLAGLandMan
Code:
		//if ( dwVersion > DxLandMan::VERSION )
		if ( dwVersion > 0x0119 )
 
Back
Top