Drop Bug?
Get somewhere HGSource, and check items id numbers.
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>
Check all drops.
If your herohauberk number is 204
Check all drops, if you see your heroitem numbers, change them.
If your herohauberk number is 204
Check all drops, if you see your heroitem numbers, change them.
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>
-
- noob
- Posts: 21
- Joined: Tue May 30, 2006 9:04 pm
<span style='font-family:Times'>2.24d Sux</span>xmukox wrote: Hi all i have some bug in my HG ver. 2.24d from all monster (Probably) droped hero items with options... inc... some one can help my with it?
<img src='http://www.bucketheadland.com/museum/museum2.jpg' border='0' alt='user posted image' />
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
ya i have the same problem, its not a item id problem
, its something in the code that causes a random drop
......


<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
-
- Outpost bitch
- Posts: 559
- Joined: Wed Mar 30, 2005 6:45 am
use the fucking search button.. this problem is solved in many topcis.. there is problem with some variable that has to be declared or set it be 0 or smthing.. dont remember...
<img src='http://helbreath.pri.ee/userbars/hbest-gamemaster2.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/hbsoccer-owner.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/scorpa-rider.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/logout-master.jpg' border='0' alt='user posted image' /> <br>.<br>................................Ego sum Rage, flagellum Dei!<br><br>The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? (bash.org)
i think its ur secondary drops wich u need to recoded i recoded mine and worked no problem marley coem on msn
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
im not sure if i fixed it or not heh, but i basicly used checked off 3.0 source, if sooo... could be a bad number when theres not that many cases.... but i think its a Tigerworm drop.... i just copyed past the tigerworm drop area in my code... not sure if its 100% fixed but ill ask my players

<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
Dont fucking spam a nother fucking post err get ur own topicsimonergo wrote: any got sources for HgServer with angels, Direction bow fixed, majestics and stuff?
Plz post ít here..
Will be very happy..
and i think its ur rare drop rates

P.S ppl that do this piss me the fuck off
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
arg im not sure... rare drop 3.0 source didnt fix me
....
most common rare drop monsters are Golems....
found somethign....
NpcDeadItemGenerator "function"
think that would be a bug.... it dosnt use cases like all the others for items....
------------day2---
arg
... it didnt do any thing... still buged..... just today a clay-golem dorped a Magicnecklace(RM25)
arg... do u hink its the tigerworm drop and what ever... becouse between helclaw and Tigerworm there is no break;... on funciton bGetItemNameWhenDeleteNpc

most common rare drop monsters are Golems....
found somethign....
NpcDeadItemGenerator "function"
Code: Select all
case 3: // Stone-Golem, Clay-Golem
iItemID = 81; // TargeShield
break;
------------day2---
arg

arg... do u hink its the tigerworm drop and what ever... becouse between helclaw and Tigerworm there is no break;... on funciton bGetItemNameWhenDeleteNpc
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
inside the drop function add ItemID = 1 and it wont drop random drops anymorehkepc wrote: I have the similar question, who can help?
FIND:
Code: Select all
void CGame::NpcDeadItemGenerator(int iNpcH, short sAttackerH, char cAttackerType)
Code: Select all
switch (m_pNpcList[iNpcH]->m_sType) {
// NPC not dropping Gold
case 21: // Guard
case 34: // Dummy
case 64: // Crop
return;
}
Code: Select all
iItemID = 1;