Client V3.51 & V3.82 C++ Sources
Strange, no bug reported yet, but I found one...
Fix will be released when next (serious bug will appear...)
Now, it's time for me to have a look on released WLog sources...
Fix will be released when next (serious bug will appear...)
Now, it's time for me to have a look on released WLog sources...
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Any reply to my request snoopy?
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
-
- Regular
- Posts: 32
- Joined: Mon Mar 15, 2004 8:26 pm
Yeah Always when I add m_pCraftingConfigList = NULL; // Crafting
and etc crafting config things to source. it looks like this:
Im added crafting.cfg to gameconfigs.
<a href='http://upload.technohell.net/uploads/8cd5032973.rar' target='_blank'>Crafting.cfg </a>
Im not sure are this right. and are it in right place, its in gameconfigs.
and etc crafting config things to source. it looks like this:
Im added crafting.cfg to gameconfigs.
<a href='http://upload.technohell.net/uploads/8cd5032973.rar' target='_blank'>Crafting.cfg </a>
Im not sure are this right. and are it in right place, its in gameconfigs.
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
There was +- 1500 differences between released v3.51 and my current v3.82.Snoopy could you post changes for crafting you added to client b/c I've changed alot in myne an dont wanna re-add everything, I'd rip em myself but its alot easier for you to just post
I checked all to keep only the +- 320 diiferences needed for 382 release. it took me alot of time, and I changed it direct in 351 sources.
So I don't have a list.
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Alright its understandable i'll prolly just try an re-add all of my stuff :/ .snoopy81 wrote:There was +- 1500 differences between released v3.51 and my current v3.82.Snoopy could you post changes for crafting you added to client b/c I've changed alot in myne an dont wanna re-add everything, I'd rip em myself but its alot easier for you to just post
I checked all to keep only the +- 320 diiferences needed for 382 release. it took me alot of time, and I changed it direct in 351 sources.
So I don't have a list.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
Always when I add them fucking codes, my release hg tilts.
And if I use debug. /beginheldenian crashing it.
But release dont crash if I start heldenian.
And if I use debug. /beginheldenian crashing it.
But release dont crash if I start heldenian.
CGame::CGame(..)
Correct according this:
for (i = 0; i < DEF_MAXPORTIONTYPES; i++)
{ m_pPortionConfigList = NULL;
m_pCraftingConfigList = NULL;// Crafting
}
OOL CGame::bInit()
Correct according this:
for (i = 0; i < DEF_MAXPORTIONTYPES; i++)
{ if (m_pPortionConfigList != NULL) delete m_pPortionConfigList;
if (m_pCraftingConfigList != NULL) delete m_pCraftingConfigList; // Crafting
}
Correct according this:
for (i = 0; i < DEF_MAXPORTIONTYPES; i++)
{ m_pPortionConfigList = NULL;
m_pCraftingConfigList = NULL; // Crafting
}
void CGame::Quit()
Correct according this:
for (i = 0; i < DEF_MAXPORTIONTYPES; i++)
{ if (m_pPortionConfigList != NULL) delete m_pPortionConfigList;
if (m_pCraftingConfigList[i] != NULL) delete m_pCraftingConfigList[i]; // Crafting
}
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
I repaired this just.
One question.
Why craftingvessel says with 6 EmeraldWares, not enough material?
I know nothing about crafting, can you tell for me?
One question.
Why craftingvessel says with 6 EmeraldWares, not enough material?
I know nothing about crafting, can you tell for me?
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
They are the only ones that still release their files to a stupid community filled with dumbassesFirestorm wrote: just i think by the way i really think snoopy is the best Developer with hypnotoad in this community or current HB world.
Sorry to all other Devs but i really think it.

<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
I had this problem...messed with the code for around 1 hour and got it to work :rolleyes:Dshaked wrote: I repaired this just.
One question.
Why craftingvessel says with 6 EmeraldWares, not enough material?
I know nothing about crafting, can you tell for me?
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>