[Release] DarksTeam Official Season 3 Episode 2 - Beta 25

PK Bug

Al matar un pj pk te vuelves pk y no te combiertes en heroe.
To kill a character pk not you become a hero.
 
Plese post SQLServer 2005 downloand link and a small guide
 
Code:
USE MuOnline
[B][COLOR="Red"]CREATE TABLE[/COLOR][/B] [dbo].[MEMB_INFO] (
	[cspoints] [int] NULL 
) ON [PRIMARY]
GO

Create a table that already exists? |-(
It is the second time that you put the wrong code... (headbang)

The right is
Code:
USE MuOnline

ALTER TABLE [dbo].[MEMB_INFO]
ALTER COLUMN [cspoints] [int] NULL

GO

Congratulations DarkMaster for great work you have been doing this project, and also provide flexibility in the new updates.
 
Last edited:
I do not understand English. Pedestal moving? if so, make shorter name in NpcName (CHS) in client
Yes... It's moving!

The NPC name in NPCName(Chs).txt is 'Illusion Castle Sacred Item Storage'
and in Monster.txt (server side) is 'Pedestal'.
 
every time I try to teleport to the maps of GameServer_CS. I just disconnected from the server
 
Help please !!!
Dont work Crash Shop
 

Attachments

  • help.GIF
    help.GIF
    99.2 KB · Views: 66
Yes... It's moving!

The NPC name in NPCName(Chs).txt is 'Illusion Castle Sacred Item Storage'
and in Monster.txt (server side) is 'Pedestal'.

Try to read more carefully because John has solved this problem.
Download this file and replace the original.
illusion temple works 100% (try with the attached monster.txt)
Monster.txt

-=-

every time I try to teleport to the maps of GameServer_CS. I just disconnected from the server

The GS_CS is working perfectly, you did something wrong...

-=-

Help please !!!
Dont work Crash Shop

See this... |-(

Warning!
cashshopserver is not included in the start up so start it by your self from muserver\cashshopserver\cashshop.exe
if u get cashshop error do this:
open muserver\data\CashShopOption.dat and change this:
UseCashShop = 1
ConnectShopServer = 1

to this:

UseCashShop = 0
ConnectShopServer = 0
 
Last edited:
this will :censored2: the db.

Originally Posted by uranium
I find the way to set LevelUpPoint from 300 when create character to 0
Enterprise Manager > Databases > Mu Online > Stored procedures > WZ_CreateCharacter > Double click >add this line "UPDATE [Character] set [Character].LevelUpPoint=0 where [Name]=@Name and LevelUpPoint=300"


So what should I do ???

DarkMaster give us an ideea !

ONE BIG PROBLEM : MuWeb 0.9 DOESN'T WORK !! With this DB , I try MD5 and MD5 off and I still can't register on web page !

After I complete the "Register" form, I get the message : There was a problem with register ! But when I check the accounts : big surprize, I can see them ! But why I don't get the message "Succesful register" ??

And now when I want to log in into the game, I get the message "Password incorect" :( How can I resolve this ?

If I set the MuWeb 0.9 installation and i choose "MD5 Encript" I can't make the Admin account and the installation can't go on.

If I remove the MD5 form DB and I set the MuWeb 0.9 installation "NO MD5" I can create Admin account but I can't register new accounts on server . . .

Help ? Tnx
 
Last edited:
Originally Posted by uranium
I find the way to set LevelUpPoint from 300 when create character to 0
Enterprise Manager > Databases > Mu Online > Stored procedures > WZ_CreateCharacter > Double click >add this line "UPDATE [Character] set [Character].LevelUpPoint=0 where [Name]=@Name and LevelUpPoint=300"


So what should I do ???

DarkMaster give us an ideea !

This solves your problem...
My code will work on accounts created after it is used for your previous use the code you quoted...
Code:
USE MuOnline
ALTER TABLE [dbo].[Character]
DROP CONSTRAINT [DF_Character_LevelUpPoint]

GO

ALTER TABLE [dbo].[Character]
ADD CONSTRAINT [DF_Character_LevelUpPoint] DEFAULT (0) FOR [LevelUpPoint]

GO
It took me over an hour to do this code...(wheh)
 
Last edited:
  • Like
Reactions: Think
when Will You update server file ??????????

DarkMaster.....

Thanhks.....
 
when Will You update server file ??????????

DarkMaster.....

Thanhks.....

The last update was released is about 2 days I think, DarkMaster not a bot to stay awake 24 hours programming ... Even more for free.
 
  • Like
Reactions: Van_Bom
има да се оправя съмонера.. и монстерите в емберланд
 
ONE BIG PROBLEM : MuWeb 0.9 DOESN'T WORK !! With this DB , I try MD5 and MD5 off and I still can't register on web page !

After I complete the "Register" form, I get the message : There was a problem with register ! But when I check the accounts : big surprize, I can see them ! But why I don't get the message "Succesful register" ??

And now when I want to log in into the game, I get the message "Password incorect" :( How can I resolve this ?

If I set the MuWeb 0.9 installation and i choose "MD5 Encript" I can't make the Admin account and the installation can't go on.

If I remove the MD5 form DB and I set the MuWeb 0.9 installation "NO MD5" I can create Admin account but I can't register new accounts on server . . .

Help ? Tnx

You read this?
INSTALL STEPS:
x. This version of MuWeb Require Zend Optimizer, most of the webserver don't have this
module installed, to install this module check page www.zend.com
Xampp Webserver, have Zend Optimizer module installed, if you don't want to bother installing
Zend Optimizer on other webservers use xampp.


1. IF YOU USE MD5 DO THE NEXT STEPS:
+ Copy WZ_MD5_MOD.dll in c:\program files\microsoft sql server\80\tools\binn
WZ_MD5_MOD.dll can be found in folder INSTALL STUFF\WZ_MD5_MOD.dll
+ Run the next code in SQL QUERY ANALYZER using Master database:
---------------------------------------------------------------
exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
---------------------------------------------------------------

2. Edit config.inc.php with your settings
* $muweb['db_host'] - Host where sql server is hosted
* $muweb['db_name'] - MU Online default database (MuOnline)
* $muweb['db_name2'] - MU Online secondary database (Me_MuOnline)
Note: If you use only 1 database (MuOnline) leave MuOnline
* $muweb['db_user'] - SQL access user
* $muweb['db_password'] - SQL accesss password
* $muweb['connection_type'] - Connection of MuWeb 0.9 with SQL SERVER
+ ODBC - Run the reg file before install MuWeb 0.9,
can be found in folder INSTALL STUFF\MuWeb.reg


3. Enable MOD REWRITE - Go to apache\conf\httpd.conf , open it, find #LoadModule rewrite_module modules/mod_rewrite.so, delete # from the front save and restart webserver

4. Run in borwser install.php
* Step 1 - Required Apache Mods
+ GD Image Library - Can be enabled from php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
+ Zend Optimizer - Can be enabled from php.ini (in xampp\apache\bin\php.ini), search for zend.ze1_compatibility_mode = Off, change Off to On,
Search zend_optimizer.enable_loader = 0, change 0 to 1, close document and save
+ Zlib - Can be enabled from php.ini, search for ;extension=php_zlib_filter.dll, delete ; from the front close document and save
+ Mssql - Can be enabled from php.ini, search for ;extension=php_mssql.dll, delete ; from the front close document and save
+ Mod_Rewrite - In xampp this mod is already enabled, in others webservers you can enable it from httpd.conf
* Step 2 - Connecting To Databases
* Step 3 - Checking,Altering Tables
* Step 4 - Password Encryption Type
+ NO MD5
+ MD5 ENCRYPTION - Make sure you have complete Step 1. from the top of INSTALL NOTES
* Step 5 - Create Administrator Account
* Step 6 - Install Finished
 
You read this?
INSTALL STEPS:
x. This version of MuWeb Require Zend Optimizer, most of the webserver don't have this
module installed, to install this module check page www.zend.com
Xampp Webserver, have Zend Optimizer module installed, if you don't want to bother installing
Zend Optimizer on other webservers use xampp.


1. IF YOU USE MD5 DO THE NEXT STEPS:
+ Copy WZ_MD5_MOD.dll in c:\program files\microsoft sql server\80\tools\binn
WZ_MD5_MOD.dll can be found in folder INSTALL STUFF\WZ_MD5_MOD.dll
+ Run the next code in SQL QUERY ANALYZER using Master database:
---------------------------------------------------------------
exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
---------------------------------------------------------------

2. Edit config.inc.php with your settings
* $muweb['db_host'] - Host where sql server is hosted
* $muweb['db_name'] - MU Online default database (MuOnline)
* $muweb['db_name2'] - MU Online secondary database (Me_MuOnline)
Note: If you use only 1 database (MuOnline) leave MuOnline
* $muweb['db_user'] - SQL access user
* $muweb['db_password'] - SQL accesss password
* $muweb['connection_type'] - Connection of MuWeb 0.9 with SQL SERVER
+ ODBC - Run the reg file before install MuWeb 0.9,
can be found in folder INSTALL STUFF\MuWeb.reg


3. Enable MOD REWRITE - Go to apache\conf\httpd.conf , open it, find #LoadModule rewrite_module modules/mod_rewrite.so, delete # from the front save and restart webserver

4. Run in borwser install.php
* Step 1 - Required Apache Mods
+ GD Image Library - Can be enabled from php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
+ Zend Optimizer - Can be enabled from php.ini (in xampp\apache\bin\php.ini), search for zend.ze1_compatibility_mode = Off, change Off to On,
Search zend_optimizer.enable_loader = 0, change 0 to 1, close document and save
+ Zlib - Can be enabled from php.ini, search for ;extension=php_zlib_filter.dll, delete ; from the front close document and save
+ Mssql - Can be enabled from php.ini, search for ;extension=php_mssql.dll, delete ; from the front close document and save
+ Mod_Rewrite - In xampp this mod is already enabled, in others webservers you can enable it from httpd.conf
* Step 2 - Connecting To Databases
* Step 3 - Checking,Altering Tables
* Step 4 - Password Encryption Type
+ NO MD5
+ MD5 ENCRYPTION - Make sure you have complete Step 1. from the top of INSTALL NOTES
* Step 5 - Create Administrator Account
* Step 6 - Install Finished

50 times I think . . . and still nothing
 
I can not help you with that now because I sleep... There are already 04:21 am and tries to sleep on the MuWeb forum, must have someone with similar problem.
And also because I used the 0.8 downloaded 0.9 today to get the parts to improve my own site does not come or try to use it yet...
So this is it, I sleep... xD
 
  • Like
Reactions: Think
Is there any problem if I restore :

MuOnline.bak
Ranking.bak
MuLog.bak
Event_data_2000.bak

Or there is a problem in this ?