[Src]->GameMaster

Codes submitted by developers and people of outpost. Come here to get codes for your client sources.
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

OK I will explain a little what this codes do... OK you guys know that when you press on your character it says this Example:

Thrall
Elvine Combat

Ok this codes is for GMs it will say

GM-[1]-
GameMaster

Ok open your Client Sources and Game.cpp

Search for this and before it:

Code: Select all

  	if (m_iGuildRank == 0) {
    wsprintf(G_cTxt, DEF_MSG_GUILDMASTER, m_cGuildName);
    PutString2(sX, sY + 14, G_cTxt, 180, 180, 180);
    iAddY = 14;
  	}
Add this:

Code: Select all

	if (memcmp(m_cPlayerName, pName, 10) == 0) {
  if (bGM == TRUE) {
  	PutString2(sX, sY + 14, DEF_MSG_GAMEMASTER, 240, 200, 80);
  	iAddY = 14;
  } else {


Before this:

Code: Select all

  	if ((m_bIsCrusadeMode == FALSE) || (iFOE >= 0)) {
    if (FindGuildName(pName, &iGuildIndex) == TRUE) {
    	if (m_stGuildName[iGuildIndex].cGuildName[0] != NULL) {
      if (strcmp(m_stGuildName[iGuildIndex].cGuildName, "NONE") != 0) {
      	if (m_stGuildName[iGuildIndex].iGuildRank == 0) {
        wsprintf(G_cTxt, DEF_MSG_GUILDMASTER, m_stGuildName[iGuildIndex].cGuildName);
        PutString2(sX, sY + 14, G_cTxt, 180, 180, 180);
        m_stGuildName[iGuildIndex].dwRefTime = m_dwCurTime;
        iAddY = 14;
      	}
Add this:

Code: Select all

  if (bGM == TRUE) {
  	PutString2(sX, sY + 14, DEF_MSG_GAMEMASTER, 240, 200, 80);
  	iAddY = 14;
  } else {


After this:

Code: Select all

	if (m_bCitizen == FALSE) {
  strcpy(G_cTxt, DRAW_DIALOGBOX_CHARACTER7);
	} else {
Add this:

Code: Select all

  if (m_cAdminLevel > 0) {
  	strcpy(G_cTxt, DEF_MSG_GAMEMASTER);
  } else {

Now open your Lan_Eng.h

And before this:

Code: Select all

#define GET_OFFICIAL_MAP_NAME65	"Promiseland"
Add this shit:

Code: Select all

#define DEF_MSG_GAMEMASTER  "GameMaster"
It should look like this:

Code: Select all

#define DEF_MSG_GAMEMASTER  "GameMaster"

#define GET_OFFICIAL_MAP_NAME65	"Promiseland"
#define GET_OFFICIAL_MAP_NAME66	"Ice Map"

I DUNNO IF CODES WORK... JUST TRY TO MAKE THEM WORK...
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
xmukox
Member
Posts: 175
Joined: Sun Sep 11, 2005 9:53 am

Post by xmukox »

lol hahah ;F its sux ;f
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

xmukox wrote: lol hahah ;F its sux ;f
And you suck my dick :P
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
Tafka12
&lt;3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

Get a dick first.
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

Tafka12 wrote: Get a dick first.
<3 Tafka

u said it all...
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
Calibula
Regular
Posts: 87
Joined: Sun Jul 11, 2004 9:17 am

Post by Calibula »

i'll try the code later...
ogeid
Member
Posts: 110
Joined: Thu Feb 02, 2006 11:11 pm

Post by ogeid »

works but only in ur client... u need to configure hgserver part too
"Prefiero morir de pie que vivir arrodillado"
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

ogeid wrote: works but only in ur client... u need to configure hgserver part too
Let me search HGServer side :P sorry ... that i didn't post them <_<
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

it doesnt work 100%.
and what if a player make char "GMsux" or "GMOMMY".

And this code is invalid.
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
Blizaga
Regular
Posts: 68
Joined: Sat Jul 08, 2006 7:39 pm

Post by Blizaga »

=D, on green, black, pink, blue too

<a href='http://imageshack.us' target='_blank'>Image</a>
<a href='http://imageshack.us' target='_blank'><img src='http://img224.imageshack.us/img224/2738/screenqu8.jpg' border='0' alt='user posted image' /></a><br>drajwer draw<br><a href='index.php?showtopic=7299' target='_blank'>index.php?showtopic=7299</a>
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

Blizaga wrote: =D, on green, black, pink, blue too

<a href='http://imageshack.us' target='_blank'>Image</a>
You used the codes i posted or you made it by 0 :P
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

Drajwer wrote: it doesnt work 100%.
and what if a player make char "GMsux" or "GMOMMY".

And this code is invalid.

Code: Select all

 if (m_cAdminLevel > 0) {
  strcpy(G_cTxt, DEF_MSG_GAMEMASTER);
 } else {
Thats the answer of this : and what if a player make char "GMsux" or "GMOMMY".
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Was looking for something like this a while ago...

Don't have much time to mess with it...but I'll give it a try :)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
mcgrady
noob
Posts: 23
Joined: Sat Apr 10, 2004 2:25 am

Post by mcgrady »

is not working 100%:( and i cant fix it by my self if someone do taht for me i will apreciate it thx
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

U got those out of hb2 sources or ?
Since its the same color as in hb2 etc


Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
Post Reply