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] Evolution Team Season 2.X

Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
to understand the command type only /vipbuy will show menu how to buy
 
Newbie Spellweaver
Joined
May 28, 2016
Messages
5
Reaction score
0
Ty, i dont see the new relase. With it, i can use vipsystem :) Sorry...

Edit: Me again.... i have another issue. When I buy a Vip Status, table MEMB_CREDITS never subtracts "2" to the credits (I set Bronze VIP CostWebPoints = 2), so, i can buy infinite time....
 
Last edited:
Newbie Spellweaver
Joined
May 28, 2016
Messages
5
Reaction score
0
I have this errors with this files...

1° When i try to restore DB:

Code:
Servidor: mensaje 1801, nivel 16, estado 3, línea 2
La base de datos 'MuOnline' ya existe.
Ejecución de DBCC completada. Si hay mensajes de error, consulte al administrador del sistema.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'CItemExeSP' que falta. Sin embargo, se creará el procedimiento.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'master..XP_MD5_EncodeKeyVal' que falta. Sin embargo, se creará el procedimiento.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'master..XP_MD5_EncodeKeyVal' que falta. Sin embargo, se creará el procedimiento.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'master..XP_MD5_CheckValue' que falta. Sin embargo, se creará el procedimiento.
Servidor: mensaje 207, nivel 16, estado 3, procedimiento WHS_UPD_Money, línea 10
El nombre de columna 'ExtCKNum' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_UPD_Money, línea 15
El nombre de columna 'Number' no es válido.
Servidor: mensaje 207, nivel 16, estado 3, procedimiento WHS_UPD_MnyPwDbv, línea 11
El nombre de columna 'ExtCKNum' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_UPD_MnyPwDbv, línea 21
El nombre de columna 'Number' no es válido.
Servidor: mensaje 207, nivel 16, estado 3, procedimiento WHS_UPD_Items, línea 10
El nombre de columna 'ExtCKNum' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_UPD_Items, línea 15
El nombre de columna 'Number' no es válido.
Servidor: mensaje 207, nivel 16, estado 3, procedimiento WHS_SELECT, línea 12
El nombre de columna 'NeedExtCK' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 19
El nombre de columna 'ExtCKNum' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 19
El nombre de columna 'NeedExtCK' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 23
El nombre de columna 'Number' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 24
El nombre de columna 'Number' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 32
El nombre de columna 'ExtCKNum' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 36
El nombre de columna 'Number' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 38
El nombre de columna 'ExtCKNum' no es válido.
Servidor: mensaje 207, nivel 16, estado 1, procedimiento WHS_SELECT, línea 42
El nombre de columna 'Number' no es válido.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'master..XP_MD5_EncodeKeyVal' que falta. Sin embargo, se creará el procedimiento.
Servidor: mensaje 446, nivel 16, estado 9, procedimiento MY_CLEAR_NOCHARID, línea 24
No se puede resolver el conflicto de intercalación para el operador equal to.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'master..XP_MD5_EncodeKeyVal' que falta. Sin embargo, se creará el procedimiento.
No se pueden agregar filas a sysdepends para el procedimiento almacenado actual, porque depende del objeto 'master..XP_MD5_EncodeKeyVal' que falta. Sin embargo, se creará el procedimiento.


2° When i try to open DataServer 1 and 2:

"¡Ù Unknow MuDB Id."

I try to create the table Mu_DBID and put "123", but the error persists.

3° CashShop did not work:

"127.0.0.1 No AllowableIP!"

After all, the server is ON and works Fine, but:

In game errors:

1° I edit the table MEMB_CREDITS with:

memb__ID = Jomawe
credits = 2

File EVipSystem:
Code:
//############################################################
// Project :: Evolution Team Season 2.X Gold
// Version :: 1.00.18
// Website :: [url=http://evolution-team.eu/]Evolution-Team[/url]
// Skype   :: evolution-team
// Coder   :: Th3AnG3L
//#############################################################


[VipSystem]
EnableVip        = 1;
NumStates        = 1;
AllowRebuying    = 1;


[State1]
VIPStateName    = Bronze
AllowAutoBuy    = 1;
EnableOnOff        = 1;


CostZen            = 2000000;
CostWebPoints    = 2;


MinHours        = 1;
MaxHours        = 250;


BonusExp        = 40     // Formula (Exp + 40%)
BonusZen        = 10     // Formula (Drop + 10%)
BonusDrop        = 5      // Formula (Zen + 5%)


[State2]
VIPStateName    = Silver
AllowAutoBuy    = 1;
EnableOnOff        = 0;


CostZen            = 4000000;
CostWebPoints    = 0;


MinHours        = 1;
MaxHours        = 200;


BonusExp        = 80     // Formula (Exp + 80%)
BonusDrop        = 20     // Formula (Drop + 20%)
BonusZen        = 10     // Formula (Zen + 10%


[State3]
VIPStateName    = Gold
AllowAutoBuy    = 1;
EnableOnOff        = 0;


CostZen            = 8000000
CostWebPoints    = 0;


MinHours        = 1;
MaxHours        = 150;


BonusExp        = 160     // Formula (Exp + 160%)
BonusDrop        = 40     // Formula (Drop + 40%)
BonusZen        = 20      // Formula (Zen + 20%)

In game, when i try to buy "Bronze Vip", type "/vipbuy Bronze 1".

Vip is adquired, but the table MEMB_CREDITS still has 2 credit, so, i can type "/vipbuy Bronze 1" infinite times and buy infinite vip time!


This is what i see at the moment. Ty.
 
Newbie Spellweaver
Joined
May 28, 2016
Messages
5
Reaction score
0
will be fixed in next update

Thanks for your quick response. I am testing the dark lord now, and i found this problems:

1° The DL has an "black" skill, that give him a "shield", but it has not description at all.
2° The Dark Raven level up even if you dont have the command required.
3° Dark Raven never atacks. You cannot set any action to him. (Even if you have the correct Command).

If i find anything else, i will inform it.
 
Newbie Spellweaver
Joined
Dec 10, 2009
Messages
8
Reaction score
0
Ranking WSAaccept erro and Gameserver and Gameserve_cs "impossible to get read access to the process GameServer.exe"

Windows server 2003 - sql 2000

Edit: i installed Net Framework 3.0 and 3.5.1 and fix ranking, but, can't open gameserver
 
Last edited:
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
Recommended:
SQL 2008 R2
FrameWork 4.0
C++ Redur. Packages 2010,2012,2013 x64 x86
 
Newbie Spellweaver
Joined
Dec 10, 2009
Messages
8
Reaction score
0
Pc Windows 7 c++ 2008 x86 and sql 2000, Gameserver Perfect
Vps Windows Server 2003 c++ 2008, 2010, 2012, 2013 and Frameworks 2, 3, 3.5.1, 4.0, run and freeze
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
Update 2.5:
- Fixed Dark Raven Attack
- Fixed VIP System Take Credits
- Upgraded Balance System
 
Initiate Mage
Joined
Jul 2, 2014
Messages
4
Reaction score
0
Update 2.5:
- Fixed Dark Raven Attack
- Fixed VIP System Take Credits
- Upgraded Balance System

first , thanks a lot for your files , and now i have a question

are cry wolf and castle siege on ?

Thanks
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
in few minutes Update 2.6 will be released:
- Fixed Quest 3 Kill Monsters Count
- Added Jewel Of Excellent Upgrade Options
- Fixed GameServer_CS Ancient Crash

Yes everything is on
 
Newbie Spellweaver
Joined
Aug 26, 2007
Messages
67
Reaction score
10
I downloaded and installed these files today, updated, I believe it was all right. But I'm having this error below with shopserver.
CashShop did not work:

"127.0.0.1 No AllowableIP!"


Also, I must edit serial and version? For open main.exe and disconnected so open, and it did not show the server list.
 
Newbie Spellweaver
Joined
May 28, 2016
Messages
5
Reaction score
0
in few minutes Update 2.6 will be released:
- Fixed Quest 3 Kill Monsters Count
- Added Jewel Of Excellent Upgrade Options
- Fixed GameServer_CS Ancient Crash

Yes everything is on


Well, i am testing the new update 2.6:

The errors when restore DB, open DataServer 1 and 2, and run CashShop continues.

About the VipSystem... it works, but there is a problem: For the game updates the data in table MEMB_CREDITS, you need to re-log o "select character", if you dont, you still can buy infinite vip time. (And after that, the table MEMB_CREDITS update with -X). Maybe putting an automatic re-log (like in the reset) the pro

About the DL, stills has the "black" power: but the Dark Raven not level up if you dont have the comm, and now attacks, so, the Dark Raven is now OK.

In other tests, i found something... strange. I am using the client in page 1, i changed the IP, version, bla bla bla and works fine in local, but when i try to use the SAME client (With the same changes in main.exe and client.dll) on other PC´s (not in local), i cannot connet to the server (Pop-up with "You are disconnect from the server), but, if I use another Client, i can connect without problems...

thanks you!
 
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
there is a problem then in connection to your PC or Firewall
 
Initiate Mage
Joined
Jul 2, 2014
Messages
4
Reaction score
0
good night, i have a problem , i cant restore db =( , i am watching a guide in the guides section , in the guide i have many .bak files and in this files i only have 1 "full restore (?) " , how should i do ?
 
Newbie Spellweaver
Joined
Sep 26, 2008
Messages
20
Reaction score
0
Hey guys,
I am getting an error with the cashshop
Th3AnG3L - [Release] Evolution Team Season 2.X - RaGEZONE Forums

I cannot understand what I did wrong, maybe some1 can help me
 
Back
Top