Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share] Ep6 Tools (Repost)

Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437
1.) Download:


2. Open SQL, click new Query and add this code.
PHP:
USE [RanUser]
GO
/****** Object:  StoredProcedure [dbo].[gm_login]    Script Date: 11/26/2008 21:15:16 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO

-------------------------------------------------------------------------------
-- sp_gm_login.sql
-------------------------------------------------------------------------------
ALTER PROCEDURE [dbo].[gm_login]
    @userId        char(50),
    @userPass     char(50),
    @authenticate char(50),
    @nReturn     int    OUTPUT
AS
    DECLARE @nUserNum    int,
        @nUserType    int

    SET NOCOUNT ON

    SET @nReturn = 0
    SET @nUserNum = 0
    
    SELECT @nUserNum = UserInfo.UserNum, @nUserType=UserInfo.UserType 
    FROM UserInfo 
    WHERE UserID = @userId AND UserPass = @userPass AND UserAvailable = 1 AND UserType>=20 

    -- ID / PWD ??...
    IF @nUserNum = 0
    BEGIN
        -- ID / PWD ??? ?? ???????
        SET @nReturn = 0
    END
    ELSE
    BEGIN
        -- ID / PWD ??
        SET @nReturn = @nUserType
        -- ???? ???
        INSERT INTO LogGmCmd (UserNum, GmCmd) 
        VALUES (@nUserNum, 'LOGIN GMTOOL UserID:' + @userId)
    END    

    SET NOCOUNT OFF    
    
    RETURN @nReturn

3.) Download this comment.ini.

4.) Open the M- gmcharedit then put this values.
DB Name : RanUser
SQL User : sa
Password : yourpass
Retype : yourpass

5.) Create new account that has the Usertype of 32 .


6.) Now log it in to the gmchareditor.
Note: password must not be Md5 Hash when logging in.

 
Last edited:
Junior Spellweaver
Joined
Aug 13, 2007
Messages
163
Reaction score
16
Re: Ep6 Tools (Repost)

sir abry why i cant add skill but i can see now the skill!

13213.JPG - [Share] Ep6 Tools (Repost) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 4, 2008
Messages
147
Reaction score
21
Re: Ep6 Tools (Repost)

just try find compatible comment.ini to work:)
 
Newbie Spellweaver
Joined
Sep 29, 2007
Messages
78
Reaction score
0
Re: Ep6 Tools (Repost)

i think there is alot more than comment.ini files for this to work...go guys kaya natin to... ^_^
 
-sama
Loyal Member
Joined
May 3, 2008
Messages
1,392
Reaction score
7
Re: Ep6 Tools (Repost)

We will put the comment.ini in the glogic.rcc
client + server right
 
Newbie Spellweaver
Joined
Jul 1, 2007
Messages
37
Reaction score
0
Re: Ep6 Tools (Repost)

gmc for ep3 is working what if we make a item.isf of ep3 that match exactly in your ep4 item.isf? so that we can use the gmc of ep3
 
Experienced Elementalist
Joined
Nov 21, 2006
Messages
226
Reaction score
20
Re: Ep6 Tools (Repost)

Sir still i have no item or skills when i click add and when i go to putonitems it crashes GMC???
 
Custom Title Activated
Loyal Member
Joined
Aug 16, 2007
Messages
1,378
Reaction score
581
Re: Ep6 Tools (Repost)

"just find working comment.ini"? You had the item add working on the screens you showed, so they weren't yours (the pics)? Or are you making fool of us

Same for Eifel, "I will share soon" were his words but of course there was nothing Eifel if you don't want to share then stop to show off and to make fake promises
 
Junior Spellweaver
Joined
Jul 27, 2007
Messages
181
Reaction score
2
Re: Ep6 Tools (Repost)

oh my god flaming arised again tsk tsk tsk....
 
Custom Title Activated
Loyal Member
Joined
Aug 16, 2007
Messages
1,378
Reaction score
581
Re: Ep6 Tools (Repost)

This isn't flaming I asked a question to Correy and told my opinion about Eifel
 
Junior Spellweaver
Joined
Jul 27, 2007
Messages
181
Reaction score
2
Re: Ep6 Tools (Repost)

its better dont point ppl guys so that flaming will not start again.... juz w8 and see ok thats all....
 
Newbie Spellweaver
Joined
Sep 29, 2007
Messages
78
Reaction score
0
Re: Ep6 Tools (Repost)

eifel is the guy, i think he is still polishing this gmc, and i think its not just the comment.ini! and im calling all developers that has the true knowlodge about this thing to work together on this... please guys lets work together....we can do it!
 
Junior Spellweaver
Joined
Feb 3, 2008
Messages
127
Reaction score
48
Re: Ep6 Tools (Repost)

"just find working comment.ini"? You had the item add working on the screens you showed, so they weren't yours (the pics)? Or are you making fool of us

Same for Eifel, "I will share soon" were his words but of course there was nothing Eifel if you don't want to share then stop to show off and to make fake promises

sorry dude if I can't share all my stuff. the following reason is I'm so busy with my server and all other stuff outside world of RAN. and correy is right you should only find compatible comment.in for ep4 GMC.

the "comment.ini" that im using can't decrypt by any tools we have right now. I think this is a new method of encryption. and secondly upon working on this GMC the binary structure for ChaInven in our current files is different on what being fetch on database.

Thoughts about ep4 GMC:
- - When you add quest it is working!
- - When you add skill it is working!
- - UserInven and ChaInven totally wiped upon adding new item.

and stop this all misunderstandings, I'm a good sharer if you just know me well. and about what happen on the past days. me the one apologizing to you, magenik,bk etc. . . I don't want trouble anymore and that could just lead us all to failure.

@all
all tools have been share. I already share the new gm_login procedure which is now posted by abry and tbb.dll for emulator. all you have to do now is do your part which is search for that "comment.ini". try google. :thumbup:
 
Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437
Re: Ep6 Tools (Repost)

sorry dude if I can't share all my stuff. the following reason is I'm so busy with my server and all other stuff outside world of RAN. and correy is right you should only find compatible comment.in for ep4 GMC.

the "comment.ini" that im using can't decrypt by any tools we have right now. I think this is a new method of encryption. and secondly upon working on this GMC the binary structure for ChaInven in our current files is different on what being fetch on database.

Thoughts about ep4 GMC:
- - When you add quest it is working!
- - When you add skill it is working!
- - UserInven and ChaInven totally wiped upon adding new item.

and stop this all misunderstandings, I'm a good sharer if you just know me well. and about what happen on the past days. me the one apologizing to you, magenik,bk etc. . . I don't want trouble anymore and that could just lead us all to failure.

@all
all tools have been share. I already share the new gm_login procedure which is now posted by abry and tbb.dll for emulator. all you have to do now is do your part which is search for that "comment.ini". try google. :thumbup:

I agree.
Thanks for the tips dude, we'll try.
 
Back
Top