How to disable summoner and maps in client i'm using MuEMU x401

Results 1 to 3 of 3
  1. #1
    Proficient Member cambio28 is offline
    MemberRank
    May 2012 Join Date
    LorenciaLocation
    170Posts

    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 View Post
    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


  2. #2

    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/

  3. #3
    Proficient Member cambio28 is offline
    MemberRank
    May 2012 Join Date
    LorenciaLocation
    170Posts

    Re: How to disable summoner and maps in client i'm using MuEMU x401

    Quote Originally Posted by KarLi View Post
    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 View Post
    what u mean disable client side summoners im aware something like this u mean
    http://forum.ragezone.com/f197/downg...t-6-a-1100247/
    yup that's exactly what I want to do but how to apply that code for summoner and where can I edit?

    Thanks mate!
    Last edited by cambio28; 07-05-16 at 07:26 PM.



Advertisement