-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Can you upload the missing parts from the source i see the code from this source is very nice clear and its not mess up as other coders its very nice :)
[RCT] WolF can you help me out thanks :)! If its not a problem :O!
Remove all Headers with named "EventItemBags.h" & "DropItemEvent", They were not completed.
Here you are the News System and Marriage System... Download :thumbup:
I am waiting your Questions :cool:
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Thanks you :P great (sun) !
I hope you wilkl continue your great work :P
hmm i have now a little problem there is problem now in MuOnlineDB in
char* CMuOnlineDB::LoadMarryInfo(char Name[11])
{
char SQLJob[0xFF];
char retn[11];
// ---
wsprintf(SQLJob, "SELECT MarryName FROM Character WHERE Name = '%s'",Name);
ASql.Exec(SQLJob);
ASql.Fetch();
ASql.GetStr("MarryName",retn);
ASql.Clear();
// ---
return retn; <----------- here it is the problem in retn
}
it tell me there is a problem and cant finish!
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
The chaos combinations for +14 and +15 need to be remade to allow the usage of talisman of luck(+1% rate) and talisman of chaos assembly(if fail items dissapear only the item that was being upgraded stays and goes to +0).
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
hmm [RCT] WolF i think how to fix this but i cant see where it comes :X
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Originally Posted by
zasmqniq
hmm [RCT] WolF i think how to fix this but i cant see where it comes :X
Please specified your problem exactly, because i wasnt have any problem in that part.
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
90% of code - copy paste...
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
I Use Visual Studio 2010 Here it is the problem when compilate in release
1> MuOnlineDB.cpp
1>MuOnlineDB.cpp(27): warning C4172: returning address of local variable or temporary
1> MoveSystem.cpp
char* CMuOnlineDB::LoadMarryInfo(char Name[11])
{
char SQLJob[0xFF];
char retn[11];
// ---
wsprintf(SQLJob, "SELECT MarryName FROM Character WHERE Name = '%s'",Name);
ASql.Exec(SQLJob);
ASql.Fetch();
ASql.GetStr("MarryName",retn);
ASql.Clear();
// ---
return retn; <------------------- here
}
I dont know can you share the source thats correct :(
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Thats only 10% , of basic things such as Objectstructs and sizes and some little things but not real a functions or systems.
Posted via Mobile Device
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
yeah but cant compile it gives me errors and cant be finished so what can i do ?!
it in the marrige.cpp what should i do i cant compile it without it :X
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
I dont see any credits for acg & other teams?
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
And what can i do for this ?!
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
1>MuOnlineDB.cpp(27): warning C4172: returning address of local variable or temporary
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h" ??
1>Crack.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
1>
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
There are some credits For:
SCFMT (Some Codes)
wolf-DarkTeam (Duel System)
Leo123 (Help)
NoMore!
---------- Post added at 05:32 PM ---------- Previous post was at 05:30 PM ----------
Quote:
Originally Posted by
zasmqniq
And what can i do for this ?!
I don't see any error in that part :S (It's Only warning) and works 100%
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
[RCT] WolF, what about imperial event,double goer etc.....full working?
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Originally Posted by
Bason4ik
[RCT] WolF, what about imperial event,double goer etc.....full working?
Quote:
There are some credits For:
SCFMT (Some Codes)
wolf-DarkTeam (Duel System)
Leo123 (Help)
NoMore!
imperial fort, double goer are from ACG and are not original, MossMerchant from kGames src (wich is not original), didnt checked Gens system.
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Originally Posted by
[RCT] WolF
There are some credits For:
SCFMT (Some Codes)
wolf-DarkTeam (Duel System)
Leo123 (Help)
NoMore!
really?
what about that?
your:
Quote:
if (GuildMemCount >= MaxGuildMembers)
{
SendMsg->OutBlueMSG(aIndex,"Вы не можете войти в эту гильдию так как в ней больше %d человек",MaxGuildMembers);
SendMsg->OutBlueMSG(number,"Вы не можете принять в гильдию больше %d человек",MaxGuildMembers);
return;
}
acg:
Quote:
if (GuildMemCount >= MaxGuildMembers)
{
Messages.outBlue(aIndex,"Вы не можете войти в эту гильдию так как в ней больше %d человек",MaxGuildMembers);
Messages.outBlue(number,"Вы не можете принять в гильдию больше %d человек",MaxGuildMembers);
return;
}
should I continue?
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Message to all:
This was our first project and there are lot of codes that we used from other team sources. When we start coding, we didn't know much programming.
But now we learned more and we can code our own source code without any problems.
A lot of teams use other teams sources, we are not the only one.
The only difference is that we admit that we used other team source in our first project.
In this source, Gen System was coded by me and the only function that i used from other team is Send Logo function.
New quest system was coded by me too ( i checked that source and seem that don't have last new quest system that i coded :S )
and a lot of more things were coded by me and wolf
if you have any questions about us send me a pm
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Originally Posted by
mesosa
New quest system was coded by me too ( i checked that source and seem that don't have last new quest system that i coded :S )
New quest system(s5 or the custom one made by drakelv):laugh:
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Originally Posted by
Alin1337
New quest system(s5 or the custom one made by drakelv):laugh:
Season 5... we used the custom made by darkelv... but then i made season 5 quest system. the strange is that in this source is really incomplete :S.. i don't know where is the completed quest system source.. if i can't find it i will release from my actual source
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
WTF Why are you telling that Real CoderZ are bad they just gets other teams bullshit and make it work for people not like others mess up codes and other i think they are very good dont atack them maybe y need to thanks them and learn!!!!!!!!!!
---------- Post added at 06:16 PM ---------- Previous post was at 06:07 PM ----------
Ok Can you help now to fix this error what visual studio are y using 2010 ?!
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
nothing against rct :ott1:
with love,
DarkMaster
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Yes many source is from ACG, INSOMINA, Wersja Source, but
is a good remake... maybe u must add credits ^^
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Yeah there is a lot from everywhere but if you think you can make something more,make it for your self and dont blame people what they do or dont do i think this is for people so its perfect!Thats my opinion!
Thanks you!
Is There someone that can help with this source ! > ?
-
Re: GameServer 1.00.90 Season 5 Support SS6 DLL Project
Quote:
Originally Posted by
zasmqniq
Yeah there is a lot from everywhere but if you think you can make something more,make it for your self and dont blame people what they do or dont do i think this is for people so its perfect!Thats my opinion!
Thanks you!
Is There someone that can help with this source ! > ?
Thats is for me? i dont flame anybody...
This is perfect for some ppl.. i made my own souce for my server...
i only say he must add credits... not more..
Read, before post