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

Initiate Mage
Joined
Feb 15, 2017
Messages
28
Reaction score
24
Introduction:
this is the updated source from the [Release] Ep10 Source Code (No More Selling :)) and [Release]Tyranny Source ( TOWER WARS ), the only thing missing in this release is GUI so let's all hope that finally someone can share the GUI and finally stop the reselling of the source code and GUI

Features:
-New Interface(GS)
-Tower Wars
-AP Detection
-Wrapper
-ItemSort
-ETC


Credits:
To all who worked on this project

Reference:
http://forum.ragezone.com/f528/ep10-source-code-selling-1119746/
http://forum.ragezone.com/f528/tyranny-source-tower-wars-1123297/

PS:
It's ironic how Dev teams worked so hard with the updates and one mole just rat it out flat on just wanting some extra profit it's so unbearable to watch.

Link:


Fixes:

Mapslist:
on mapslist add another [o], MapKeySize 25 to 26



Code:
[MAP_LIST_INFO]MapKeySize = [COLOR=#ff0000]26[/COLOR] //25

Code:
MAP =     [1]    [innerzone_01.lev]            [0,0]        [0]    [1,0,0,0,1,1,0,0,0,0,0]        [SG_Campus1F]        [ran07.ogg]        [null]    [0][0][0][0][0][0][COLOR=#ff0000][0][/COLOR]

Comment:
add to itemtype
Code:
,Seal Card[COLOR=#ff0000],Wrapper
[/COLOR]


GUI(FINALLY):
oe this is my review
TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums


dont have char render

TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums

out Of the box


this is my GUI

and i have problem too towerwar cant start i dont know how to start the tower war but i already make towerwars.ini for gloogic server


i hope master on here help me :D tks before


PET SUMMON:
to fix summon.
GLcharacterreq.cpp


Find this
if ( pInvenItem )
{
if ( pInvenItem->sItemCustom.IsWrap() )
{
CInnerInterface::GetInstance().PrintConsoleText("ReqRemoveWrap");
ReqRemoveWrap ( wPosX, wPosY ); // wrapper
}
}

Replace this

if ( !pInvenItem )
{
if ( !pInvenItem->sItemCustom.IsWrap() )
{
CInnerInterface::GetInstance().PrintConsoleText("ReqRemoveWrap");
ReqRemoveWrap ( wPosX, wPosY ); // wrapper
}
}
 
Last edited:
Initiate Mage
Joined
Feb 15, 2017
Messages
28
Reaction score
24
Compatible client?

thanks :)
you can use the base client in the ep10 that's why i left a reference
prob is the client will work but gui errors will pop up you need the
updated gui
 
Initiate Mage
Joined
Oct 24, 2016
Messages
18
Reaction score
0
Until this day I do not know how to compile it, but I will study harder, thanks for the file you give
 
Initiate Mage
Joined
Nov 15, 2016
Messages
69
Reaction score
2
When i put it in client of ep10 is it ready to up or i need to work out with the gui ? thanks for the answer by the way nice share :)

--

And another question does the Tyranny war is already included ?
 
Skilled Illusionist
Joined
Apr 17, 2012
Messages
348
Reaction score
29
Hi, just wanted to ask, does this so called "EP 11" source have the same encryption with the so called "EP 10" source?
 
Initiate Mage
Joined
Feb 15, 2017
Messages
28
Reaction score
24
Hi, just wanted to ask, does this so called "EP 11" source have the same encryption with the so called "EP 10" source?
yes .



this source still same encryption like ep10 source code? and need new comment.ini for this source
yes, i dun think you need to update the comment.ini on default charclass u need to add fSORTTIME for item sort



on mapslist add another [o], MapKeySize 25 to 26



Code:
[MAP_LIST_INFO]MapKeySize = [COLOR=#ff0000]26[/COLOR] //25

Code:
MAP = 	[1]	[innerzone_01.lev]			[0,0]		[0]	[1,0,0,0,1,1,0,0,0,0,0]		[SG_Campus1F]		[ran07.ogg]		[null]	[0][0][0][0][0][0][COLOR=#ff0000][0][/COLOR]
 
Initiate Mage
Joined
Feb 24, 2015
Messages
57
Reaction score
7
Thank you :thumbup1::thumbup1::thumbup1::thumbup1:
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Aug 10, 2015
Messages
19
Reaction score
6
Introduction:
this is the updated source from the [Release] Ep10 Source Code (No More Selling :)) and [Release]Tyranny Source ( TOWER WARS ), the only thing missing in this release is GUI so let's all hope that finally someone can share the GUI and finally stop the reselling of the source code and GUI



Features:
-New Interface(GS)
-Tower Wars
-AP Detection
-Wrapper
-ItemSort
-ETC


Credits:
To all who worked on this project

Reference:
http://forum.ragezone.com/f528/ep10-source-code-selling-1119746/
http://forum.ragezone.com/f528/tyranny-source-tower-wars-1123297/

PS:
It's ironic how Dev teams worked so hard with the updates and one mole just rat it out flat on just wanting some extra profit it's so unbearable to watch.

Link:


Is the Itemsort is FIX ?? no bugtrap ?
 
Back
Top