MIM and ZemStone Bug

All Helbreath Server Source Discussion here.
Post Reply
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

i have this 2 bug,

1- Zem bug No 3/3 endurance, I try with these codes:

Code: Select all

if ((m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_sItemEffectType == DEF_ITEMEFFECTTYPE_ALTERITEMDROP) && 
(m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_wCurLifeSpan == 0)) { 
    delete m_pClientList[iClientH]->m_pItemList[sItemIndex]; 
    m_pClientList[iClientH]->m_pItemList[sItemIndex] = NULL; 
  } 
  else { 
  m_pMapList[ m_pClientList[iClientH]->m_cMapIndex ]->bSetItem(m_pClientList[iClientH]->m_sX, 
    m_pClientList[iClientH]->m_sY, 
    m_pClientList[iClientH]->m_pItemList[sItemIndex]); 
  if ( bByPlayer == TRUE ) 
    _bItemLog(DEF_ITEMLOG_DROP, iClientH, (int) -1, m_pClientList[iClientH]->m_pItemList[sItemIndex]); 
  else 
    _bItemLog(DEF_ITEMLOG_DROP, iClientH, (int) -1, m_pClientList[iClientH]->m_pItemList[sItemIndex], TRUE); 

  SendEventToNearClient_TypeB(MSGID_EVENT_COMMON, DEF_COMMONTYPE_ITEMDROP, m_pClientList[iClientH]->m_cMapIndex, 
    m_pClientList[iClientH]->m_sX, m_pClientList[iClientH]->m_sY, 
    m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_sSprite, 
    m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_sSpriteFrame, 
    m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_cItemColor); 
  }


2. MIM Bug, doesnt work like normal, crash pplayers and paralize.
dont have the ix if someone cant give me the fix code for cliente and HG.


any one help? thx
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

1. zem bug look on helbreath sniplets as theres a fix

2. mim its ur configs not hg or client
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

EvilHit wrote: 1. zem bug look on helbreath sniplets as theres a fix

2. mim its ur configs not hg or client
MIM config:

magic = 95 Mass-Illusion-Movement 16 0 60 200 3 3 4 0 0 0 0 0 0 0 0 200 38000 1 0

and zum bug, i cant find the fking fix


lol
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

The fix for both codes is a simple single line:

Code: Select all

PostQuitMessage(0);
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

bone-you wrote: The fix for both codes is a simple single line:

Code: Select all

PostQuitMessage(0);
or
if ( blow me == TRUE ) ;

stupid pice of sht
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

kokodriloz wrote: if ( blow me == TRUE ) ;
Fuck you must be 1337. Only retards here could write codes which do somthing but at the same time do nothing.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

kokodriloz wrote:
bone-you wrote: The fix for both codes is a simple single line:

Code: Select all

PostQuitMessage(0);
or
if ( blow me == TRUE ) ;

stupid pice of sht
That's nifty code. Too bad it'd cause two errors. Go back to your day job. You suck at coding.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

bone-you wrote:
kokodriloz wrote:
bone-you wrote: The fix for both codes is a simple single line:

Code: Select all

PostQuitMessage(0);
or
if ( blow me == TRUE ) ;

stupid pice of sht
That's nifty code. Too bad it'd cause two errors. Go back to your day job. You suck at coding.
XD , jajajja
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

so? any help? please dont writte some shit here... im nice person... and i want a nice answer to fix that ... thx
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

ok zem bug fixed but MIM?? someone have fix in client sources?
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

kokodriloz wrote: ok zem bug fixed but MIM?? someone have fix in client sources?
after seeing that blow comment... don't think anyone wants to help you now.
<i>"Always write good code. Feel bad to write bad code."</i>
kokodriloz
Regular
Posts: 56
Joined: Thu Jan 04, 2007 4:27 am

Post by kokodriloz »

Charles wrote:
kokodriloz wrote: ok zem bug fixed but MIM?? someone have fix in client sources?
after seeing that blow comment... don't think anyone wants to help you now.
i reading so much and i believe ,, the problem was there in client.. but im wrong, u are a master in code? i dont think so man.. u just want a some one have the same problem o fixcode.
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

kokodriloz wrote:
Charles wrote:
kokodriloz wrote: ok zem bug fixed but MIM?? someone have fix in client sources?
after seeing that blow comment... don't think anyone wants to help you now.
i reading so much and i believe ,, the problem was there in client.. but im wrong, u are a master in code? i dont think so man.. u just want a some one have the same problem o fixcode.
He doesn't need a fix to this problem. It's ALREADY fixed. Unless you have some reject client for your reject server it should be working.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

just add the mass illusion flag into the hg and add them to the npc/player call.
<i>"Always write good code. Feel bad to write bad code."</i>
Post Reply