Custom 3.82 Files
Sort of a newbie question but here goes:
In these sources, since the drop rate and stuff isn't defined in the settings.cfg you have to change them on the HG? If so is it here that I change ?
BOOL CGame::bGetMultipleItemNamesWhenDeleteNpc
and
void CGame::NpcDeadItemGenerator
?
In these sources, since the drop rate and stuff isn't defined in the settings.cfg you have to change them on the HG? If so is it here that I change ?
BOOL CGame::bGetMultipleItemNamesWhenDeleteNpc
and
void CGame::NpcDeadItemGenerator
?
<span style='color:green'>Gief <span style='color:purple'>epix</span> codes plz.</span>
Yes.LythQ wrote: Sort of a newbie question but here goes:
In these sources, since the drop rate and stuff isn't defined in the settings.cfg you have to change them on the HG? If so is it here that I change ?
BOOL CGame::bGetMultipleItemNamesWhenDeleteNpc
and
void CGame::NpcDeadItemGenerator
?
Also you will need to change the drop's of other NPC's such as slimes, scorps etc. That is done easily, I'll post how if you don't find out how.
1+12, I downloaded the ones he released on here and compared to my other HGServer + Client. I found that multiple lines of code were different, as in someone purposely fucked it up. Rofl... Like, lines of code were cancelled out..
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->charlie says:<br>i may own outpost but im not a nerd<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(locobans @ Mar 12 2007, 10:48 PM) <br>"Remember while peeing, If you shake it more than twice you playing with it..." <br><!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
Well, managed to change the multi drop mobs (wyvs and abby) drops in the source, found 2 bugs here though:
The Wyvern wasn't dropping what it was supposed to, managed to fix that:
That case was set to 69, change it to 66 like I have it here in order for it to drop correctly.
The other bug is, as you will be able to see in the screenshot, the 4th column's 1st row doesn't drop. Will fix that asap.
<a href='http://img527.imageshack.us/img527/4659 ... 6elyo0.jpg' target='_blank'>
</a>
The Wyvern wasn't dropping what it was supposed to, managed to fix that:
Code: Select all
BOOL CGame::bGetMultipleItemNamesWhenDeleteNpc(short sNpcType, int iProbability, int iMin, int iMax, short sBaseX, short sBaseY,
int iItemSpreadType, int iSpreadRange,
int *iItemIDs, POINT *BasePos, int *iNumItem)
{
int iProb = 100;
float fProb, fProbA, fProbB, fProbC;
int iItemID;
int iNum = 0;
for(int i=0; i<iMax; i++ )
{
if( i>iMin ) iProb = iProbability;
fProb = (float)(100 - iProb) / 10.0; //WyvernÀÇ Æò±Õ 50
if( fProb < 1.0 ) fProb = 1.0;
fProbA = fProbB = fProbC = fProb;
fProbA = fProbA * 8.0f;
fProbB = fProbB * 4.0f;
fProbC = fProbC * 2.0f;
iItemID = 0;
switch(sNpcType)
{
case 66: // Wyvern...stupid koreans
The other bug is, as you will be able to see in the screenshot, the 4th column's 1st row doesn't drop. Will fix that asap.
<a href='http://img527.imageshack.us/img527/4659 ... 6elyo0.jpg' target='_blank'>

<span style='color:green'>Gief <span style='color:purple'>epix</span> codes plz.</span>
no, exept sentinel with his errored filesInFeRn0 wrote: Can any1 upload the files pls?...
<span style='color:blue'><span style='font-size:19pt;line-height:100%'><u><b>FUCK Helbreath!</b></u></span></span><br><br><span style='color:gray'><a href='http://www2.analystica.com/users/anttu/online/ngd' target='_blank'>ngdnetwork</a> OFFICIAL WEBSITE OF Northern Game Developers. Do visit! (THEY ARE UP!)<br><a href='http://project3d.x.am' target='_blank'>Project3d development forum</a> plz join and discuss,develop,give ideas,feedback. Anything goes as long it helps the project!</span><br><br>Zepto Znote 6625WD: 1.8Ghz dual core, 2GB, 512mb graphics card(dedicated), 160GB HDD<br><img src='http://www.signaturebar.com/uploads/images/10111.jpg' border='0' alt='user posted image' /><br><img src='http://www.signaturebar.com/uploads/images/13229.jpg' border='0' alt='user posted image' /><br><img src='http://www.signaturebar.com/uploads/images/8852.png' border='0' alt='user posted image' />
or then the files are corrupt... (as most files attached to posts here on outpost lol)Thefire wrote: The original link still works, if you know where to look for it. Look trought all the posts, starting on page 1. Eventually you will be lucky enaught to find the correct link. *Idiot* <_<
<span style='color:blue'><span style='font-size:19pt;line-height:100%'><u><b>FUCK Helbreath!</b></u></span></span><br><br><span style='color:gray'><a href='http://www2.analystica.com/users/anttu/online/ngd' target='_blank'>ngdnetwork</a> OFFICIAL WEBSITE OF Northern Game Developers. Do visit! (THEY ARE UP!)<br><a href='http://project3d.x.am' target='_blank'>Project3d development forum</a> plz join and discuss,develop,give ideas,feedback. Anything goes as long it helps the project!</span><br><br>Zepto Znote 6625WD: 1.8Ghz dual core, 2GB, 512mb graphics card(dedicated), 160GB HDD<br><img src='http://www.signaturebar.com/uploads/images/10111.jpg' border='0' alt='user posted image' /><br><img src='http://www.signaturebar.com/uploads/images/13229.jpg' border='0' alt='user posted image' /><br><img src='http://www.signaturebar.com/uploads/images/8852.png' border='0' alt='user posted image' />
D/L link on the first post doesnt work.. We all know that. Take a good look at the first post which quoted slammer (the one from Crossfade) and try that link.Sprint wrote: or then the files are corrupt... (as most files attached to posts here on outpost lol)
These files are not corrupted.. They simply just sucks.