How to disable summoner and maps in client i'm using MuEMU x401
How to disable summoner and maps in client?
i'm using MuEMU x401 server and client from here
http://forum.ragezone.com/f197/muemu...6-3-a-1093024/
I already disable summoner creation in database following this instruction
Quote:
Originally Posted by
DataMatrix
1: Open the "Stored Procedures" for MuOnline
2: Find WZ_CreateCharacter
3: Find the line:
Code:
Declare @g1 varchar(10), @g2 varchar(10), @g3 varchar(10), @g4 varchar(10), @g5 varchar(10)
4: Add BEFORE that line:
Code:
-- The next 5 lines are to disable Summoner
if (@Class = 80)
begin
SET @Result = 0x02
GOTO TranProcEnd
end
5: Summoners are now disabled and you do not need to edit any databases.
Anyone that tries to make a character with Summoner will now get the message "Cannot create any more characters"
I just need to disable it in client side. Anyone know how?
maps in server side disable in move.txt ingame already unclickable, how to remove that from the list?
Thanks in advance
Re: How to disable summoner and maps in client i'm using MuEMU x401
remove maps from movereq.bmd client/data/local or data/local/eng/ movereq_eng.bmd ?
what u mean disable client side summoners im aware something like this u mean
http://forum.ragezone.com/f197/downg...t-6-a-1100247/
Re: How to disable summoner and maps in client i'm using MuEMU x401
Quote:
Originally Posted by
KarLi
remove maps from movereq.bmd client/data/local or data/local/eng/ movereq_eng.bmd ?
I only have one movereq.bmd. What editor can use? I already download zfilemanager but can't read the content.
-- Already saw this MU Server - Magic Hand MU Editor and works perfectly
Quote:
Originally Posted by
KarLi
yup that's exactly what I want to do but how to apply that code for summoner and where can I edit?
Thanks mate!