Monsterbook - with some button fixes

Page 1 of 2 12 LastLast
Results 1 to 15 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.



Page 1 of 2 12 LastLast

Advertisement