Search found 82 matches

by Namesis
Sun Aug 05, 2007 6:41 am
Forum: Advertising
Topic: Helbreath Silver!
Replies: 5
Views: 6292

waaaaaaaaaaaaahahaha lol .. nice
by Namesis
Fri Aug 03, 2007 12:25 am
Forum: Helbreath Server Source
Topic: About NPC's
Replies: 1
Views: 3541

how i can put all NPC's in CityHall ? because i add them.. i can see them.. but i CANT buy on there.. i make a traveller.. and it can buy on there.. what can i make?
by Namesis
Sat Jul 28, 2007 6:02 pm
Forum: Helbreath Client Source
Topic: Colors
Replies: 20
Views: 13055

possible? xd
by Namesis
Sat Jul 28, 2007 5:40 am
Forum: Helbreath Client Source
Topic: Colors
Replies: 20
Views: 13055

hehe.. reviving post.... it is possible to add more than 15 colors? because when i try to add more than 15 (16..17..18..)
m_Misc.ColorTransfer(m_DDraw.m_cPixelFormat, RGB( 16, 78, 139), &m_wWR[16], &m_wWG[16], &m_wWB[16]); // ehm.. Lime .. happens that when i enter on hb i when i deplet the dye on ...
by Namesis
Tue Jun 05, 2007 3:40 am
Forum: Source Code Requests
Topic: [REQ] summon gives EK
Replies: 13
Views: 9347

just die...
by Namesis
Fri May 11, 2007 9:11 pm
Forum: Source Code Submissions
Topic: [src] Trade Ball
Replies: 3
Views: 3572

h.e.l.p =\
by Namesis
Sun May 06, 2007 8:00 pm
Forum: Source Code Submissions
Topic: [src] Trade Ball
Replies: 3
Views: 3572

Ahora, tengo una pregunta :P :

quiero saber como poner para que el /trade sirva, porque me como las balls y todo eso, pero cuando pongo /trade, no me da el item, ni me quita las balls, es como si el commando no existiera.. que pudiera hacer? estara alguna parte del src mal?

edit:
~english
i want ...
by Namesis
Sat May 05, 2007 11:36 pm
Forum: Source Code Submissions
Topic: [src] Trade Ball
Replies: 3
Views: 3572

Trade Ball by <span style='color:green'> Shetar </span>
~~~At Client.cpp add:
m_iBallPoints = 0;

~~~At Client.h add:
int m_iBallPoints;

~~~At Item.h add:
#define DEF_ITEMEFFECTTYPE_ADDBALLPOINTS 33


~~~At Game.cpp multiple snippets must be added.
~~~To start look for:

wsprintf(cTxt ...
by Namesis
Sun Jan 07, 2007 6:33 pm
Forum: Helbreath Server Setup / Configuration / Help
Topic: about src file
Replies: 18
Views: 3951

hehe.. lol
by Namesis
Thu Dec 21, 2006 11:51 pm
Forum: Advertising
Topic: Helbreath Silver
Replies: 38
Views: 33888

omg :o looong quote :huh:
by Namesis
Wed Dec 20, 2006 2:46 pm
Forum: Advertising
Topic: Helbreath Silver
Replies: 38
Views: 33888

lol lol :D :lol:
by Namesis
Tue Dec 19, 2006 4:50 am
Forum: Advertising
Topic: Helbreath Silver
Replies: 38
Views: 33888

bueno les dejo el hb que un amigo me jodio tanto por que se lo posteara aca son las sigientes infos:

Name: Helbreath Silver
Location : USA/DR
Server: 24/7
Max level : 311
Max stats : 500
Exp : Normal-High
Ek : 15 per Kill
Raid : 50 All Days
Primary Drop : 100%
Secondary Drop : 100%
Rare Drop ...
by Namesis
Fri Dec 15, 2006 7:16 pm
Forum: Source Code Requests
Topic: [reg] a little code :S
Replies: 6
Views: 4811

HMM.. good idea.. but in what .cpp or .h file cuz i couldn't find it... :o
by Namesis
Fri Dec 15, 2006 2:04 pm
Forum: Source Code Requests
Topic: [reg] a little code :S
Replies: 6
Views: 4811

if( bCitizen == FALSE ) strcpy(cTxt, DRAW_OBJECT_NAME60);
else
{
if( bAresden )
{
if( bHunter == TRUE ) {
sR = 0;
sG = 0;
sB = 0;
strcpy(cTxt, DEF_MSG_ARECIVIL);
}
else {
sR = 0;
sG = 0;
sB = 0;
strcpy(cTxt, DEF_MSG_ARESOLDIER);
}
}
else
{
if( bHunter == TRUE ) strcpy(cTxt, DEF ...
by Namesis
Fri Dec 15, 2006 3:50 am
Forum: Source Code Requests
Topic: [reg] a little code :S
Replies: 6
Views: 4811

well.. i was wondering if any of you, can tell me how to change the color of something:

When you are playing, you have your thing that says Aresden Combatant or Elvine Combatant or **** GuildMaster... someone knows how to change the color of this? :S

ty