2.24b source Bugs + Fixes

All Helbreath Server Source Discussion here.
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Well, just want to make only one post for 2.24b source related, so any bugs and stuff with the source or any fixes that you have you may start posting here B)

Binary Stick+1 this :)

stick+1 -binarydata
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>
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

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:14pt;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 then build
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>
WickedCitizen
noob
Posts: 25
Joined: Wed Jul 07, 2004 5:33 pm

Post by WickedCitizen »

can anyone upload this as a .exe already? I dont know anything about c++ or compling. :(
<img src='http://img.villagephotos.com/p/2004-6/7 ... icesig.jpg' border='0' alt='user posted image' /><br><br>HBKrazy 2
DMZ2
noob
Posts: 21
Joined: Sun Jan 16, 2005 10:06 am

Post by DMZ2 »

helbreath nova maked wicked files nd tools i think i find on the www.hbnova.com
123456
noob
Posts: 23
Joined: Mon Mar 29, 2004 11:17 am

Post by 123456 »

Well, let me start:

- Crops crashes because farmed not finished in the hg.
- Spell manual not inplanted(won't work).
- Neck of beholder effect not inplanted.
koer
noob
Posts: 19
Joined: Tue Apr 27, 2004 1:09 pm

Post by koer »

1.werd corps dont crash for me
2.find if (m_pClientList[iClientH]->m_bIsInsideWizardTower in source and add line == FALSE && bIsPurchase) return;

looks like this later if
(m_pClientList[iClientH]->m_bIsInsideWizardTower == FALSE && bIsPurchase) return;

should fix the spell manuals its because they added the hack things and u can use the manuals in wiz tower.(also the new hacks that they added are realy bad they screw more up than they have use for no offecnce B) )
3.no idea about this one


EDIT:SOM minor Buggs

1.Force dosnt work(Need this fix no mather what :D tryd to code force recall with own code almost got work gotta ceep trying but maby som1 has fix pls post)
2.Reactivating apocalypse harr harr :P
3.stats change (added code for majestic points that works but changing stats works like this. taking stats off works 100% but when i try to add it works if i add points to the stats from where i didnt remove, if i take from dex and set 1 point back to dex it goes crazy and gives extra 3 to dex)
4.Direction bow?


Would apriece be a happy man if som1 could help with those bugs. :(
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Fix for

- Annoying messege that pop ups everytime you log in, saying like crusade is over and blah blah. (Fixed)
right under

  //testcode
  wsprintf(G_cTxt, "Confirmed. Account: (%s) Name: (%s) Level: (%d)", m_pClientList[iClientH]->m_cAccountName, m_pClientList[iClientH]->m_cCharName, m_pClientList[iClientH]->m_iLevel);
  PutLogList(G_cTxt);

add

  if (m_bIsCrusadeMode == FALSE)
  m_pClientList[iClientH]->m_dwCrusadeGUID = m_dwCrusadeGUID;
<span style='font-size:14pt;line-height:100%'>Fixed By Ice-T</span>
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>
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Fix for:

Crusade Bugs:
- Generators get activated every 5secs.
- City that get meteors crash after a while, may happen cause too much attacks in short time.
This fix its really easy just go to crusade.cfg and search for this line

//Mana Stock
Mana-Stone = 5000

right now i have it

Mana-Stone = 75000 and it takes around 5-6 mins to activate generator  B)
<span style='font-size:14pt;line-height:100%'>Fixed By Koer</span>
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>
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

locobans wrote:Fix for

- Annoying messege that pop ups everytime you log in, saying like crusade is over and blah blah. (Fixed)
right under

  //testcode
  wsprintf(G_cTxt, "Confirmed. Account: (%s) Name: (%s) Level: (%d)", m_pClientList[iClientH]->m_cAccountName, m_pClientList[iClientH]->m_cCharName, m_pClientList[iClientH]->m_iLevel);
  PutLogList(G_cTxt);

add

  if (m_bIsCrusadeMode == FALSE)
  m_pClientList[iClientH]->m_dwCrusadeGUID = m_dwCrusadeGUID;
<span style='font-size:14pt;line-height:100%'>Fixed By Ice-T</span>
this is some better code i made as this code above still does have bugs once u have a crusade and the crusade has ended,

if ((m_bIsCrusadeMode == FALSE) && (m_pClientList[iClientH]->m_dwCrusadeGUID == m_dwCrusadeGUID)) {
break;
}
else
m_pClientList[iClientH]->m_dwCrusadeGUILD = m_dwCrusadeGUILD;

basicly what this says is::
if the crusade is off and the clients crusade guild is equal to the the crusade guild then stop
and if it isnt equal then
copy the crusade guild to the client
and this will happen when ever someone logs in
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

keep it up Ice-T B)
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>
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

locobans wrote: Fix for:

Crusade Bugs:
- Generators get activated every 5secs.
- City that get meteors crash after a while, may happen cause too much attacks in short time.
This fix its really easy just go to crusade.cfg and search for this line

//Mana Stock
Mana-Stone = 5000

right now i have it

Mana-Stone = 75000 and it takes around 5-6 mins to activate generator  B)
<span style='font-size:14pt;line-height:100%'>Fixed By Koer</span>
lol there is an easer way to fix this, as hbss.tk npc cfg files seem to be gayed up
nothing wrong in the code at all look at t he GMG max mana
too lazy to copy and past my npc line out tho
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
Windy
Member
Posts: 157
Joined: Tue Nov 18, 2003 8:31 am
Location: wishing I was somewhere else

Post by Windy »

123456 wrote: Well, let me start:

- Crops crashes because farmed not finished in the hg.
- Spell manual not inplanted(won't work).
- Neck of beholder effect not inplanted.
beholder neck will never work unless it has been set to work because not even international made it work, they kept it a non working non dropping item and just left it in the rare items section instead of deleting it out of the game, even tho none really existed.

and the spell manuals work, but I think the reason why they sometimes dont work is because the int of the spell was changed, thats why it stopped working for me.
<span style='color:blue'>Coding with Evil Intentions....Evil at its Best....</span>
Snn
just visiting
Posts: 6
Joined: Tue Jul 27, 2004 6:53 am

Post by Snn »

Ice-T wrote: this is some better code i made as this code above still does have bugs once u have a crusade and the crusade has ended,

if ((m_bIsCrusadeMode == FALSE) && (m_pClientList[iClientH]->m_dwCrusadeGUID == m_dwCrusadeGUID)) {
break;
}
else
m_pClientList[iClientH]->m_dwCrusadeGUILD = m_dwCrusadeGUILD;

basicly what this says is::
if the crusade is off and the clients crusade guild is equal to the the crusade guild then stop
and if it isnt equal then
copy the crusade guild to the client
and this will happen when ever someone logs in
your code is wrong. in your code if crusade is enable and crusadeguids are not equal, then
m_pClientList[iClientH]->m_dwCrusadeGUILD = m_dwCrusadeGUILD;

must be, if crusade is false and crusadeguids are not equal then
m_pClientList[iClientH]->m_dwCrusadeGUILD = m_dwCrusadeGUILD;
tapau
noob
Posts: 14
Joined: Thu Dec 30, 2004 1:14 pm

Post by tapau »

dude i am having problem wif the shop thing
i cant put all the npc at shop
although u already fixed it and i have downloaded it but i dont know where should i put it
can anyone help me??
Holles
noob
Posts: 19
Joined: Mon Feb 14, 2005 8:13 pm

Post by Holles »

;) im a little noob but i read all this stuff but i wanna know when i add those things in source 2.24c files. Do i need to make a new exe too?
Post Reply