Binary Stick+1 this

stick+1 -binarydata
<span style='font-size:14pt;line-height:100%'>Fixed By Ice-T</span>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 Koer</span>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)
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,locobans wrote:Fix for
- Annoying messege that pop ups everytime you log in, saying like crusade is over and blah blah. (Fixed)
<span style='font-size:14pt;line-height:100%'>Fixed By Ice-T</span>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;
lol there is an easer way to fix this, as hbss.tk npc cfg files seem to be gayed uplocobans 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.
<span style='font-size:14pt;line-height:100%'>Fixed By Koer</span>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)
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.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.
your code is wrong. in your code if crusade is enable and crusadeguids are not equal, thenIce-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