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!

[Release] X-Team Sources (S4, S6, S8)

Joined
Nov 4, 2012
Messages
928
Reaction score
544
Re: Source [MUEMU]

dknovo

i do not have sure, but vs 2010 will compile fine if you do not changed critical things.

For visual studio 2017, maybe you will need to do some changes on sources;
Maybe this can help:
 
Initiate Mage
Joined
Aug 13, 2017
Messages
29
Reaction score
0
Re: Source [MUEMU]

Anyone know how to fix in source with the gift system in cash shop? gift is not working i cant click it.
 
Initiate Mage
Joined
Feb 7, 2018
Messages
45
Reaction score
0
Re: Source [MUEMU]

@dknovo

i do not have sure, but vs 2010 will compile fine if you do not changed critical things.

For visual studio 2017, maybe you will need to do some changes on sources;
Maybe this can help:


Hi SmileYzn,

Thanks for your response, It is good vs 2010.

btw, I tested character skills and found that When I set agai = 65000k points, then some skills doesn't work at (i.e. Evil Spirit, Flame, Inferno, Nova , and so on). How can we fix the error ???.

I did many research and found no solutions. They seems to point out at some range these skills can work only" evil spirit is bugged at a certain amount of agi and nothing can be done about it..."

Can you give me some solutions?

Thanks and Regards,
--Taly
 
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
557
Re: Source [MUEMU]

Hi @SmileYzn,

It's me, I have problem when compiling source SS6

I'm using VS2017, VS2015 with Flatform Toolset = VS2017 (v141) and windows SDK version = 10.0.16299.9
It's successful for me to compile source for client, joinserver. However, when I complied the source code for GAMESERVER, I get error, the compiling process is unsuccesful.

'generate': is not a member of std::random_device'

I didn't now why I get the error, even though I tried to compiled with VS2010(v100), more errrors showed.

Can you give me some solution :((

Thanks for help,
Regards,
--Taly
Code:
 std::random_device rd; return dist(rd);
 
Joined
Nov 4, 2012
Messages
928
Reaction score
544
Re: Source [MUEMU]

Or maybe

return dist(std::random_device);
darklateg

It is a column in client site cashshop settings, you need to change @184 to @185 in some column to enable gift button. Or just change @185 to @184 i did not remember the number.

31@1@491@Small Shield@170@4@Full Item +15 +28@@182@184

TO

31@1@491@Small Shield@170@4@Full Item +15 +28@@182@185

at IBSPackage.txt
 
Joined
Nov 4, 2012
Messages
928
Reaction score
544
Re: Source [MUEMU]

SmileYzn Thanks how about the party quest kill count. if my elf buffer type cant kill dark elf. it needs to be party with bk to be able to finish the quest. How or where to edit quest party enabled :) Thanks for the help everyone.

I did not understand,

How can we remove the "WEBZEN PASSWORD"

Warehouse lock is useless if you can put any password in "WEBZEN PASSWORD".

is there any other way to remove the "WEBZEN PASSWORD" or use the account password instead?
sno_numb in MEMB_INFO?

The official way is with enabled personal code that is stored in account, nothing to do here specially if you do not use it....
Warehouse is fine when you lock it, you can remove items using pin code (Numbers), but to unlock need to use personal id anyway.

Ps. In china protocol have a function that count pin code errors and kick a client if it put a wrong pin on move items more than 4 times :D
 
Initiate Mage
Joined
Jan 9, 2017
Messages
68
Reaction score
0
Re: Source [MUEMU]

I did not understand,



The official way is with enabled personal code that is stored in account, nothing to do here specially if you do not use it....
Warehouse is fine when you lock it, you can remove items using pin code (Numbers), but to unlock need to use personal id anyway.

Ps. In china protocol have a function that count pin code errors and kick a client if it put a wrong pin on move items more than 4 times :D


I enabled the personal code:
Code:
;==================================================
; Common Settings
;==================================================
MaxItemOption = 7
MaxIpConnection = 7
[B]PersonalCodeCheck = [COLOR=#ff0000]1[/COLOR][/B]
SetItemAcceptHarmonySwitch = 1
But if you unlock vault and type password or the pin code it doesnt work.
if you delete character or guild it doesnt work.
 
Initiate Mage
Joined
Aug 13, 2017
Messages
29
Reaction score
0
Re: Source [MUEMU]

seedmaker bro u know how to install custom personal store? like for example i want to sell my items using wcoins on my personal store without typing /sell wcoins :) bro add me on skype we talk :)
 
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
Re: Source [MUEMU]

@seedmaker bro u know how to install custom personal store? like for example i want to sell my items using wcoins on my personal store without typing /sell wcoins :) bro add me on skype we talk :)

Sorry Bro i think i can't do this Like other Dev did ? they just Put Button to Sell ? You need to make it in Source :3
 
Initiate Mage
Joined
Aug 13, 2017
Messages
29
Reaction score
0
Re: Source [MUEMU]

gEBmuTz - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums

Like this one bro. @seedmaker

Please help me how to do this many thaaaanks you guys. @michael_admin @RevolGaming




Ok bro thanks. hope i can find who dev it and help me.
 

Attachments

You must be registered for see attachments list
Joined
Nov 4, 2012
Messages
928
Reaction score
544
Re: Source [MUEMU]

I enabled the personal code:
Code:
;==================================================
; Common Settings
;==================================================
MaxItemOption = 7
MaxIpConnection = 7
[B]PersonalCodeCheck = [COLOR=#ff0000]1[/COLOR][/B]
SetItemAcceptHarmonySwitch = 1
But if you unlock vault and type password or the pin code it doesnt work.
if you delete character or guild it doesnt work.

Is working here, make sure that personal id is correct in account
 
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]



Contains sources of these items:
Main.dll with fix Custom Jewel and support for 5 plugins
Client.dll with 3d cam and tray mode
GetMainInfo.dll with support for 5 plugins

does anyone still got this?
 
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
Re: Source [MUEMU]

Who hawe the source of getmaininfo with S6 StaticEffect & DynamicEffect Realy need this! tnx
 
Initiate Mage
Joined
Dec 16, 2017
Messages
26
Reaction score
6
Re: Source [MUEMU]

Who hawe the source of getmaininfo with S6 StaticEffect & DynamicEffect Realy need this! tnx

Hi, here you can download
 
Initiate Mage
Joined
Jan 15, 2017
Messages
18
Reaction score
1
Re: Source [MUEMU]

Hello. Anyone have fixed Quest files for
Wandering Merchant Zyro? Thanks in advance
 
Back
Top