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

Experienced Elementalist
Joined
Sep 22, 2008
Messages
286
Reaction score
10
I have problem with Tower Wars Guys,,this is my problem
TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums



and this is my eror report
 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
not working but i will try
 
Last edited:
Skilled Illusionist
Joined
Sep 22, 2014
Messages
374
Reaction score
16
111 - Ep 11 Source Code - RaGEZONE Forums
how about this
uknown version in spp map
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
@williamjohn Hi, I think you need to merge the SPP source in your current source code, to be able to use that map.
 
Ì lövê ¥öµ!
Loyal Member
Joined
Jun 2, 2009
Messages
1,885
Reaction score
211
1. In GLItem.h find SITEMCUSTOM_114
2. In SITEMCUSTOM_114 find DWORD dwPetID; // Æê¾Æµð
3. After you found DWORD dwPetID; // Æê¾Æµð add // like in the example
example: //DWORD dwPetID; // Æê¾Æµð




Bro, how about the this? what xml and what keyword?

TheLeaker27 - Ep 11 Source Code - RaGEZONE Forums

encounter this error on build
G-Logic\GLItem.cpp(5057) : error C2039: 'dwPetID' : is not a member of 'SITEMCUSTOM_114'
 
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
@williamjohn what tools did you use to be able to decrypt the SPP map? EP10 Rancrypt or ran tool? did you decrypt it using ran tool, then encrypt using EP10 ran crypt? your help is highly appreciated, Thanks


It is still not working for me, though i decrypt it using ran tool.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
Hi @Fusion7, can you help me regarding on SPP map? as williamjohn said, SPP is already coded in the source, just need to decrypt. what is the correct process? Thanks in advance.
 
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
@Fusion7 your w_sps_ground.LEV and w_sps_groundf.LEV file is functioning? can you share it? Thanks.
 
Last edited:
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
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
}
}
 
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
98
Reaction score
0
I encountered that also, after putting a new ranonline.exe, which is come from this source, the item will restore after putting back the previous ranonline.exe that you used.
 
Back
Top