I have 2007 rev.5 server( dont want put 2008 server ). Can anyone help me and say where i must add and what i must add to have a kills/deaths in game lobby.
I am verry sorry for my bad bad bad bad English....
Please anyone help....
Printable View
I have 2007 rev.5 server( dont want put 2008 server ). Can anyone help me and say where i must add and what i must add to have a kills/deaths in game lobby.
I am verry sorry for my bad bad bad bad English....
Please anyone help....
Guy wait plx, i dont now, i downloading and put in lobby,
BUT
have a problem, your see the Kill/Death of selected Character In Lobby ok? :) (WAIT i got edit its)
Sorry for bad english, i'm brazilian[COLOR="Silver"]
Guy i dont tested, but Change the Stage (Read the red Word) to Lobby and test
I dont know many of XML Edition :)
but:
Code:<!-- 캐릭터 뷰어 -->
<FRAME item="Stage_CharacterInfo" parent="Stage">
<FRAMELOOK>NullFrameLook</FRAMELOOK>
<BOUNDS>
<X>0</X>
<Y>0</Y>
<W>800</W>
<H>600</H>
</BOUNDS>
<TITLEBAR>false</TITLEBAR>
<RESIZABLE>false</RESIZABLE>
<FOCUSABLE>false</FOCUSABLE>
<VISIBLE>true</VISIBLE>
</FRAME>
<!-- Picture : Blue Picture -->
<PICTURE item="Stage_PlayerSpecBG" parent="Stage_CharacterInfo">
<BOUNDS>
<X>22</X>
<Y>360</Y>
<W>130</W>
<H>170</H>
</BOUNDS>
<STRETCH/>
<BITMAP>black_bg.tga</BITMAP>
</PICTURE>
<!-- Label : 플레이어 이름 표시 -->
<LABEL item="Stage_PlayerName" parent="Stage_CharacterInfo">
<FONT>FONTa10b</FONT>
<TEXTCOLOR>
<R>255</R>
<G>120</G>
<B>40</B>
</TEXTCOLOR>
<ANCHORS>
<LEFT>true</LEFT>
<TOP>true</TOP>
<RIGHT>false</RIGHT>
<BOTTOM>false</BOTTOM>
</ANCHORS>
<BOUNDS>
<X>25</X>
<Y>370</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_01</TEXT> <!-- 이름 -->
</LABEL>
<!-- Label : 플레이어 상세정보 표시(Clan) -->
<LABEL item="Stage_PlayerSpecClan" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>395</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_02</TEXT> <!-- 클랜 : -->
</LABEL>
<!-- Label : 플레이어 상세정보 표시(Level) -->
<LABEL item="Stage_PlayerSpecLevel" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>410</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_03</TEXT> <!-- 레벨 : 0 lv. -->
</LABEL>
<!-- Label : 플레이어 상세정보 표시(XP)
<LABEL item="Stage_PlayerSpecXP" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>425</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_04</TEXT>
</LABEL> -->
<!-- Label : 플레이어 상세정보 표시(BP)
<LABEL item="Stage_PlayerSpecBP" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>440</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_05</TEXT>
</LABEL> -->
<!-- Label : 플레이어 상세정보 표시(HP)
<LABEL item="Stage_PlayerSpecHP" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>463</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_06</TEXT>
</LABEL> -->
<!-- Label : 플레이어 상세정보 표시(AP)
<LABEL item="Stage_PlayerSpecAP" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>478</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_07</TEXT>
</LABEL> -->
<!-- Label : 플레이어 상세정보 표시(WT)
<LABEL item="Stage_PlayerSpecWT" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>493</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
<TEXT>STR:UI_STAGE_08</TEXT>
</LABEL> -->
<!-- Label : 플레이어 상세정보 표시(Ranking) -->
<LABEL item="Stage_PlayerSpecRanking" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>425</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
</LABEL>
<!-- Label : 플레이어 상세정보 표시(Kill) -->
<LABEL item="Stage_PlayerSpecKill" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>440</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
</LABEL>
<!-- Label : 플레이어 상세정보 표시(Death) -->
<LABEL item="Stage_PlayerSpecDeath" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>455</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
</LABEL>
<!-- Label : 플레이어 상세정보 표시(WinningPercent) -->
<LABEL item="Stage_PlayerSpecWinning" parent="Stage_CharacterInfo">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
<BOUNDS>
<X>25</X>
<Y>470</Y>
<W>123</W>
<H>20</H>
</BOUNDS>
</LABEL>
Thats from 08 files I believe.
I believe you need to do asm edits so you can have kill/death in the lobby.
Just use 08 files if you want the kill/death
I think that i need to do something in DAtaBase...because this dont work...
If you want to get it to work you will need to make tons of asm edits in the 2007 runnable compare it with the 2008 runnable (i suggest the 2009 runnable tough) and try to add it inside the 2007 runnable but i highly doubt you can do this tough