Team BlueWater Game Online Tutorial's
Bine ati venit la Team-BlueWater!!Tutorial's 4 all Games!

Join the forum, it's quick and easy

Team BlueWater Game Online Tutorial's
Bine ati venit la Team-BlueWater!!Tutorial's 4 all Games!
Team BlueWater Game Online Tutorial's
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Release] MuServer 99z 100% Work

Go down

[Release] MuServer 99z 100% Work Empty [Release] MuServer 99z 100% Work

Post  Karma Sun Aug 07, 2011 11:22 pm

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:

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

Inportant !!

Code:
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. ..

[You must be registered and logged in to see this link.]
Karma
Karma
Admin
Admin

Mesaje : 1092
Data de inscriere : 2011-04-22
Varsta : 33
Localizare : Craiova

https://team-bluewater.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum