Monsterbook - with some button fixes

Page 1 of 2 12 LastLast
Results 1 to 25 of 27
  1. #1
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Monsterbook - with some button fixes

    Show MonsterBook as a icon rather then plain button

    things you need: Ollydbg

    Open ollydbg
    File->Open->Your runnable
    right click->go to->expression->5E5112
    right click->Follow in dump-> Selection
    -
    In the hex dump below, Right click on the first ascii byte "." -> Binary -> Edit
    uncheck keep size
    backspace until there are no dots
    type: QuestBookCaller
    Click Ok
    -
    Back in the main cpu window
    right click->go to->expression->43B5C7
    double click where it says push yourunnablename.#
    when it pops up it should say push #
    change it to PUSH 5E5112
    right click->copy to executable-->all modifications
    right click->save file


    Now unpack default.mrs
    open lobby.xml in a notepad
    look for

    Code:
    	<!-- BMBUTTON : 상점버튼 -->
    	<BMBUTTON item="ShopCaller" parent="Lobby">
    		<BUTTONLOOK>NormalBmButtonLook</BUTTONLOOK>
    		<BOUNDS>
    			<X>289</X>
    			<Y>32</Y>
    			<W>93</W>
    			<H>38</H>
    		</BOUNDS>
    		<STRETCH/>
    		<BITMAP type="up">shop_off_kr.tga</BITMAP>
    		<BITMAP type="over">shop_on_kr.tga</BITMAP>
    		<BITMAP type="down">shop_on_kr.tga</BITMAP>
    		<TEXT></TEXT>
    	</BMBUTTON>
    under this add

    Code:
    <!-- BMBUTTON : Monster Book -->
    	<BMBUTTON item="QuestBookCaller" parent="Lobby">
    		<BUTTONLOOK>NormalBmButtonLook</BUTTONLOOK>
    		<BOUNDS>
    			<X>154</X>
    			<Y>565</Y>
    			<W>166</W>
    			<H>38</H>
    		</BOUNDS>
    		<STRETCH/>
    		<BITMAP type="up">monsterbook_off.tga</BITMAP>
    		<BITMAP type="over">monsterbook_on.tga</BITMAP>
    		<BITMAP type="down">monsterbook_on.tga</BITMAP>
    		<TEXT></TEXT>
    	</BMBUTTON>
    save the file

    download the monsterbook button images here: http://www.mediafire.com/?xvomdmjzt1t
    and place them in ur default folder
    then u may pack it and put in ur interface folder

    Also: you can move the button around using the X,Y Coordinates

    Thanks to Aimed for MonsterBook Images


    Other Useful Things:
    Show MonsterBook as default button - http://forum.ragezone.com/f497/monst...7/#post4596966
    Last edited by Nayr438; 16-07-09 at 06:05 PM. Reason: Fixed a step for the ascii string to save properly.


  2. #2
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Monsterbook - with some button fixes

    Ollydbg arent even needed, had this on my server years ago.

  3. #3
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Monsterbook - with some button fixes

    w/o editing the runnable it will show as a regular square button in the bottom left hand of the screen

  4. #4
    Valued Member WhiteMoga is offline
    MemberRank
    Dec 2006 Join Date
    At my computer deskLocation
    129Posts

    Re: Monsterbook - with some button fixes

    Why does it not work if you use the calls already implemented for MonsterBookCaller? Do you know? I haven't looked much into it.

  5. #5
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Monsterbook - with some button fixes

    you can use MonsterBookCaller and it will show up but it just shows as a Grey rectangle button that says Monster Book, that cant be edited

  6. #6
    Apprentice PerfectGunZ is offline
    MemberRank
    Dec 2008 Join Date
    18Posts

    Re: Monsterbook - with some button fixes

    edit: Nevermind, I got it to work. All I had to do was restart the server. Awesome tutorial and even better than I expected. This is WAY cooler than that ugly button. You're the best.

  7. #7
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Monsterbook - with some button fixes

    you forget to tell the dimentions of the images you use need to be the same as the
    <W> x </W> and <H> x </H>

    for example, for W 100 and for H 50
    your image will need to be 100 pixels wide and 50 high. or else your image will deform.

  8. #8
    Account Upgraded | Title Enabled! ~DN is offline
    MemberRank
    Jul 2008 Join Date
    JailLocation
    515Posts

    Re: Monsterbook - with some button fixes

    for what is monster books or bible books=?

  9. #9
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Monsterbook - with some button fixes

    just some pages in gunz where you can see what npc has how many hp/ap dmg etc..

  10. #10
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Monsterbook - with some button fixes

    Quote Originally Posted by ~DN View Post
    for what is monster books or bible books=?
    its same thing
    there was a thread already about this, no olly needed and it worked perfect but its gone for some reason.

  11. #11
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Monsterbook - with some button fixes

    Quote Originally Posted by wesman2232 View Post
    its same thing
    there was a thread already about this, no olly needed and it worked perfect but its gone for some reason.
    Show MonsterBook as default button - http://forum.ragezone.com/f497/monst...7/#post4596966

  12. #12
    Account Upgraded | Title Enabled! ~DN is offline
    MemberRank
    Jul 2008 Join Date
    JailLocation
    515Posts

    Re: Monsterbook - with some button fixes

    ok thanks xD i dont need it xD

  13. #13
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Monsterbook - with some button fixes

    I use monster book as update info. XD

  14. #14
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Monsterbook - with some button fixes

    Quote Originally Posted by Nayr438 View Post
    Show MonsterBook as default button - http://forum.ragezone.com/f497/monst...7/#post4596966
    thanks that's what I meant :D thanks for re-creating it.

  15. #15
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Monsterbook - with some button fixes

    Nayr438
    add this into your tut, and edit your code into this:

    Code:
    <!-- BMBUTTON : Monster Book -->
    	<BMBUTTON item="MonsterBookCaller" parent="Lobby">
    		<BUTTONLOOK>NormalBmButtonLook</BUTTONLOOK>
    		<BOUNDS>
    			<X>186</X>
    			<Y>32</Y>
    			<W>166</W>
    			<H>38</H>
    		</BOUNDS>
    		<STRETCH/>
    		<BITMAP type="up">monsterbook_off.tga</BITMAP>
    		<BITMAP type="over">monsterbook_on.tga</BITMAP>
    		<BITMAP type="down">monsterbook_on.tga</BITMAP>
    		<TEXT></TEXT>
    	</BMBUTTON>
    download the monsterbook button images here: http://www.mediafire.com/?xvomdmjzt1t
    preview:
    Last edited by Aimed; 19-01-09 at 07:27 AM.

  16. #16
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Monsterbook - with some button fixes

    Updated

  17. #17
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Monsterbook - with some button fixes

    No Problem ;D

  18. #18
    Member xXxOpOpxXx is offline
    MemberRank
    Aug 2007 Join Date
    Bulgaria , PazardjikLocation
    90Posts

    Re: Monsterbook - with some button fixes

    upload the button to other host !

  19. #19
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: Monsterbook - with some button fixes

    Well done :D

  20. #20

    Re: Monsterbook - with some button fixes

    When i try this i get

    [qoute]A hacking attempt has been detected. In accordance with the agreement that members have consented, the GUNZ Operation Team continues to monitor and collect information on the users who hack. Keep in mind that all the responsibility brought about by committing any illegal act in civil or criminal case falls on the shoulders of the user who commits such an illegal act.
    I'm hacker.
    [/quote]

  21. #21

    Re: Monsterbook - with some button fixes

    When i try this i get

    A hacking attempt has been detected. In accordance with the agreement that members have consented, the GUNZ Operation Team continues to monitor and collect information on the users who hack. Keep in mind that all the responsibility brought about by committing any illegal act in civil or criminal case falls on the shoulders of the user who commits such an illegal act.
    I'm hacker.

    I'm using Xiao's Runnable.

    Note:Sorry for the double post pc lagged when i posted.

  22. #22
    Member xXxOpOpxXx is offline
    MemberRank
    Aug 2007 Join Date
    Bulgaria , PazardjikLocation
    90Posts

    Re: Monsterbook - with some button fixes

    Not working probably item="MonsterBookCaller" should work better ... lol

  23. #23
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Monsterbook - with some button fixes

    I missed that O_O
    how D:
    Omg Now I need to DIE X_X

  24. #24
    Account Upgraded | Title Enabled! X-Weaver is offline
    MemberRank
    Jan 2009 Join Date
    XDLocation
    443Posts

    Re: Monsterbook - with some button fixes

    nice job, i never seen a monster book in a gunz server ;P

  25. #25
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Monsterbook - with some button fixes

    Quote Originally Posted by X-Weaver View Post
    nice job, i never seen a monster book in a gunz server ;P
    The monsterbook itself Was a unknown thing for many people to enable.
    But now not anymore ^^
    and the buttons never were created for gunz so I made a set of buttons which look like MAIET made them :D



Page 1 of 2 12 LastLast

Advertisement