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
under this addCode:<!-- 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>
save the fileCode:<!-- 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>
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



Reply With Quote


