- Joined
- Nov 15, 2009
- Messages
- 2,234
- Reaction score
- 819
Information:
* Blood Castle 1 - 7
* Devil Square 1 – 6
* Chaos Castle 1 – 7
* Castle Siege - Not Working.
* Delete characters - 100%
* Delete Guilds - 100%
* BK + RB e BRB - 100% ( Double Hands )
* Max. Stats - 32767 Working.
* Guild War - 100%
* Battle Soccer - 100%
* Aliance Guild - 100%
* Personal Store - Not Working.
* Friends List - 100%
* Comand Dark Lord - Not Working.
* Two Chests - 100%
Commands:
* /post - Working 100%
* /marry - Working 100%
* /trade - Working 100%
* /party - Working 100%
* /warp - Working 100%
* /vault ( 0 / 1 ) - Working 100%
* /gmove ( ADM / GM ) - Working 100%
* /move (Players) - Working 100%
Tutorials:
- Two Chests -
1 - Put the DataBase Version 1.0m - This can be any one.
2 - Restore the name of MuOnline_2.
3 - Transfer DataBases (Warehouse and Extrwarehouse) for the Base MuOnline.
4 - Go to. Ini gameserver and locate. (Warehousenum = 0 / Put = 1).
5 - Above level 300 use the command / Vault 0 (This is the normal chest)
and / Vault 1 (This is the second chest).
6 - Creat this procedure:
1 - Put the DataBase, ChatServer and Exdb for Version 1.0m
2 - Restore the name of MuOnline_2.
3 - Take all the tables and procedures with the name of t_friendadd, t_friendsdelete, etc ...
4 - Now you can have a nearly complete, MuMail, Chat, Information etc. ..
Arquivos:
Server Files - Download Here
DataBases Full Working - Download Here
Translated Brazilian Gameserver - Download Here
Credits:
Topics, tester and tutorials: methor_x.
Archives: JhowMano.
GameServer Translated: Alankoba and Killer.
* Blood Castle 1 - 7
* Devil Square 1 – 6
* Chaos Castle 1 – 7
* Castle Siege - Not Working.
* Delete characters - 100%
* Delete Guilds - 100%
* BK + RB e BRB - 100% ( Double Hands )
* Max. Stats - 32767 Working.
* Guild War - 100%
* Battle Soccer - 100%
* Aliance Guild - 100%
* Personal Store - Not Working.
* Friends List - 100%
* Comand Dark Lord - Not Working.
* Two Chests - 100%
Commands:
* /post - Working 100%
* /marry - Working 100%
* /trade - Working 100%
* /party - Working 100%
* /warp - Working 100%
* /vault ( 0 / 1 ) - Working 100%
* /gmove ( ADM / GM ) - Working 100%
* /move (Players) - Working 100%
Tutorials:
- Two Chests -
1 - Put the DataBase Version 1.0m - This can be any one.
2 - Restore the name of MuOnline_2.
3 - Transfer DataBases (Warehouse and Extrwarehouse) for the Base MuOnline.
4 - Go to. Ini gameserver and locate. (Warehousenum = 0 / Put = 1).
5 - Above level 300 use the command / Vault 0 (This is the normal chest)
and / Vault 1 (This is the second chest).
6 - Creat this procedure:
Code:
CREATE procedure Close_warehouse
@Items varbinary(1200),
@uid varchar(10)
AS
set nocount on
declare @ec int
set @ec=0
declare @stat int
declare @num int
select @stat=OpenExt ,@num=ExtCKNum from warehouse where AccountID=@uid
set @ec=@@error | @ec
if @stat is not null --???????????
begin
if @stat=@num begin --???
UPDATE warehouse SET Items=@Items where AccountID=@uid
set @ec=@@error | @ec
end else begin
UPDATE ExtWareHouse SET Items=@Items where AccountID=@uid and Number=@stat
set @ec=@@error | @ec
end
end
set nocount off
GO
- Friends and Aliance -
1 - Put the DataBase, ChatServer and Exdb for Version 1.0m
2 - Restore the name of MuOnline_2.
3 - Take all the tables and procedures with the name of t_friendadd, t_friendsdelete, etc ...
4 - Now you can have a nearly complete, MuMail, Chat, Information etc. ..
Arquivos:
Server Files - Download Here
DataBases Full Working - Download Here
Translated Brazilian Gameserver - Download Here
Credits:
Topics, tester and tutorials: methor_x.
Archives: JhowMano.
GameServer Translated: Alankoba and Killer.