Search found 19 matches

by juanduran
Fri Sep 08, 2006 11:18 pm
Forum: Helbreath Client Source
Topic: [Help]Specials Status
Replies: 8
Views: 883

L0L :o
by juanduran
Mon Aug 28, 2006 12:19 am
Forum: Helbreath Server Source
Topic: Big Trouble..ChangeHero function
Replies: 16
Views: 848

good code :D ... if that code doesn't work... i think u need close the loop... with a return; and u need count hero items into the character... See u
by juanduran
Wed Aug 23, 2006 5:29 pm
Forum: Source Code Requests
Topic: [Req]Help with item trade with npcs
Replies: 2
Views: 1189

//define variable int iSoxI; //scans items for (i = 0; i < DEF_MAXITEMS; i++) {   if (m_pClientList[iClientH]->m_pItemList[i] != NULL)   {    switch (m_pClientList[iClientH]->m_pItemList[i]->m_sIDnum)    {    case 651: iSoX++; iSoxH = m_pClientList[iClientH]->m_pItemList[i]->m_sIDnum; iSoxI = i; br...
by juanduran
Sun Aug 20, 2006 4:56 pm
Forum: Source Code Requests
Topic: [reg] request item specifically
Replies: 1
Views: 1122

i want a code does request a item specifically, as iItemID=652, the player must has the item... how to do it? XD plz help me.
by juanduran
Thu Dec 29, 2005 5:39 am
Forum: Helbreath Server Source
Topic: In Void Cgame::statechangehandler...
Replies: 5
Views: 362

<_<
by juanduran
Thu Dec 29, 2005 2:14 am
Forum: Helbreath Chat
Topic: Como Encuentro El Ws De Un Cliente? :s
Replies: 3
Views: 690

Mira una de las posibilidades es: 1) Desencriptando el cliente, busca unpackers por internet, yo no te doy todo en la mano.... 2) La forma mas dificil, es conectando tu worldserver al main del hoster y viendo si el wsname que pusiste está o no ocupado... Esas son las unicas dos formas de encontrarl...
by juanduran
Thu Dec 29, 2005 2:06 am
Forum: Helbreath Server Source
Topic: In Void Cgame::statechangehandler...
Replies: 5
Views: 362

Look the screenshot... why doesnt 3 points... :( http://img385.imageshack.us/img385/4526/helshot20051228212143aresdensh.jpg Here i less 3 points of Dex http://img385.imageshack.us/img385/5434/helshot20051228212158aresdensh.jpg Here i add 3 points to Vit http://img385.imageshack.us/img385/936/helsho...
by juanduran
Tue Dec 27, 2005 7:09 pm
Forum: Helbreath Hacks
Topic: Need Hbdream Hack
Replies: 3
Views: 199

DoH! :o
by juanduran
Tue Dec 27, 2005 6:17 pm
Forum: Helbreath Server Source
Topic: In Void Cgame::statechangehandler...
Replies: 5
Views: 362

In void CGame::StateChangeHandler(...) these variables are not changing.... m_pClientList[iClientH]->m_iStr -= cStr ; m_pClientList[iClientH]->m_iVit -= cVit ; m_pClientList[iClientH]->m_iDex -= cDex ; m_pClientList[iClientH]->m_iInt -= cInt ; m_pClientList[iClientH]->m_iMag -= cMag ; m_pClientList...
by juanduran
Sun Dec 25, 2005 12:30 am
Forum: Helbreath Server Source
Topic: How I Can Fix Necklace Of Beholder...
Replies: 7
Views: 521

so i need add other case...case 13 and here i put the function???...
by juanduran
Fri Dec 23, 2005 5:08 pm
Forum: Helbreath Server Source
Topic: Party
Replies: 9
Views: 512

Party Fix Search void cgame::RequestInitDataHandler(...) ... and then add.... //If the party is finished u have party-id = 0 if (m_pClientList[iClientH]->m_iPartyID != 0) {  m_pClientList[iClientH]->m_iPartyID = NULL;  GetPartyInfoHandler(iClientH); } test it..im not sure if this will work...
by juanduran
Wed Dec 21, 2005 7:12 pm
Forum: Helbreath Server Source
Topic: How I Can Fix Necklace Of Beholder...
Replies: 7
Views: 521

how i can fix necklace of beholder... i found this

Code: Select all

  case DEF_ITEMEFFECTTYPE_ADDEFFECT:
... but i dunno how make the effect :( somebody can help me???? plzzzzz
by juanduran
Fri Dec 16, 2005 4:49 am
Forum: Helbreath Hacks
Topic: Ip Banned T.t
Replies: 28
Views: 3166

change it
by juanduran
Thu Dec 08, 2005 11:01 pm
Forum: Helbreath Server Source
Topic: Shop Bug...
Replies: 11
Views: 711

the bug is fixed B) B) :) thanks
by juanduran
Tue Dec 06, 2005 3:45 pm
Forum: Helbreath Server Source
Topic: Shop Bug...
Replies: 11
Views: 711

These files have exploit fixed so now you can place all npc's in shop withouth any problems such as deposit or buy magic <span style='font-size:17pt;line-height:100%'>Thx's goes to BigChief cause i didint did anything important here</span> P.D: must extract files in the game source directory and th...