[Src]->Friends List.

Codes submitted by developers and people of outpost. Come here to get codes for your client sources.
Post Reply
Drajwer
<3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

Sorry manuel but HB sources isnt for you.

No changing in PointCommandHandler ! Just add it. Damn u guys cant read?

maku: edit contents/friendlist.txt first. or just edit code...
<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)
€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: Sorry manuel but HB sources isnt for you.

No changing in PointCommandHandler ! Just add it. Damn u guys cant read?

maku: edit contents/friendlist.txt first. or just edit code...
HB Sources aren't my work ... okidoki so we don't have to replace the PointCommandHandler ... Treax fault :lol: and ...

Do we have to make on contents an Friendlist.txt ?
<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 »

Yes
<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)
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

I post this cuz i want to report an BUG ... when i press CTRL+F i can't add no one i can't put player name cant delete i cant even close the Window :lol: so i have to relog ... does someone has the same error as me ? :rolleyes:
<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 »

For those who can't add correctly the PointHandler stuff...is to add this
}else if (m_iPointCommandType == 250)
{ if ((strlen(m_cMCName) == 0) || (strcmp(m_cMCName, m_cPlayerName) == 0) || (m_cMCName[0] == '_')) {
PlaySound('E', 14, 5);
}else
{
PlaySound('E', 14, 5);
memcpy(m_cFriends[m_iTotalFriends],m_cMCName,10);
m_iTotalFriends++;
m_stDialogBoxInfo[43].sV1=0;
SaveFriendList();
return;
} }
RIGHT BEFORE THE LAST }.

It should look like this...I think :D
void CGame::PointCommandHandler(int indexX, int indexY, char cItemID)
{char cTemp[31];
if ((m_iPointCommandType >= 100) && (m_iPointCommandType < 200))
{ bSendCommand(MSGID_COMMAND_COMMON, DEF_COMMONTYPE_MAGIC, NULL, indexX, indexY, m_iPointCommandType, NULL);
}else if ((m_iPointCommandType >= 0) && (m_iPointCommandType < 50))
{ bSendCommand(MSGID_COMMAND_COMMON, DEF_COMMONTYPE_REQ_USEITEM, NULL, m_iPointCommandType, indexX, indexY, cTemp, cItemID); // v1.4
   
  if (m_pItemList[m_iPointCommandType]->m_cItemType == DEF_ITEMTYPE_USE_SKILL)
   m_bSkillUsingStatus = TRUE;
}else if (m_iPointCommandType == 200)
{ if ((strlen(m_cMCName) == 0) || (strcmp(m_cMCName, m_cPlayerName) == 0) || (m_cMCName[0] == '_')) {
   m_stDialogBoxInfo[32].cMode = 0;
   PlaySound('E', 14, 5);
   AddEventList(POINT_COMMAND_HANDLER1, 10);
  }else
  { m_stDialogBoxInfo[32].cMode = 3;
   PlaySound('E', 14, 5);
   ZeroMemory(m_stDialogBoxInfo[32].cStr, sizeof(m_stDialogBoxInfo[32].cStr));
   strcpy(m_stDialogBoxInfo[32].cStr, m_cMCName);
   bSendCommand(MSGID_COMMAND_COMMON, DEF_COMMONTYPE_REQUEST_JOINPARTY, NULL, 1, NULL, NULL, m_cMCName);
   return;
   }
  }
else if (m_iPointCommandType == 250)
{ if ((strlen(m_cMCName) == 0) || (strcmp(m_cMCName, m_cPlayerName) == 0) || (m_cMCName[0] == '_')) {
   PlaySound('E', 14, 5);
  }else
  {
   PlaySound('E', 14, 5);
   memcpy(m_cFriends[m_iTotalFriends],m_cMCName,10);
   m_iTotalFriends++;
   m_stDialogBoxInfo[43].sV1=0;
   SaveFriendList();
   return;
  }
}
}
Edit: I did something wrong? I ctrl+f the list come up...cannot move it...and if I click on any spot inside of it...my character starts walking like if nothing is there lol...I re-checked the changes but erm...did them on correct functions.
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>
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

I dunno about your problem, have you added case?
_iCheckDlgBoxFocus add case:

Code: Select all

case 43: // Drajwer - friendlist s
    m_stMCursor.cSelectedObjectType = DEF_SELECTEDOBJTYPE_DLGBOX;
    m_stMCursor.sSelectedObjectID   = cDlgID;
    break;
<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)
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

mine didnt come up at all
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

locobans wrote: For those who can't add correctly the PointHandler stuff...is to add this
}else if (m_iPointCommandType == 250)
{ if ((strlen(m_cMCName) == 0) || (strcmp(m_cMCName, m_cPlayerName) == 0) || (m_cMCName[0] == '_')) {
PlaySound('E', 14, 5);
}else
{
PlaySound('E', 14, 5);
memcpy(m_cFriends[m_iTotalFriends],m_cMCName,10);
m_iTotalFriends++;
m_stDialogBoxInfo[43].sV1=0;
SaveFriendList();
return;
} }
RIGHT BEFORE THE LAST }.

It should look like this...I think :D
void CGame::PointCommandHandler(int indexX, int indexY, char cItemID)
{char cTemp[31];
if ((m_iPointCommandType >= 100) && (m_iPointCommandType < 200))
{ bSendCommand(MSGID_COMMAND_COMMON, DEF_COMMONTYPE_MAGIC, NULL, indexX, indexY, m_iPointCommandType, NULL);
}else if ((m_iPointCommandType >= 0) && (m_iPointCommandType < 50))
{ bSendCommand(MSGID_COMMAND_COMMON, DEF_COMMONTYPE_REQ_USEITEM, NULL, m_iPointCommandType, indexX, indexY, cTemp, cItemID); // v1.4
   
  if (m_pItemList[m_iPointCommandType]->m_cItemType == DEF_ITEMTYPE_USE_SKILL)
   m_bSkillUsingStatus = TRUE;
}else if (m_iPointCommandType == 200)
{ if ((strlen(m_cMCName) == 0) || (strcmp(m_cMCName, m_cPlayerName) == 0) || (m_cMCName[0] == '_')) {
   m_stDialogBoxInfo[32].cMode = 0;
   PlaySound('E', 14, 5);
   AddEventList(POINT_COMMAND_HANDLER1, 10);
  }else
  { m_stDialogBoxInfo[32].cMode = 3;
   PlaySound('E', 14, 5);
   ZeroMemory(m_stDialogBoxInfo[32].cStr, sizeof(m_stDialogBoxInfo[32].cStr));
   strcpy(m_stDialogBoxInfo[32].cStr, m_cMCName);
   bSendCommand(MSGID_COMMAND_COMMON, DEF_COMMONTYPE_REQUEST_JOINPARTY, NULL, 1, NULL, NULL, m_cMCName);
   return;
   }
  }
else if (m_iPointCommandType == 250)
{ if ((strlen(m_cMCName) == 0) || (strcmp(m_cMCName, m_cPlayerName) == 0) || (m_cMCName[0] == '_')) {
   PlaySound('E', 14, 5);
  }else
  {
   PlaySound('E', 14, 5);
   memcpy(m_cFriends[m_iTotalFriends],m_cMCName,10);
   m_iTotalFriends++;
   m_stDialogBoxInfo[43].sV1=0;
   SaveFriendList();
   return;
  }
}
}
Edit: I did something wrong? I ctrl+f the list come up...cannot move it...and if I click on any spot inside of it...my character starts walking like if nothing is there lol...I re-checked the changes but erm...did them on correct functions.
You know what Locobans that happens to me too i cant put the player name i cant add delete whisper nothing and same as you if i click on the box my character starts walking :lol: strange right ?
<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.
laizkloom
Regular
Posts: 78
Joined: Sun Feb 27, 2005 8:41 am

Post by laizkloom »

OMFG drawjer your sig is so cool:D
I can't stop laught:P
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

WHo is drawjer :D? ... Drajwer maybe u can add some ignorlist function too ... like u put that name to ignor list and then u dont see any message of him :D
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

Treax2 wrote: WHo is drawjer :D? ... Drajwer maybe u can add some ignorlist function too ... like u put that name to ignor list and then u dont see any message of him :D
First fix my error :lol: is the same as locoarts i mean locobans
<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.
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

laizkloom wrote: OMFG drawjer your sig is so cool:D
I can't stop laught:P
Its an avater and it's old already, seen it on lots of wow guild forums :)

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?
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

lol i know its pr0 B)

Ignore list idea is cool... but no1 is using /tooff
<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)
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Yes I did Drajwer... :)
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>
PiotrekK
noob
Posts: 29
Joined: Fri Jan 13, 2006 2:39 am
Location: Poland/Warsaw
Contact:

Post by PiotrekK »

I did something wrong? I ctrl+f the list come up...cannot move it...and if I click on any spot inside of it...my character starts walking like if nothing is there lol...I re-checked the changes but erm...did them on correct functions.

:/
Post Reply