Monsterbook - with some button fixes
Show MonsterBook as a icon rather then plain button
http://i249.photobucket.com/albums/g...enx_/show4.jpg
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
Re: Monsterbook - with some button fixes
Ollydbg arent even needed, had this on my server years ago.
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
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.
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
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.
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.
Re: Monsterbook - with some button fixes
for what is monster books or bible books=?
Re: Monsterbook - with some button fixes
just some pages in gunz where you can see what npc has how many hp/ap dmg etc..
Re: Monsterbook - with some button fixes
Quote:
Originally Posted by
~DN
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.
Re: Monsterbook - with some button fixes
Quote:
Originally Posted by
wesman2232
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
Re: Monsterbook - with some button fixes
ok thanks xD i dont need it xD
Re: Monsterbook - with some button fixes
I use monster book as update info. XD
Re: Monsterbook - with some button fixes
Quote:
Originally Posted by
Nayr438
thanks that's what I meant :D thanks for re-creating it.
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:
http://img293.imageshack.us/img293/6513/knipselyk3.png